<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>[LINICKX].com &#187; gmail</title>
	<atom:link href="http://www.linickx.com/tag/gmail/feed" rel="self" type="application/rss+xml" />
	<link>http://www.linickx.com</link>
	<description>Moments of Genius followed by Trash.</description>
	<lastBuildDate>Tue, 07 Feb 2012 15:06:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Unread Gmail on your OSX Desktop</title>
		<link>http://www.linickx.com/3455/unread-gmail-on-your-osx-desktop</link>
		<comments>http://www.linickx.com/3455/unread-gmail-on-your-osx-desktop#comments</comments>
		<pubDate>Sat, 12 Nov 2011 19:33:14 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[geektool]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[osx]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=3455</guid>
		<description><![CDATA[1) Install GeekTool 2) Run this script&#8230;. 3) smile Copyright &#169; 2012 [LINICKX].com. This Feed is for personal non-commercial use only. Please check my Site Terms and Conditions for full details on copyrights. If you have any concerns with the &#8230; <a href="http://www.linickx.com/3455/unread-gmail-on-your-osx-desktop">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>1) Install <a href="http://projects.tynsoe.org/en/geektool/">GeekTool</a><br />
2) Run this script&#8230;.</p>
<pre class="brush: bash; title: ; notranslate">

USERNAME=&quot;me@gmail.com&quot;
PASSWORD=&quot;password&quot;

EMAIL=`curl -u $USERNAME:$PASSWORD --silent &quot;https://mail.google.com/mail/feed/atom&quot; | tr -d '\n' | awk -F '&lt;entry&gt;' '{for (i=2; i&lt;=NF; i++) {print $i}}' | sed -n &quot;s/&lt;title&gt;\(.*\)&lt;\/title.*name&gt;\(.*\)&lt;\/name&gt;.*/\2 - \1/p&quot;`

