<?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"
	>
<channel>
	<title>Comments on: Moving mails from Cyrus IMAP  to GMail</title>
	<atom:link href="http://vrypan.net/log/2005/08/26/moving-mails-from-cyrus-imap-to-gmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://vrypan.net/log/2005/08/26/moving-mails-from-cyrus-imap-to-gmail/</link>
	<description>panayotis' notes about the web and everything else.</description>
	<pubDate>Sat, 22 Nov 2008 15:18:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Andreas</title>
		<link>http://vrypan.net/log/2005/08/26/moving-mails-from-cyrus-imap-to-gmail/#comment-80832</link>
		<dc:creator>Andreas</dc:creator>
		<pubDate>Thu, 12 Jul 2007 08:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://vrypan.net/log/?p=133#comment-80832</guid>
		<description>Thanks for this. Helped me alot. I didn't want to move mail that were older than 90 days so I did some modification to your script: 

find . -type f -name "*?." -mtime -90 -size +1 -printf "%T@ %h/%f\\n" &#124; sort -n &#124; colrm 1 11 &#124; xargs -i bash -c "echo {} ; sendmail </description>
		<content:encoded><![CDATA[<p>Thanks for this. Helped me alot. I didn&#8217;t want to move mail that were older than 90 days so I did some modification to your script: </p>
<p>find . -type f -name &#8220;*?.&#8221; -mtime -90 -size +1 -printf &#8220;%T@ %h/%f\\n&#8221; | sort -n | colrm 1 11 | xargs -i bash -c &#8220;echo {} ; sendmail</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panayotis</title>
		<link>http://vrypan.net/log/2005/08/26/moving-mails-from-cyrus-imap-to-gmail/#comment-2700</link>
		<dc:creator>Panayotis</dc:creator>
		<pubDate>Wed, 07 Sep 2005 15:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://vrypan.net/log/?p=133#comment-2700</guid>
		<description>Oh, and btw, the original date IS preserved in the mail.  If you move all your mails today, GMail will show that they were received on Sep 7, however if you click on one of them you will see the original date sent.</description>
		<content:encoded><![CDATA[<p>Oh, and btw, the original date IS preserved in the mail.  If you move all your mails today, GMail will show that they were received on Sep 7, however if you click on one of them you will see the original date sent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Panayotis</title>
		<link>http://vrypan.net/log/2005/08/26/moving-mails-from-cyrus-imap-to-gmail/#comment-2699</link>
		<dc:creator>Panayotis</dc:creator>
		<pubDate>Wed, 07 Sep 2005 15:19:52 +0000</pubDate>
		<guid isPermaLink="false">http://vrypan.net/log/?p=133#comment-2699</guid>
		<description>Unfortunately, you can not preserve the date... However, the way my script works, it will sort the mails using the file timestamp (this is where "sort -n" is used). So, older mails will be sent first to gmail, newer last. ..</description>
		<content:encoded><![CDATA[<p>Unfortunately, you can not preserve the date&#8230; However, the way my script works, it will sort the mails using the file timestamp (this is where &#8220;sort -n&#8221; is used). So, older mails will be sent first to gmail, newer last. ..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wahlau</title>
		<link>http://vrypan.net/log/2005/08/26/moving-mails-from-cyrus-imap-to-gmail/#comment-2698</link>
		<dc:creator>wahlau</dc:creator>
		<pubDate>Wed, 07 Sep 2005 15:14:54 +0000</pubDate>
		<guid isPermaLink="false">http://vrypan.net/log/?p=133#comment-2698</guid>
		<description>hi,

this is a brilliant(yet crazy) idea! but one question: how about date and time? i some how prefer to keep my dates as it was :)

but great tips!</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>this is a brilliant(yet crazy) idea! but one question: how about date and time? i some how prefer to keep my dates as it was <img src='http://vrypan.net/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>but great tips!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brendan</title>
		<link>http://vrypan.net/log/2005/08/26/moving-mails-from-cyrus-imap-to-gmail/#comment-2481</link>
		<dc:creator>brendan</dc:creator>
		<pubDate>Sat, 27 Aug 2005 03:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://vrypan.net/log/?p=133#comment-2481</guid>
		<description>Hrm - pretty cool. :)</description>
		<content:encoded><![CDATA[<p>Hrm - pretty cool. <img src='http://vrypan.net/log/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
</channel>
</rss>
