13 * |
13 * |
14 * Description: Constant definitions |
14 * Description: Constant definitions |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
|
18 |
18 #ifndef IPSSOSPLUGIN_HRH_ |
19 #ifndef IPSSOSPLUGIN_HRH_ |
19 #define IPSSOSPLUGIN_HRH_ |
20 #define IPSSOSPLUGIN_HRH_ |
|
21 |
|
22 #define RD_101_EMAIL |
|
23 |
20 |
24 |
21 #define IPSSOSPLUGIN_DLL_UID 0x2000E53D |
25 #define IPSSOSPLUGIN_DLL_UID 0x2000E53D |
22 #define IPSSOSIMAP4PLUGIN_IMPLEMENTATION_UID 0x2000E53F |
26 #define IPSSOSIMAP4PLUGIN_IMPLEMENTATION_UID 0x2000E53F |
23 #define IPSSOSPOP3PLUGIN_IMPLEMENTATION_UID 0x2000E53E |
27 #define IPSSOSPOP3PLUGIN_IMPLEMENTATION_UID 0x2000E53E |
24 |
28 |
28 |
32 |
29 // <cmail> Check whether this should be defined in Cmail. |
33 // <cmail> Check whether this should be defined in Cmail. |
30 #undef RD_IPS_AO_PLUGIN |
34 #undef RD_IPS_AO_PLUGIN |
31 // </cmail> |
35 // </cmail> |
32 |
36 |
33 // <cmail> S60 UID update |
37 // <qmail> |
34 #define IPS_PROPERTY_CAT_UID 0x2001E277 |
38 //this needs to be the same as application id (nmailui) |
35 // </cmail> S60 UID update |
39 #define IPS_PROPERTY_CAT_UID 0x200255BA |
|
40 // </qmail> |
36 |
41 |
37 #define IPS_EXTENDED_SETTINGS_UID 0x102071F1 |
42 #define IPS_EXTENDED_SETTINGS_UID 0x102071F1 |
38 // <cmail> S60 UID update |
43 // <cmail> S60 UID update |
39 #define FREESTYLE_FSSERVER_SID 0x2001F40A |
44 #define FREESTYLE_FSSERVER_SID 0x2001F40A |
40 // </cmail> S60 UID update |
45 // </cmail> S60 UID update |
53 EIPSSosCredientialsSet, |
58 EIPSSosCredientialsSet, |
54 EIPSSosCredientialsCancelled, |
59 EIPSSosCredientialsCancelled, |
55 EIPSSosSettingsChanged, |
60 EIPSSosSettingsChanged, |
56 KIPSSosSmtpSendStartedSignal, |
61 KIPSSosSmtpSendStartedSignal, |
57 KIPSSosSmtpSendEndedSignal, |
62 KIPSSosSmtpSendEndedSignal, |
58 KIPSSosSmtpEmptyOutboxNow, |
63 KIPSSosSmtpEmptyOutboxNow |
59 EIPSSosSmtpPswErr |
64 // <qmail> EIPSSosSmtpPswErr removed |
60 }; |
65 }; |
61 |
66 |
62 enum TIpsOpType |
67 enum TIpsOpType |
63 { |
68 { |
64 EIpsOpTypeUnknown, |
69 EIpsOpTypeUnknown, |
65 EIpsOpTypeImap4SyncOp, |
70 EIpsOpTypeImap4SyncOp, |
66 EIpsOpTypePop3SyncOp, |
71 EIpsOpTypePop3SyncOp, |
67 EIpsOpTypeOnlineOp, |
72 EIpsOpTypeOnlineOp, |
68 EIpsOpTypeImap4PopulateOp, |
73 EIpsOpTypeImap4PopulateOp, |
69 EIpsOpTypePop3PopulateOp |
74 EIpsOpTypeSmtp, |
|
75 // <qmail> new op types |
|
76 EIpsOpTypeImap4Disconnect, |
|
77 EIpsOpTypePop3Disconnect, |
|
78 EIpsOpTypeFetchAttachmentOp, |
|
79 EIpsOpTypeMoveRemoteOp, |
|
80 EIpsOpTypePop3FetchOp, |
|
81 EIpsOpTypeConnectAndRefreshFolderListOp, |
|
82 EIpsOpTypeCreateMessageOp, |
|
83 EIpsOpTypeMailStorerOp, |
|
84 EIpsOpTypeMessagePartStorerOp, |
|
85 EIpsOpTypeNewChildPartFromFile, |
|
86 EIpsOpTypeRemoveChildPart |
|
87 // </qmail> |
70 }; |
88 }; |
71 #endif /*IPSSOSPLUGIN_HRH_*/ |
89 #endif /*IPSSOSPLUGIN_HRH_*/ |