<?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>Quick Tweaks &#187; mail</title>
	<atom:link href="http://www.quicktweaks.com/tag/mail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quicktweaks.com</link>
	<description>Quick Tweaks For Your System</description>
	<lastBuildDate>Tue, 27 Sep 2011 05:41:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Analyze and visualize your Gmail-ing trends</title>
		<link>http://www.quicktweaks.com/2008/08/26/analyze-and-visualize-your-gmail-ing-trends/</link>
		<comments>http://www.quicktweaks.com/2008/08/26/analyze-and-visualize-your-gmail-ing-trends/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 20:20:04 +0000</pubDate>
		<dc:creator>ashokgelal</dc:creator>
				<category><![CDATA[Installation]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.quicktweaks.com/?p=18</guid>
		<description><![CDATA[Want to know who sends you the emails most often, or which is the year/month/day/hour you receive the emails most? With the help of a handy program called mail-trends you can easily visualize your Gmail-ing activities. Though it is a command line program but the output is a graphically rich interactive html file. And take [...]


No related posts.

Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Want to know who sends you the emails most often, or which is the year/month/day/hour you receive the emails most? With the help of a handy program called <a title="mail-trends home page" href="http://code.google.com/p/mail-trends/"><em>mail-trends</em></a> you can easily visualize your Gmail-ing activities. Though it is a command line program but the output is a graphically rich interactive html file. And take my words, the command to launch the program is very simple.</p>
<p><span id="more-18"></span></p>
<p>Requirements:</p>
<p>1. The only requirement for mail-trends is Python but this tutorial is for any version of Ubuntu. With little bit of more work, it should work pretty well with any flavor of Linux, Windows, or Mac.</p>
<p>2. You have got a Gmail or Google Apps mail account and have enabled IMAP. <em>Enable IMAP from Settings&gt;<span>Forwarding and POP/IMAP&gt;Enable IMAP</span></em></p>
<p>Now, fire up the terminal window and get ready for some simple commands:</p>
<p>Python always comes shipped with Ubuntu, so you don&#8217;t need to worry about it.</p>
<p>1. Install <a title="Cheetah template home page" href="http://www.cheetahtemplate.org/index.html">Cheetah</a>, an open source template engine, and code generation tool. Shoot the following command to install Cheetah:</p>
<p><code>$ sudo apt-get install python-cheetah</code></p>
<p>2. Either get mail-trends tar file from the terminal window&#8230;</p>
<p><em><strong>$  wget http://mail-trends.googlecode.com/files/mail-trends-20080326.tar.gz</strong></em></p>
<p>OR visit http://mail-trends.googlecode.com to download the stable version. Also, those of you who prefer to get your hands on the latest version can download the latest code from the Subversion by issuing: <em>$ <tt>svn checkout http://mail-trends.googlecode.com/svn/trunk/ mail-trends</tt></em></p>
<p>3. Untar the mail-trends tar&#8217;d file by issuing:</p>
<p><code>$ tar xfv mail-trends-20080326.tar.gz</code></p>
<p>You will get a folder called mail-trends</p>
<p>4. Get inside mail-trends directory:</p>
<p><code>$ cd mail-trends</code><br />
5. Issue the following command to analyze your Gmail</p>
<p><code>$  python main.py --server=imap.gmail.com --use_ssl --username=<strong><em>yourgmailusername</em>@</strong>gmail.com --me=<em><strong>y</strong><strong>ourusername</strong></em>@gmail.com --skip_labels</code></p>
<p>It will then ask for your Gmail password.</p>
<p>If everything goes right, it will create a directory out inside the mail-trends directory and creates an index.html file and three other files inside the out directory.</p>
<p>Fire up the <em>index.html</em> file to open an interactive visualization of your Gmails.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://yarpp.org'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.quicktweaks.com/2008/08/26/analyze-and-visualize-your-gmail-ing-trends/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

