<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Put GMail on Your Desktop with GeekTool</title>
	<atom:link href="http://blog.unofficialtechnology.com/2009/08/23/put-gmail-on-your-desktop-with-geektool/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.unofficialtechnology.com/2009/08/23/put-gmail-on-your-desktop-with-geektool/</link>
	<description>Making Technology Simple for Nonprofits and Small Businesses</description>
	<lastBuildDate>Sat, 27 Feb 2010 02:11:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Matt</title>
		<link>http://blog.unofficialtechnology.com/2009/08/23/put-gmail-on-your-desktop-with-geektool/#comment-735</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Thu, 17 Sep 2009 04:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://judismith.wordpress.com/?p=101#comment-735</guid>
		<description>I&#039;ve used this script as a great template for what I wanted to do as well.

All I wanted was the number of emails in my inbox with nothing else. And I also found a way to let the script pull the username and password from keychain so you don&#039;t have to type your password/username into a shell script -- a rather serious security flaw.

I don&#039;t have a website, but if you want the full script let me know (mosius-at-gmail). The key lines for working with key chain are here. You&#039;d have to adjust for your own keychain, but it&#039;s fairly intuitive. I just used the keychain item for Google Notifier (what I used to use) because it was there. But it&#039;d be equally easy to just create your own keychain item in LOGIN and use that information too.

password=`security 2&gt;&amp;1 &gt;/dev/null find-generic-password -gl &quot;Google Service: Google Notifier&quot; &#124; grep -m 1 &quot;password&quot; &#124; sed -e &#039;s/password: &quot;//&#039; &#124; sed -e &#039;s/&quot;//&#039;`

username=`security find-generic-password -l &quot;Google Service: Google Notifier&quot; &#124; grep -m 1 &quot;acct&quot; &#124; sed -e &#039;s/    &quot;acct&quot;=&quot;//&#039; &#124; sed -e &#039;s/&quot;//&#039; &#124; sed -e &#039;s/@/%40/&#039;`

The 2&gt;&amp;1 deal in the first line has to do with the issue that when &quot;security&quot; outputs the password it does it to STDERR instead of STDOUT. Who knows why? Everything else around it is just parsing and stripping stuff out of the way so you just get what you need.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used this script as a great template for what I wanted to do as well.</p>
<p>All I wanted was the number of emails in my inbox with nothing else. And I also found a way to let the script pull the username and password from keychain so you don&#8217;t have to type your password/username into a shell script &#8212; a rather serious security flaw.</p>
<p>I don&#8217;t have a website, but if you want the full script let me know (mosius-at-gmail). The key lines for working with key chain are here. You&#8217;d have to adjust for your own keychain, but it&#8217;s fairly intuitive. I just used the keychain item for Google Notifier (what I used to use) because it was there. But it&#8217;d be equally easy to just create your own keychain item in LOGIN and use that information too.</p>
<p>password=`security 2&gt;&amp;1 &gt;/dev/null find-generic-password -gl &#8220;Google Service: Google Notifier&#8221; | grep -m 1 &#8220;password&#8221; | sed -e &#8216;s/password: &#8220;//&#8217; | sed -e &#8216;s/&#8221;//&#8217;`</p>
<p>username=`security find-generic-password -l &#8220;Google Service: Google Notifier&#8221; | grep -m 1 &#8220;acct&#8221; | sed -e &#8216;s/    &#8220;acct&#8221;=&#8221;//&#8217; | sed -e &#8216;s/&#8221;//&#8217; | sed -e &#8216;s/@/%40/&#8217;`</p>
<p>The 2&gt;&amp;1 deal in the first line has to do with the issue that when &#8220;security&#8221; outputs the password it does it to STDERR instead of STDOUT. Who knows why? Everything else around it is just parsing and stripping stuff out of the way so you just get what you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: judismith</title>
		<link>http://blog.unofficialtechnology.com/2009/08/23/put-gmail-on-your-desktop-with-geektool/#comment-733</link>
		<dc:creator>judismith</dc:creator>
		<pubDate>Wed, 09 Sep 2009 03:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://judismith.wordpress.com/?p=101#comment-733</guid>
		<description>I&#039;ve moved the project to Google Code. You can find the update script with the author name attribute &lt;a href=&quot;http://code.google.com/p/gmailshellaccess/downloads/list&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve moved the project to Google Code. You can find the update script with the author name attribute <a href="http://code.google.com/p/gmailshellaccess/downloads/list" rel="nofollow">here</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carsten</title>
		<link>http://blog.unofficialtechnology.com/2009/08/23/put-gmail-on-your-desktop-with-geektool/#comment-730</link>
		<dc:creator>Carsten</dc:creator>
		<pubDate>Tue, 08 Sep 2009 09:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://judismith.wordpress.com/?p=101#comment-730</guid>
		<description>The script works perfect – although all single and double quotes were messed up when I copied it. Might be a wordpress problem. 

Replace them with &#039; (shift+2) and &quot; (shift+#) and you should be fine.

I&#039;m just wondering how to pull the email authors off the atom feed?</description>
		<content:encoded><![CDATA[<p>The script works perfect – although all single and double quotes were messed up when I copied it. Might be a wordpress problem. </p>
<p>Replace them with &#8216; (shift+2) and &#8221; (shift+#) and you should be fine.</p>
<p>I&#8217;m just wondering how to pull the email authors off the atom feed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://blog.unofficialtechnology.com/2009/08/23/put-gmail-on-your-desktop-with-geektool/#comment-728</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Sun, 06 Sep 2009 23:05:42 +0000</pubDate>
		<guid isPermaLink="false">http://judismith.wordpress.com/?p=101#comment-728</guid>
		<description>Yeah, I edited the information per the directions, but for some reason the only line that goes through is the echo &quot;EMail&quot;.</description>
		<content:encoded><![CDATA[<p>Yeah, I edited the information per the directions, but for some reason the only line that goes through is the echo &#8220;EMail&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: judismith</title>
		<link>http://blog.unofficialtechnology.com/2009/08/23/put-gmail-on-your-desktop-with-geektool/#comment-727</link>
		<dc:creator>judismith</dc:creator>
		<pubDate>Sun, 06 Sep 2009 17:04:55 +0000</pubDate>
		<guid isPermaLink="false">http://judismith.wordpress.com/?p=101#comment-727</guid>
		<description>Just curious, did you edit the script to add in your GMail credentials? The comments in the script should help you fill out the portions you need.</description>
		<content:encoded><![CDATA[<p>Just curious, did you edit the script to add in your GMail credentials? The comments in the script should help you fill out the portions you need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://blog.unofficialtechnology.com/2009/08/23/put-gmail-on-your-desktop-with-geektool/#comment-725</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Sun, 06 Sep 2009 14:56:26 +0000</pubDate>
		<guid isPermaLink="false">http://judismith.wordpress.com/?p=101#comment-725</guid>
		<description>All I get is the text &quot;email&quot;.....any ideas?</description>
		<content:encoded><![CDATA[<p>All I get is the text &#8220;email&#8221;&#8230;..any ideas?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
