ipsservices/ipssosplugin/inc/ipsplgimap4connectop.h
changeset 47 f83bd4ae1fe3
parent 23 2dc6caa42ec3
child 76 38bf5461e270
equal deleted inserted replaced
45:780f926bc26c 47:f83bd4ae1fe3
    89     // <qmail> change ret val type
    89     // <qmail> change ret val type
    90     /**
    90     /**
    91      * Returns operation type
    91      * Returns operation type
    92      */
    92      */
    93     TIpsOpType IpsOpType() const;
    93     TIpsOpType IpsOpType() const;
       
    94     
       
    95     //<qmail> moved from private to public and changed to static
       
    96     /**
       
    97      * 
       
    98      * @param aInfo is filled correctly in this function
       
    99      * @param aImap4Settings info is filled partly based on settings
       
   100      */
       
   101     static void ConstructImapPartialFetchInfo(
       
   102         TImImap4GetPartialMailInfo& aInfo, 
       
   103         const CImImap4Settings& aImap4Settings );
       
   104     //</qmail>
    94         
   105         
    95     // <qmail> HandleImapConnectionEvent() not used any more
   106     // <qmail> HandleImapConnectionEvent() not used any more
    96 
   107 
    97 public: // from MFSMailRequestObserver
   108 public: // from MFSMailRequestObserver
    98     
   109     
   154      * initiates sync state changed event
   165      * initiates sync state changed event
   155      * @param aError specifies completion status
   166      * @param aError specifies completion status
   156      */
   167      */
   157     void SignalSyncCompleted( TInt aError );
   168     void SignalSyncCompleted( TInt aError );
   158     
   169     
   159     // <qmail>
   170     // <qmail> moved to public
   160     /**
       
   161      * 
       
   162      * @param aInfo is filled corretcly in this function
       
   163      * @param aImap4Settings info is filled partly based on settings
       
   164      */
       
   165     void ConstructImapPartialFetchInfo(
       
   166         TImImap4GetPartialMailInfo& aInfo, 
       
   167         const CImImap4Settings& aImap4Settings );
       
   168 
   171 
   169     /**
   172     /**
   170      * GetImapSettingsLC()
   173      * GetImapSettingsLC()
   171      * constructs imap settings object with this account's settings (based on iService member)
   174      * constructs imap settings object with this account's settings (based on iService member)
   172      * @return CImImap4Settings object as a pointer. Object is placed into CleanupStack.
   175      * @return CImImap4Settings object as a pointer. Object is placed into CleanupStack.