ipsservices/ipssosplugin/inc/ipsplgimap4plugin.h
branchRCL_3
changeset 24 d189ee25cf9d
parent 0 8466d47a6819
child 25 3533d4323edc
equal deleted inserted replaced
23:dcf0eedfc1a3 24:d189ee25cf9d
    19 #ifndef IPSPLGIMAP4PLUGIN_H
    19 #ifndef IPSPLGIMAP4PLUGIN_H
    20 #define IPSPLGIMAP4PLUGIN_H
    20 #define IPSPLGIMAP4PLUGIN_H
    21 
    21 
    22 #include "ipsplgsosbaseplugin.h"
    22 #include "ipsplgsosbaseplugin.h"
    23     
    23     
    24 class CIpsPlgImap4Plugin : public CIpsPlgSosBasePlugin
    24 NONSHARABLE_CLASS( CIpsPlgImap4Plugin ) : public CIpsPlgSosBasePlugin
    25 {
    25 {
    26 public:
    26 public:
    27 
    27 
    28 	IMPORT_C static CIpsPlgImap4Plugin* NewL();
    28 	IMPORT_C static CIpsPlgImap4Plugin* NewL();
    29     IMPORT_C static CIpsPlgImap4Plugin* NewLC();
    29     IMPORT_C static CIpsPlgImap4Plugin* NewLC();
    42     TInt RefreshNowL( );
    42     TInt RefreshNowL( );
    43 
    43 
    44     void RefreshNowL(
    44     void RefreshNowL(
    45         const TFSMailMsgId& aMailBoxId,
    45         const TFSMailMsgId& aMailBoxId,
    46         MFSMailRequestObserver& aOperationObserver,
    46         MFSMailRequestObserver& aOperationObserver,
    47         TInt aRequestId );
    47         TInt aRequestId,
       
    48         const TBool aSilentConnection=EFalse );
    48 
    49 
    49     void ListFoldersL(
    50     void ListFoldersL(
    50         const TFSMailMsgId& aMailBoxId,
    51         const TFSMailMsgId& aMailBoxId,
    51         const TFSMailMsgId& aFolderId,
    52         const TFSMailMsgId& aFolderId,
    52         RPointerArray<CFSMailFolder>& aFolderList );
    53         RPointerArray<CFSMailFolder>& aFolderList );