emailservices/emailcommon/inc/CFSMailFolder.h
changeset 62 a8c646b56683
parent 43 99bcbff212ad
equal deleted inserted replaced
57:ae34e1715e21 62:a8c646b56683
   107      */
   107      */
   108      IMPORT_C TInt FetchMessagesL(  const RArray<TFSMailMsgId>& aMessageIds,
   108      IMPORT_C TInt FetchMessagesL(  const RArray<TFSMailMsgId>& aMessageIds,
   109                                     TFSMailDetails aDetails,
   109                                     TFSMailDetails aDetails,
   110                                     MFSMailRequestObserver& aObserver );
   110                                     MFSMailRequestObserver& aObserver );
   111     /**
   111     /**
   112      * method to check if this folder allows copying from given folder type
       
   113      *
       
   114      * @param aFolderType folder type
       
   115      */
       
   116      IMPORT_C TBool SupportsCopyFromL( TFSFolderType aFolderType );
       
   117 
       
   118     /**
       
   119      * method to check if this folder allows moving from given folder type
   112      * method to check if this folder allows moving from given folder type
   120      *
   113      *
   121      * @param aFolderType folder type
   114      * @param aFolderType folder type
   122      */
   115      */
   123      IMPORT_C TBool SupportsMoveFromL( TFSFolderType aFolderType );
   116      IMPORT_C TBool SupportsMoveFromL( TFSFolderType aFolderType );
   124 
       
   125      /**
       
   126       * removes downloaded attachments from local/terminal memory 
       
   127       */
       
   128      IMPORT_C void RemoveDownLoadedAttachmentsL();
       
   129      
   117      
   130 public: // from  CExtendableEmail
   118 public: // from  CExtendableEmail
   131 
   119 
   132      /** 
   120      /** 
   133       * @see CExtendableEmail::ReleaseExtension
   121       * @see CExtendableEmail::ReleaseExtension