diff -r dcf0eedfc1a3 -r d189ee25cf9d ipsservices/ipssosplugin/inc/ipsplgsosbaseplugin.hrh --- a/ipsservices/ipssosplugin/inc/ipsplgsosbaseplugin.hrh Thu Aug 19 09:38:05 2010 +0300 +++ b/ipsservices/ipssosplugin/inc/ipsplgsosbaseplugin.hrh Tue Aug 31 15:04:17 2010 +0300 @@ -15,9 +15,13 @@ * */ + #ifndef IPSSOSPLUGIN_HRH_ #define IPSSOSPLUGIN_HRH_ +#define RD_101_EMAIL + + #define IPSSOSPLUGIN_DLL_UID 0x2000E53D #define IPSSOSIMAP4PLUGIN_IMPLEMENTATION_UID 0x2000E53F #define IPSSOSPOP3PLUGIN_IMPLEMENTATION_UID 0x2000E53E @@ -30,9 +34,10 @@ #undef RD_IPS_AO_PLUGIN // -// S60 UID update -#define IPS_PROPERTY_CAT_UID 0x2001E277 -// S60 UID update +// +//this needs to be the same as application id (nmailui) +#define IPS_PROPERTY_CAT_UID 0x200255BA +// #define IPS_EXTENDED_SETTINGS_UID 0x102071F1 // S60 UID update @@ -55,8 +60,8 @@ EIPSSosSettingsChanged, KIPSSosSmtpSendStartedSignal, KIPSSosSmtpSendEndedSignal, - KIPSSosSmtpEmptyOutboxNow, - EIPSSosSmtpPswErr + KIPSSosSmtpEmptyOutboxNow +// EIPSSosSmtpPswErr removed }; enum TIpsOpType @@ -66,6 +71,19 @@ EIpsOpTypePop3SyncOp, EIpsOpTypeOnlineOp, EIpsOpTypeImap4PopulateOp, - EIpsOpTypePop3PopulateOp + EIpsOpTypeSmtp, +// new op types + EIpsOpTypeImap4Disconnect, + EIpsOpTypePop3Disconnect, + EIpsOpTypeFetchAttachmentOp, + EIpsOpTypeMoveRemoteOp, + EIpsOpTypePop3FetchOp, + EIpsOpTypeConnectAndRefreshFolderListOp, + EIpsOpTypeCreateMessageOp, + EIpsOpTypeMailStorerOp, + EIpsOpTypeMessagePartStorerOp, + EIpsOpTypeNewChildPartFromFile, + EIpsOpTypeRemoveChildPart +// }; #endif /*IPSSOSPLUGIN_HRH_*/