if [ -n &quot;$EMAIL&quot; ]
	then

	echo &quot;INBOX:&quot;
	echo &quot;-----------------------------------------&quot;

	IFS=$'\n'
	for i in $EMAIL
	do
		len=${#i}
		if [ &quot;$len&quot; -gt 40 ]
			then
			echo ${i:0:37} &quot;...&quot;
		else
			echo $i
		fi
	done
fi
</pre>
<p>3) smile</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/3455/unread-gmail-on-your-osx-desktop/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bluecoat, Gmail (Google Mail) &amp; Your request is being scanned for security purposes</title>
		<link>http://www.linickx.com/2488/bluecoat-gmail-google-mail-your-request-is-being-scanned-for-security-purposes</link>
		<comments>http://www.linickx.com/2488/bluecoat-gmail-google-mail-your-request-is-being-scanned-for-security-purposes#comments</comments>
		<pubDate>Mon, 16 Nov 2009 16:00:17 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[bluecoat]]></category>
		<category><![CDATA[gmail]]></category>

		<guid isPermaLink="false">http://www.linickx.com/?p=2488</guid>
		<description><![CDATA[This issue wasted an hour of my life Recently users visiting google mail via the bluecoat proxy started complaining of popups which said&#8230; Your request is being scanned for security purposes Instead of &#8220;botching&#8221; it on the blue coat I &#8230; <a href="http://www.linickx.com/2488/bluecoat-gmail-google-mail-your-request-is-being-scanned-for-security-purposes">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This issue wasted an hour of my life <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Recently users visiting google mail via the bluecoat proxy started complaining of popups which said&#8230;</p>
<blockquote><p>
Your request is being scanned for security purposes
</p></blockquote>
<p>Instead of &#8220;botching&#8221; it on the blue coat I offered my users a work around&#8230; something that they should be doing anyway&#8230; switch on encryption&#8230;. So within gmail -> settings -> general, tick the box&#8230;</p>
<p><a href="http://www.linickx.com/files/2009/11/GMail_Always_Use_HTTPS.png" rel="lightbox[2488]"><img src="http://www.linickx.com/files/2009/11/GMail_Always_Use_HTTPS-300x180.png" alt="GMail - Always Use HTTPS" title="GMail - Always Use HTTPS" width="300" height="180" class="aligncenter size-medium wp-image-2728" /></a></p>
<p>This did the trick, my users mail is now more confidential than it was before and there were no more pop-ups <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_cool.gif' alt=':cool:' class='wp-smiley' /> </p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/2488/bluecoat-gmail-google-mail-your-request-is-being-scanned-for-security-purposes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Add-on: Remember The Milk for Gmail</title>
		<link>http://www.linickx.com/360/firefox-add-on-remember-the-milk-for-gmail</link>
		<comments>http://www.linickx.com/360/firefox-add-on-remember-the-milk-for-gmail#comments</comments>
		<pubDate>Fri, 01 Feb 2008 11:15:57 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[rtm]]></category>

		<guid isPermaLink="false">http://www.linickx.com/archives/360/firefox-add-on-remember-the-milk-for-gmail</guid>
		<description><![CDATA[I&#8217;ve been playing with Remember the milk for some time now, I thought with my n800 it would be really useful&#8230;BUT&#8230; Actually I&#8217;ve found that the firefox extension they have released has really upped my usage, as soon as I &#8230; <a href="http://www.linickx.com/360/firefox-add-on-remember-the-milk-for-gmail">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been playing with <a href="http://www.rememberthemilk.com">Remember the milk</a> for some time now, I thought with <a href="http://www.linickx.com/archives/tag/n800">my n800</a> it would be really useful&#8230;BUT&#8230; Actually I&#8217;ve found that the firefox extension they have released has really upped my usage, as soon as I can get my tasks synced with my n800 I&#8217;ll definitively be upgrading to their pro version.</p>
<p>I&#8217;ve recommended this plugin to a few friends and they love it, so if you&#8217;re looking for a new personal task managment solution then this is for you!</p>
<blockquote><p><a href="http://www.rememberthemilk.com/services/gmail/">Remember The Milk &#8211; Services / Remember The Milk for Gmail</a><br />
Remember The Milk for Gmail is a Firefox extension that allows you to manage your tasks in Gmail (complete, postpone, and edit tasks), add new tasks (and connect them with your emails, contacts, and Google Calendar events), automatically add tasks for starred messages or specific labels, and much more!</p></blockquote>
<p>My <a href="http://www.linickx.com/firefox">firefox page</a> is now back online, so check it out for a list of other useful plugins/addons.</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/360/firefox-add-on-remember-the-milk-for-gmail/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Some Life Irritating Bugs&#8230;.</title>
		<link>http://www.linickx.com/351/fixing-some-life-irritating-bugs</link>
		<comments>http://www.linickx.com/351/fixing-some-life-irritating-bugs#comments</comments>
		<pubDate>Mon, 17 Dec 2007 13:43:28 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[bugfixes]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mp3]]></category>

		<guid isPermaLink="false">http://www.linickx.com/archives/351/fixing-some-life-irritating-bugs</guid>
		<description><![CDATA[As Christmas draws closer, time becomes more of a premium, as a result blog activity suffers&#8230; I&#8217;ve thought about using twitter for my blog category, in the mean-time I&#8217;m using it with googletalk &#038; facebook, so we&#8217;ll see if that &#8230; <a href="http://www.linickx.com/351/fixing-some-life-irritating-bugs">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As Christmas draws closer, time becomes more of a premium, as a result blog activity suffers&#8230; I&#8217;ve thought about using <a href="http://twitter.com">twitter</a> for my blog category, in the mean-time I&#8217;m using it with <a href="http://www.imod.co.za/2007/10/01/update-facebook-status-via-google-talk/">googletalk &#038; facebook</a>, so we&#8217;ll see if that develops.</p>
<p>I&#8217;ve had a chance to fix some annoying bugs with my laptop/life, and thought I&#8217;d share them here, they&#8217;ll pop-up in delicious when I get a chance to go thought my shared list, but until then here are some links&#8230;.</p>
<p>Fedora: <a href="http://www.redhat.com/archives/rhl-list/2007-March/msg03614.html">Java Clobbers/Breaks File Associations in Gnome/Nautilus</a><br />
Gmail: <a href="http://blog.jameswiltshire.com/post/18458390">Can&#8217;t enable IMAP, because it&#8217;s not available in UK English.</a><br />
WMA to MP3: <a href="http://www.linuxquestions.org/linux/answers/Applications_GUI_Multimedia/Convert_WMA_to_MP3">Converted some old tracks I found in a backup</a>.<br />
Gnome: <a href="http://linuxfud.wordpress.com/2006/11/27/how-to-change-the-color-of-your-tooltips/">Changed the colour of tooltips</a> as doing it in the theme file <a href="http://blogs.gnome.org/brunobol/2007/11/26/making-a-black-gnome/#comment-136">didn&#8217;t work</a><br />
Eye Candy: Fixed my <a href="http://sensors-applet.sourceforge.net/">CPU Temp Gauge</a> (by typing sensors-detect, and following the instructions!) </p>
<p>Enjoy!</p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/351/fixing-some-life-irritating-bugs/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GPG For Firefox !</title>
		<link>http://www.linickx.com/296/gpg-for-firefox</link>
		<comments>http://www.linickx.com/296/gpg-for-firefox#comments</comments>
		<pubDate>Wed, 11 Jul 2007 15:51:02 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[gpg]]></category>

		<guid isPermaLink="false">http://www.linickx.com/blog/archives/296/gpg-for-firefox/</guid>
		<description><![CDATA[yay ! FireGPG &#8211; use GPG easily in Firefox ! FireGPG is a Firefox extension under GPL which brings an interface to encrypt, decrypt, sign or verify the signature of a text in any web page using GnuPG. Copyright &#169; &#8230; <a href="http://www.linickx.com/296/gpg-for-firefox">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>yay !</p>
<blockquote><p><a href="http://firegpg.tuxfamily.org/?page=home&amp;lang=en">FireGPG &#8211; use GPG easily in Firefox !</a><br />
FireGPG is a Firefox extension under GPL which brings an interface to encrypt, decrypt, sign or verify the signature of a text in any web page using GnuPG.</p></blockquote>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/296/gpg-for-firefox/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail Notifier &#8211; Firefox Extension</title>
		<link>http://www.linickx.com/290/gmail-notifier-firefox-extension</link>
		<comments>http://www.linickx.com/290/gmail-notifier-firefox-extension#comments</comments>
		<pubDate>Fri, 18 May 2007 17:38:40 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[gmail]]></category>

		<guid isPermaLink="false">http://www.linickx.com/blog/archives/290/gmail-notifier-firefox-extension/</guid>
		<description><![CDATA[Simple,effective and necessary&#8230; Gmail Notifier :: Firefox Add-ons A notifier for Gmail&#8230; I&#8217;ve been using this for a while, and most firefox users probably have something in place already, so nothing new here, but I use my firefox page for &#8230; <a href="http://www.linickx.com/290/gmail-notifier-firefox-extension">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Simple,effective and necessary&#8230;</p>
<blockquote><p><a href="https://addons.mozilla.org/en-US/firefox/addon/173">Gmail Notifier :: Firefox Add-ons</a><br />
A notifier for Gmail&#8230;</p></blockquote>
<p>I&#8217;ve been using this for a while, and most firefox users probably have something in place already, so nothing new here, but I use<a href="http://www.linickx.com/index.php?content=firefox"> my firefox page</a> for prepping new installs, so perhaps this is more of a &#8220;post to self&#8221; <img src='http://www.linickx.com/wp/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/290/gmail-notifier-firefox-extension/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gmail File Space Extension (gSpace)</title>
		<link>http://www.linickx.com/233/gmail-file-space-extension-gspace</link>
		<comments>http://www.linickx.com/233/gmail-file-space-extension-gspace#comments</comments>
		<pubDate>Wed, 11 Oct 2006 05:44:11 +0000</pubDate>
		<dc:creator>Nick</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.linickx.com/blog/archives/233/gmail-file-space-extension-gspace/</guid>
		<description><![CDATA[For those who can&#8217;t wait for the fabled gdrive, this is worth a look, you get like an FTP style interface to gmail within firefox, I&#8217;ve found it useful for quick backups. Gmail File Space his extension allows you to &#8230; <a href="http://www.linickx.com/233/gmail-file-space-extension-gspace">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>For those who can&#8217;t wait for the fabled gdrive, this is worth a look, you get like an FTP style interface to gmail within firefox, I&#8217;ve found it useful for quick backups.</p>
<blockquote><p><a href="http://www.rjonna.com/ext/gspace.php">Gmail File Space </a><br />
his extension allows you to use your Gmail Space (2 GB) for file storage. It acts as a remote machine. You can transfer files between your hard drive and gmail. This is similar to &#8220;Gmail Drive&#8221; on windows platform. Your gmail account looks like a FTP host and you can upload and download your files. After you install, you get an option called &#8220;GSpace&#8221; in your &#8220;tools&#8221; menu clicking on which opens the window for transfer of folders/files. Works great for photos and music files less than 14MB.</p></blockquote>
<img src="http://www.linickx.com/wp/wp-content/themes/linickx_v2/images/nick_sig_bggrey.png" alt="Nick" /> <hr/>Copyright &copy; 2012 <strong><a href="http://www.linickx.com">[LINICKX].com</a></strong>. This Feed is for personal non-commercial use only. Please check my <a href="http://www.linickx.com/?page_id=63">Site Terms and Conditions</a> for full details on copyrights. If you have any concerns with the content of this feed you may <a href="http://www.linickx.com/contact">contact me here</a>.<br/><span style="float: right;font-size: 7pt"><a href="http://blog.taragana.com/index.php/archive/wordpress-plugins-provided-by-taraganacom/">WP Copyright Plugin</a></span>]]></content:encoded>
			<wfw:commentRss>http://www.linickx.com/233/gmail-file-space-extension-gspace/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

