email/imap4mtm/imapprotocolcontroller/inc/cimapopfetchbody.h
branchRCL_3
changeset 77 da6ac9d688df
parent 0 72b543305e3a
--- a/email/imap4mtm/imapprotocolcontroller/inc/cimapopfetchbody.h	Wed Sep 15 12:08:45 2010 +0300
+++ b/email/imap4mtm/imapprotocolcontroller/inc/cimapopfetchbody.h	Wed Oct 13 14:27:34 2010 +0300
@@ -111,7 +111,7 @@
 	// Header and bodystructure parsing
 	TBool ProcessBodyStructureL();
 	void PopulateImHeaderL(CImapRfc822HeaderFields& aHeaderFields, TMsvEmailEntry& aEntry, CImHeader& imHeader);
-	void BuildTreeL(TMsvId aParent, CImapBodyStructure* aBodyStructure, const TDesC8& aPath, const TMsvId aThisMessage, TInt& aAttachments, TBool& aIsMHTML, TInt& aRelatedAttachments);
+	void BuildTreeL(TMsvId aParent, CImapBodyStructure* aBodyStructure, const TDesC8& aPath, const TMsvId aThisMessage, TInt& aAttachments, TBool& aIsMHTML, TInt& aRelatedAttachments, TBool aIsEmbed = EFalse);
 	void BuildContentEntryL(const TMsvId aParent, CImapBodyStructure* aBodyStructure, const TDesC8& aPath, const TMsvId aThisMessage, TInt& aAttachments, TBool& aIsMHTML, TInt& aRelatedAttachments);
 	void ProcessTextSubtypeL(CImapBodyStructure* aBodyStructure, CImMimeHeader& aMime, TMsvEmailEntry& aMessage, TBool& aIsMHTML);
 	void ProcessParameterListL(const CImapBodyStructure::RAttributeValuePairList& aParamList, CImMimeHeader& aMime, TMsvEmailEntry& aMessage, TFileName& aAttachmentFilename);
@@ -215,6 +215,7 @@
 	
 	// CAF support
 	CImCaf* iCaf;
+	TBool iEmbed;
 	};
 
 #endif	//__CIMAPOPFETCHBODY_H__