email/pop3andsmtpmtm/servermtmutils/src/imcvrecv.cpp
branchRCL_3
changeset 54 fa1df4b99609
parent 42 1367103c24e2
equal deleted inserted replaced
53:696bfeff199e 54:fa1df4b99609
   413 	TResourceReader reader;
   413 	TResourceReader reader;
   414 	reader.SetBuffer(buf);
   414 	reader.SetBuffer(buf);
   415 	iStore8BitData = reader.ReadInt8();
   415 	iStore8BitData = reader.ReadInt8();
   416 	CleanupStack::PopAndDestroy(buf);
   416 	CleanupStack::PopAndDestroy(buf);
   417 	
   417 	
   418 	//read iStorePlainBodyText flag for writing bodytext chunk bu chunk.
   418 	//read iStorePlainBodyText flag for writing bodytext chunk by chunk.
   419 	buf = resFile.AllocReadLC( STORE_PLAIN_BODY_TEXT );
   419 	//For Pop case, it always writes bodytext chunk by chunk
   420 	reader.SetBuffer(buf);
   420 	iStorePlainBodyText = 1;
   421 	iStorePlainBodyText = reader.ReadInt8();
       
   422 	CleanupStack::PopAndDestroy(buf);
       
   423 
   421 
   424 
   422 
   425 	buf = resFile.AllocReadLC( REMOVED_ATTACHMENT_TAG );
   423 	buf = resFile.AllocReadLC( REMOVED_ATTACHMENT_TAG );
   426 	reader.SetBuffer(buf);
   424 	reader.SetBuffer(buf);
   427 	iRemovedAttachmentTag = reader.ReadTPtrC().AllocL();
   425 	iRemovedAttachmentTag = reader.ReadTPtrC().AllocL();