email/pop3andsmtpmtm/servermtmutils/src/imcvrecv.cpp
branchRCL_3
changeset 25 fa1df4b99609
parent 22 1367103c24e2
--- 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 );