equal
deleted
inserted
replaced
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 NONSHARABLE_CLASS( CIpsPlgImap4Plugin ) : public CIpsPlgSosBasePlugin |
24 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 ); |
|
49 |
48 |
50 void ListFoldersL( |
49 void ListFoldersL( |
51 const TFSMailMsgId& aMailBoxId, |
50 const TFSMailMsgId& aMailBoxId, |
52 const TFSMailMsgId& aFolderId, |
51 const TFSMailMsgId& aFolderId, |
53 RPointerArray<CFSMailFolder>& aFolderList ); |
52 RPointerArray<CFSMailFolder>& aFolderList ); |