diff -r 696bfeff199e -r fa1df4b99609 email/pop3andsmtpmtm/servermtmutils/src/imcvrecv.cpp --- a/email/pop3andsmtpmtm/servermtmutils/src/imcvrecv.cpp Thu Jul 15 18:34:37 2010 +0300 +++ b/email/pop3andsmtpmtm/servermtmutils/src/imcvrecv.cpp Thu Aug 19 09:51:11 2010 +0300 @@ -415,11 +415,9 @@ iStore8BitData = reader.ReadInt8(); CleanupStack::PopAndDestroy(buf); - //read iStorePlainBodyText flag for writing bodytext chunk bu chunk. - buf = resFile.AllocReadLC( STORE_PLAIN_BODY_TEXT ); - reader.SetBuffer(buf); - iStorePlainBodyText = reader.ReadInt8(); - CleanupStack::PopAndDestroy(buf); + //read iStorePlainBodyText flag for writing bodytext chunk by chunk. + //For Pop case, it always writes bodytext chunk by chunk + iStorePlainBodyText = 1; buf = resFile.AllocReadLC( REMOVED_ATTACHMENT_TAG );