<?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/"
		>
<channel>
	<title>Comments on: Re: Camel-lite</title>
	<atom:link href="http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/</link>
	<description>My personal weblog on my work in GNOME</description>
	<lastBuildDate>Mon, 05 Apr 2010 19:28:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Phenomena in the days of Philip &#187; Blog Archive &#187; From the dark corners of being on holiday &#8230;</title>
		<link>http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/comment-page-1/#comment-222</link>
		<dc:creator>Phenomena in the days of Philip &#187; Blog Archive &#187; From the dark corners of being on holiday &#8230;</dc:creator>
		<pubDate>Tue, 28 Aug 2007 20:46:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/#comment-222</guid>
		<description>[...] blog spurred some controversy about Evolution and the adapted Camel that Tinymail internally [...]</description>
		<content:encoded><![CDATA[<p>[...] blog spurred some controversy about Evolution and the adapted Camel that Tinymail internally [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sragavan</title>
		<link>http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/comment-page-1/#comment-221</link>
		<dc:creator>sragavan</dc:creator>
		<pubDate>Tue, 28 Aug 2007 19:13:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/#comment-221</guid>
		<description>XAV, an F5 should sync it anyway. But a timely sync or a sized sync is a nice thought. Ill add this to the next camel discussion.</description>
		<content:encoded><![CDATA[<p>XAV, an F5 should sync it anyway. But a timely sync or a sized sync is a nice thought. Ill add this to the next camel discussion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xav</title>
		<link>http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/comment-page-1/#comment-220</link>
		<dc:creator>Xav</dc:creator>
		<pubDate>Tue, 28 Aug 2007 14:14:29 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/#comment-220</guid>
		<description>Hi Srag,

I understand the need to delay sync to optimize packet sizes, but IMO Evo shouldn&#039;t wait that much to sync (and potentially loose that data). For example, it should fire sync as soon as it has &gt;100 changes to commit, or if it has at least 1 change more than 10s old.

Thanks for working on the 1st point !

        Xav</description>
		<content:encoded><![CDATA[<p>Hi Srag,</p>
<p>I understand the need to delay sync to optimize packet sizes, but IMO Evo shouldn&#8217;t wait that much to sync (and potentially loose that data). For example, it should fire sync as soon as it has &gt;100 changes to commit, or if it has at least 1 change more than 10s old.</p>
<p>Thanks for working on the 1st point !</p>
<p>        Xav</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pvanhoof</title>
		<link>http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/comment-page-1/#comment-219</link>
		<dc:creator>pvanhoof</dc:creator>
		<pubDate>Tue, 28 Aug 2007 10:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/#comment-219</guid>
		<description>Hey Xav and sragavan: This is an improvement that can be ported from Tinymail&#039;s camel-lite to camel. Tinymail already supports and does this. Sragavan: it uses the &quot;folder-changed&quot; signal on CamelFolder for this, in the typical Camel way of working. It&#039;s mostly about moving the signal emission a bit lower-level in the IMAP code and fixing up some locking issues in CamelFolderSummary that could deadlock during the emission of the signal.

It&#039;s right that the references header is not fetched at this moment. I&#039;m also taking a look at some solutions for this. The biggest problem at this moment is the amount of pointers needed (each are four bytes) by Evolution for storing each and every reference. I think this can be done better in Evolution too (although for Evolution, that kind of memory savings are overkill).

On bandwidth it&#039;s going to be hard to reduce bandwidth on reference-info. Although if the user is not sorting threaded, there&#039;s also not really any need to retrieve this information (for example a late fetch of that info could be utilized here).</description>
		<content:encoded><![CDATA[<p>Hey Xav and sragavan: This is an improvement that can be ported from Tinymail&#8217;s camel-lite to camel. Tinymail already supports and does this. Sragavan: it uses the &#8220;folder-changed&#8221; signal on CamelFolder for this, in the typical Camel way of working. It&#8217;s mostly about moving the signal emission a bit lower-level in the IMAP code and fixing up some locking issues in CamelFolderSummary that could deadlock during the emission of the signal.</p>
<p>It&#8217;s right that the references header is not fetched at this moment. I&#8217;m also taking a look at some solutions for this. The biggest problem at this moment is the amount of pointers needed (each are four bytes) by Evolution for storing each and every reference. I think this can be done better in Evolution too (although for Evolution, that kind of memory savings are overkill).</p>
<p>On bandwidth it&#8217;s going to be hard to reduce bandwidth on reference-info. Although if the user is not sorting threaded, there&#8217;s also not really any need to retrieve this information (for example a late fetch of that info could be utilized here).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sragavan</title>
		<link>http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/comment-page-1/#comment-218</link>
		<dc:creator>sragavan</dc:creator>
		<pubDate>Tue, 28 Aug 2007 10:00:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/#comment-218</guid>
		<description>XAV, The first point is one of the theme for 2.14 in my current planning.  You should be seeing a much better Evolution in 2.14. On your second point on deferring  synching until folder switch is done so as to optimize the network usage by reducing small packets.</description>
		<content:encoded><![CDATA[<p>XAV, The first point is one of the theme for 2.14 in my current planning.  You should be seeing a much better Evolution in 2.14. On your second point on deferring  synching until folder switch is done so as to optimize the network usage by reducing small packets.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xav</title>
		<link>http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/comment-page-1/#comment-216</link>
		<dc:creator>Xav</dc:creator>
		<pubDate>Tue, 28 Aug 2007 08:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/#comment-216</guid>
		<description>Yeah right. But still Evo is light-years behind Thunderbird in terms of IMAP performance: when connecting to the server Thunderbird starts to fetch headers, the messages are added 1 by 1 to the &quot;headers view&quot; but the UI is still responsive, you can even read a message before having downloaded all headers. And when you do something that changes a state, it&#039;s propagated to the server in short time.

Contrast this with Evo: when connecting to the server, all IMAP traffix is blocked waiting for ALL headers to download. And then, changes are set back to the server only on Evo quitting of changing folders, which means if you work a lot in one folder and you loose your connection to the server, all your changes are lost.

I know this post wasn&#039;t about Evo vs Thunderbird, but those problems are years old and I had to rant. Sorry.</description>
		<content:encoded><![CDATA[<p>Yeah right. But still Evo is light-years behind Thunderbird in terms of IMAP performance: when connecting to the server Thunderbird starts to fetch headers, the messages are added 1 by 1 to the &#8220;headers view&#8221; but the UI is still responsive, you can even read a message before having downloaded all headers. And when you do something that changes a state, it&#8217;s propagated to the server in short time.</p>
<p>Contrast this with Evo: when connecting to the server, all IMAP traffix is blocked waiting for ALL headers to download. And then, changes are set back to the server only on Evo quitting of changing folders, which means if you work a lot in one folder and you loose your connection to the server, all your changes are lost.</p>
<p>I know this post wasn&#8217;t about Evo vs Thunderbird, but those problems are years old and I had to rant. Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sragavan</title>
		<link>http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/comment-page-1/#comment-215</link>
		<dc:creator>sragavan</dc:creator>
		<pubDate>Tue, 28 Aug 2007 07:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/#comment-215</guid>
		<description>For example, camel-lite fetches a very few headers from the server. One of the most important things that is not fetched and is huge is message-thread header. Unless this header is present in a message, it is impossible to form message threads. It is right with camel-lite not to fetch that header as on a mobile device, it is too much to expect. But not right in case of a Desktop.</description>
		<content:encoded><![CDATA[<p>For example, camel-lite fetches a very few headers from the server. One of the most important things that is not fetched and is huge is message-thread header. Unless this header is present in a message, it is impossible to form message threads. It is right with camel-lite not to fetch that header as on a mobile device, it is too much to expect. But not right in case of a Desktop.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: koen</title>
		<link>http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/comment-page-1/#comment-214</link>
		<dc:creator>koen</dc:creator>
		<pubDate>Tue, 28 Aug 2007 06:35:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/#comment-214</guid>
		<description>How does switching from camel to camel-lite break threading in evolution? Or are you saying evolution doesn&#039;t support threading?</description>
		<content:encoded><![CDATA[<p>How does switching from camel to camel-lite break threading in evolution? Or are you saying evolution doesn&#8217;t support threading?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- This Quick Cache file was built for (  blogs.gnome.org/sragavan/2007/08/28/re-camel-lite/feed/ ) in 1.18634 seconds, on Feb 10th, 2012 at 7:49 pm UTC. -->
<!-- This Quick Cache file will automatically expire ( and be re-built automatically ) on Feb 10th, 2012 at 8:49 pm UTC -->
