Query: Patches break with Microsoft exchange server.

Jeffrey Hundstad jeffrey.hundstad at mnsu.edu
Wed Aug 11 11:46:05 EDT 2010


On 08/11/2010 02:01 AM, viresh kumar wrote:
 > When i send a mail using git send-email then it receives fine on
 > outlook but on thunderbird, tabs are converted to spaces.
 >
 > This doesn't happen with every patch on thunderbird, but only a few.
 > And observation is that it happens only with big patches.
 > (more than 500 lines)
 >
 > Any idea, how to solve issue now on thunderbird??

Hello,

Exchange 2010 does not handle IMAP "chunking" (partial message transfer) 
correctly.  Any request after about 1 megabyte of total message size 
will fail.

Thunderbird uses this "chunking" feature to give you a status update 
while downloading large messages.  The IMAP statements are of this type:
11 UID fetch 244477 (UID RFC822.SIZE BODY[]<20480.12288>)

When the 20480 is larger than 1MB Exchange "claims" there is no more.  
Sigh....

Fortunately you can disable this feature.  To disable this in 
Thunderbird you can go to the Advanced configuration and disable the 
following feature, by setting it to false:
mail.server.default.fetch_by_chunks


-- 
Jeffrey Hundstad






More information about the linux-arm-kernel mailing list