|
1 /* |
|
2 * Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Central repository keys and repository identifiers for the mail |
|
15 * MTM UI components |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 #ifndef IMUMPRIVATECRKEYS_H |
|
21 #define IMUMPRIVATECRKEYS_H |
|
22 |
|
23 // |
|
24 // Email Account Settings API |
|
25 const TUid KCRUidImumSettings = {0x102071F1}; |
|
26 |
|
27 // |
|
28 // Default Mailbox Settings API |
|
29 const TUid KCRUidImum = {0x101F87EA}; |
|
30 |
|
31 const TUint32 KImumDownloadBufferSizeOther = 0x00000001; |
|
32 const TUint32 KImumDownloadBufferSizeWlan = 0x00000002; |
|
33 const TUint32 KImumDefMailDeletionSettingMode = 0x00000003; |
|
34 |
|
35 // The 1st set |
|
36 const TUint32 KImumMailAPop1 = 0x00000101; |
|
37 const TUint32 KImumMailCopyToOwn1 = 0x00000102; |
|
38 const TUint32 KImumMailFetchAttachment1 = 0x00000103; |
|
39 const TUint32 KImumMailFetchHeaders1 = 0x00000104; |
|
40 const TUint32 KImumMailIAP1 = 0x00000105; |
|
41 const TUint32 KImumMailName1 = 0x00000106; |
|
42 const TUint32 KImumMailOwnAddress1 = 0x00000107; |
|
43 const TUint32 KImumMailProtocol1 = 0x00000108; |
|
44 const TUint32 KImumMailReceivingHost1 = 0x00000109; |
|
45 const TUint32 KImumMailSecurity1 = 0x0000010A; |
|
46 const TUint32 KImumMailSendMessage1 = 0x0000010B; |
|
47 const TUint32 KImumMailSendingHost1 = 0x0000010C; |
|
48 const TUint32 KImumSmtpSecurity1 = 0x0000010D; |
|
49 const TUint32 KImumOmaEmnEnabled1 = 0x0000010E; |
|
50 const TUint32 KImumMailIncomingUsername1 = 0x0000010F; |
|
51 const TUint32 KImumMailIncomingPassword1 = 0x00000110; |
|
52 const TUint32 KImumMailOutgoingUsername1 = 0x00000111; |
|
53 const TUint32 KImumMailOutgoingPassword1 = 0x00000112; |
|
54 const TUint32 KImumMailIncomingPortNumber1 = 0x00000113; |
|
55 const TUint32 KImumMailOutgoingPortNumber1 = 0x00000114; |
|
56 // The 2nd set |
|
57 const TUint32 KImumMailAPop2 = 0x00000201; |
|
58 const TUint32 KImumMailCopyToOwn2 = 0x00000202; |
|
59 const TUint32 KImumMailFetchAttachment2 = 0x00000203; |
|
60 const TUint32 KImumMailFetchHeaders2 = 0x00000204; |
|
61 const TUint32 KImumMailIAP2 = 0x00000205; |
|
62 const TUint32 KImumMailName2 = 0x00000206; |
|
63 const TUint32 KImumMailOwnAddress2 = 0x00000207; |
|
64 const TUint32 KImumMailProtocol2 = 0x00000208; |
|
65 const TUint32 KImumMailReceivingHost2 = 0x00000209; |
|
66 const TUint32 KImumMailSecurity2 = 0x0000020A; |
|
67 const TUint32 KImumMailSendMessage2 = 0x0000020B; |
|
68 const TUint32 KImumMailSendingHost2 = 0x0000020C; |
|
69 const TUint32 KImumSmtpSecurity2 = 0x0000020D; |
|
70 const TUint32 KImumOmaEmnEnabled2 = 0x0000020E; |
|
71 const TUint32 KImumMailIncomingUsername2 = 0x0000020F; |
|
72 const TUint32 KImumMailIncomingPassword2 = 0x00000210; |
|
73 const TUint32 KImumMailOutgoingUsername2 = 0x00000211; |
|
74 const TUint32 KImumMailOutgoingPassword2 = 0x00000212; |
|
75 const TUint32 KImumMailIncomingPortNumber2 = 0x00000213; |
|
76 const TUint32 KImumMailOutgoingPortNumber2 = 0x00000214; |
|
77 // The 3rd set |
|
78 const TUint32 KImumMailAPop3 = 0x00000301; |
|
79 const TUint32 KImumMailCopyToOwn3 = 0x00000302; |
|
80 const TUint32 KImumMailFetchAttachment3 = 0x00000303; |
|
81 const TUint32 KImumMailFetchHeaders3 = 0x00000304; |
|
82 const TUint32 KImumMailIAP3 = 0x00000305; |
|
83 const TUint32 KImumMailName3 = 0x00000306; |
|
84 const TUint32 KImumMailOwnAddress3 = 0x00000307; |
|
85 const TUint32 KImumMailProtocol3 = 0x00000308; |
|
86 const TUint32 KImumMailReceivingHost3 = 0x00000309; |
|
87 const TUint32 KImumMailSecurity3 = 0x0000030A; |
|
88 const TUint32 KImumMailSendMessage3 = 0x0000030B; |
|
89 const TUint32 KImumMailSendingHost3 = 0x0000030C; |
|
90 const TUint32 KImumSmtpSecurity3 = 0x0000030D; |
|
91 const TUint32 KImumOmaEmnEnabled3 = 0x0000030E; |
|
92 const TUint32 KImumMailIncomingUsername3 = 0x0000030F; |
|
93 const TUint32 KImumMailIncomingPassword3 = 0x00000310; |
|
94 const TUint32 KImumMailOutgoingUsername3 = 0x00000311; |
|
95 const TUint32 KImumMailOutgoingPassword3 = 0x00000312; |
|
96 const TUint32 KImumMailIncomingPortNumber3 = 0x00000313; |
|
97 const TUint32 KImumMailOutgoingPortNumber3 = 0x00000314; |
|
98 // The 4th set |
|
99 const TUint32 KImumMailAPop4 = 0x00000401; |
|
100 const TUint32 KImumMailCopyToOwn4 = 0x00000402; |
|
101 const TUint32 KImumMailFetchAttachment4 = 0x00000403; |
|
102 const TUint32 KImumMailFetchHeaders4 = 0x00000404; |
|
103 const TUint32 KImumMailIAP4 = 0x00000405; |
|
104 const TUint32 KImumMailName4 = 0x00000406; |
|
105 const TUint32 KImumMailOwnAddress4 = 0x00000407; |
|
106 const TUint32 KImumMailProtocol4 = 0x00000408; |
|
107 const TUint32 KImumMailReceivingHost4 = 0x00000409; |
|
108 const TUint32 KImumMailSecurity4 = 0x0000040A; |
|
109 const TUint32 KImumMailSendMessage4 = 0x0000040B; |
|
110 const TUint32 KImumMailSendingHost4 = 0x0000040C; |
|
111 const TUint32 KImumSmtpSecurity4 = 0x0000040D; |
|
112 const TUint32 KImumOmaEmnEnabled4 = 0x0000040E; |
|
113 const TUint32 KImumMailIncomingUsername4 = 0x0000040F; |
|
114 const TUint32 KImumMailIncomingPassword4 = 0x00000410; |
|
115 const TUint32 KImumMailOutgoingUsername4 = 0x00000411; |
|
116 const TUint32 KImumMailOutgoingPassword4 = 0x00000412; |
|
117 const TUint32 KImumMailIncomingPortNumber4 = 0x00000413; |
|
118 const TUint32 KImumMailOutgoingPortNumber4 = 0x00000414; |
|
119 // The 5th set |
|
120 const TUint32 KImumMailAPop5 = 0x00000501; |
|
121 const TUint32 KImumMailCopyToOwn5 = 0x00000502; |
|
122 const TUint32 KImumMailFetchAttachment5 = 0x00000503; |
|
123 const TUint32 KImumMailFetchHeaders5 = 0x00000504; |
|
124 const TUint32 KImumMailIAP5 = 0x00000505; |
|
125 const TUint32 KImumMailName5 = 0x00000506; |
|
126 const TUint32 KImumMailOwnAddress5 = 0x00000507; |
|
127 const TUint32 KImumMailProtocol5 = 0x00000508; |
|
128 const TUint32 KImumMailReceivingHost5 = 0x00000509; |
|
129 const TUint32 KImumMailSecurity5 = 0x0000050A; |
|
130 const TUint32 KImumMailSendMessage5 = 0x0000050B; |
|
131 const TUint32 KImumMailSendingHost5 = 0x0000050C; |
|
132 const TUint32 KImumSmtpSecurity5 = 0x0000050D; |
|
133 const TUint32 KImumOmaEmnEnabled5 = 0x0000050E; |
|
134 const TUint32 KImumMailIncomingUsername5 = 0x0000050F; |
|
135 const TUint32 KImumMailIncomingPassword5 = 0x00000510; |
|
136 const TUint32 KImumMailOutgoingUsername5 = 0x00000511; |
|
137 const TUint32 KImumMailOutgoingPassword5 = 0x00000512; |
|
138 const TUint32 KImumMailIncomingPortNumber5 = 0x00000513; |
|
139 const TUint32 KImumMailOutgoingPortNumber5 = 0x00000514; |
|
140 // The 6th set |
|
141 const TUint32 KImumMailAPop6 = 0x00000601; |
|
142 const TUint32 KImumMailCopyToOwn6 = 0x00000602; |
|
143 const TUint32 KImumMailFetchAttachment6 = 0x00000603; |
|
144 const TUint32 KImumMailFetchHeaders6 = 0x00000604; |
|
145 const TUint32 KImumMailIAP6 = 0x00000605; |
|
146 const TUint32 KImumMailName6 = 0x00000606; |
|
147 const TUint32 KImumMailOwnAddress6 = 0x00000607; |
|
148 const TUint32 KImumMailProtocol6 = 0x00000608; |
|
149 const TUint32 KImumMailReceivingHost6 = 0x00000609; |
|
150 const TUint32 KImumMailSecurity6 = 0x0000060A; |
|
151 const TUint32 KImumMailSendMessage6 = 0x0000060B; |
|
152 const TUint32 KImumMailSendingHost6 = 0x0000060C; |
|
153 const TUint32 KImumSmtpSecurity6 = 0x0000060D; |
|
154 const TUint32 KImumOmaEmnEnabled6 = 0x0000060E; |
|
155 const TUint32 KImumMailIncomingUsername6 = 0x0000060F; |
|
156 const TUint32 KImumMailIncomingPassword6 = 0x00000610; |
|
157 const TUint32 KImumMailOutgoingUsername6 = 0x00000611; |
|
158 const TUint32 KImumMailOutgoingPassword6 = 0x00000612; |
|
159 const TUint32 KImumMailIncomingPortNumber6 = 0x00000613; |
|
160 const TUint32 KImumMailOutgoingPortNumber6 = 0x00000614; |
|
161 #endif // IMUMPRIVATECRKEYS_H |