ipsservices/ipssosplugin/inc/ipsplgimap4moveremoteop.h
changeset 1 12c456ceeff2
parent 0 8466d47a6819
child 8 e1b6206813b4
equal deleted inserted replaced
0:8466d47a6819 1:12c456ceeff2
   117         /**
   117         /**
   118         *
   118         *
   119         */
   119         */
   120 
   120 
   121         void Complete();
   121         void Complete();
   122         
       
   123         /**
       
   124         *
       
   125         */
       
   126         void DoMoveLocalL();
       
   127 
   122 
   128         /**
   123         /**
   129         *
   124         *
   130         */
   125         */
   131         void DoMoveRemoteL();
   126         void DoMoveRemoteL();
   142         TState                              iState;
   137         TState                              iState;
   143         TInt                                iFunctionId;
   138         TInt                                iFunctionId;
   144         TDesC8*                             iMoveErrorProgress;
   139         TDesC8*                             iMoveErrorProgress;
   145         TImImap4GetMailInfo                 iGetMailInfo;
   140         TImImap4GetMailInfo                 iGetMailInfo;
   146         CMsvEntrySelection*                 iSelection;
   141         CMsvEntrySelection*                 iSelection;
   147         CMsvEntrySelection*                 iLocalSel;      // Complete messages
       
   148         CMsvEntrySelection*                 iRemoteSel;     // Incomplete messages to be fetched.
   142         CMsvEntrySelection*                 iRemoteSel;     // Incomplete messages to be fetched.
   149         TPckgBuf<TImap4CompoundProgress>    iProgressBuf;
   143         TPckgBuf<TImap4CompoundProgress>    iProgressBuf;
   150         TPckgBuf<TImap4SyncProgress>        iSyncProgress;
   144         TPckgBuf<TImap4SyncProgress>        iSyncProgress;
   151     };
   145     };
   152 
   146