emailservices/emailcommon/inc/CFSMailFolder.h
changeset 65 478bc57ad291
parent 30 759dc5235cdb
equal deleted inserted replaced
59:16ed8d08d0b1 65:478bc57ad291
   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