sl@0
|
1 |
// Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies).
|
sl@0
|
2 |
// All rights reserved.
|
sl@0
|
3 |
// This component and the accompanying materials are made available
|
sl@0
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
sl@0
|
5 |
// which accompanies this distribution, and is available
|
sl@0
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
sl@0
|
7 |
//
|
sl@0
|
8 |
// Initial Contributors:
|
sl@0
|
9 |
// Nokia Corporation - initial contribution.
|
sl@0
|
10 |
//
|
sl@0
|
11 |
// Contributors:
|
sl@0
|
12 |
//
|
sl@0
|
13 |
// Description:
|
sl@0
|
14 |
//
|
sl@0
|
15 |
|
sl@0
|
16 |
|
sl@0
|
17 |
|
sl@0
|
18 |
RESOURCE ARRAY r_error_res_email_pop3_errors
|
sl@0
|
19 |
{
|
sl@0
|
20 |
items=
|
sl@0
|
21 |
{
|
sl@0
|
22 |
SINGLE_ERROR
|
sl@0
|
23 |
{
|
sl@0
|
24 |
text=r_error_res_pop3_cannot_connect; // -170
|
sl@0
|
25 |
},
|
sl@0
|
26 |
SINGLE_ERROR
|
sl@0
|
27 |
{
|
sl@0
|
28 |
text=r_error_res_pop3_invalid_user; // -171
|
sl@0
|
29 |
},
|
sl@0
|
30 |
SINGLE_ERROR
|
sl@0
|
31 |
{
|
sl@0
|
32 |
text=r_error_res_pop3_invalid_login; // -172
|
sl@0
|
33 |
},
|
sl@0
|
34 |
SINGLE_ERROR
|
sl@0
|
35 |
{
|
sl@0
|
36 |
text=r_error_res_pop3_apop_login_string; // -173
|
sl@0
|
37 |
},
|
sl@0
|
38 |
SINGLE_ERROR
|
sl@0
|
39 |
{
|
sl@0
|
40 |
text=r_error_res_pop3_problem_remote; // -174
|
sl@0
|
41 |
},
|
sl@0
|
42 |
SINGLE_ERROR
|
sl@0
|
43 |
{
|
sl@0
|
44 |
text=r_error_res_general;
|
sl@0
|
45 |
flags=ETextResolverUnknownErrorFlag;
|
sl@0
|
46 |
},
|
sl@0
|
47 |
SINGLE_ERROR
|
sl@0
|
48 |
{
|
sl@0
|
49 |
text=r_error_res_general;
|
sl@0
|
50 |
flags=ETextResolverUnknownErrorFlag;
|
sl@0
|
51 |
},
|
sl@0
|
52 |
SINGLE_ERROR
|
sl@0
|
53 |
{
|
sl@0
|
54 |
text=r_error_res_general;
|
sl@0
|
55 |
flags=ETextResolverUnknownErrorFlag;
|
sl@0
|
56 |
},
|
sl@0
|
57 |
SINGLE_ERROR
|
sl@0
|
58 |
{
|
sl@0
|
59 |
text=r_error_res_general;
|
sl@0
|
60 |
flags=ETextResolverUnknownErrorFlag;
|
sl@0
|
61 |
},
|
sl@0
|
62 |
SINGLE_ERROR
|
sl@0
|
63 |
{
|
sl@0
|
64 |
text=r_error_res_general;
|
sl@0
|
65 |
flags=ETextResolverUnknownErrorFlag;
|
sl@0
|
66 |
}
|
sl@0
|
67 |
};
|
sl@0
|
68 |
}
|
sl@0
|
69 |
|
sl@0
|
70 |
RESOURCE TBUF r_error_res_pop3_cannot_connect { buf=qtn_err_mail_connect_fail; }
|
sl@0
|
71 |
RESOURCE TBUF r_error_res_pop3_invalid_user { buf=qtn_err_mail_bad_logon; }
|
sl@0
|
72 |
RESOURCE TBUF r_error_res_pop3_invalid_login { buf=qtn_err_mail_bad_logon; }
|
sl@0
|
73 |
RESOURCE TBUF r_error_res_pop3_apop_login_string { buf=qtn_err_pop3_apop_login_string; }
|
sl@0
|
74 |
RESOURCE TBUF r_error_res_pop3_problem_remote { buf=qtn_err_pop3_problem_remote; }
|
sl@0
|
75 |
|
sl@0
|
76 |
RESOURCE ARRAY r_error_res_email_imsk_errors
|
sl@0
|
77 |
{
|
sl@0
|
78 |
items=
|
sl@0
|
79 |
{
|
sl@0
|
80 |
SINGLE_ERROR
|
sl@0
|
81 |
{
|
sl@0
|
82 |
text=r_error_res_imsk_dns_not_found; // -180
|
sl@0
|
83 |
},
|
sl@0
|
84 |
SINGLE_ERROR
|
sl@0
|
85 |
{
|
sl@0
|
86 |
text=r_error_res_imsk_control_panel_locked; // -181
|
sl@0
|
87 |
},
|
sl@0
|
88 |
SINGLE_ERROR
|
sl@0
|
89 |
{
|
sl@0
|
90 |
text=r_error_res_general;
|
sl@0
|
91 |
},
|
sl@0
|
92 |
SINGLE_ERROR
|
sl@0
|
93 |
{
|
sl@0
|
94 |
text=r_qtn_ics_note_close_conn_try_again; // -183
|
sl@0
|
95 |
},
|
sl@0
|
96 |
SINGLE_ERROR
|
sl@0
|
97 |
{
|
sl@0
|
98 |
text=r_error_res_general; // -184
|
sl@0
|
99 |
flags=ETextResolverUnknownErrorFlag;
|
sl@0
|
100 |
}
|
sl@0
|
101 |
};
|
sl@0
|
102 |
}
|
sl@0
|
103 |
|
sl@0
|
104 |
RESOURCE TBUF r_error_res_imsk_dns_not_found { buf=qtn_err_imsk_dns_not_found; }
|
sl@0
|
105 |
RESOURCE TBUF r_error_res_imsk_control_panel_locked { buf=qtn_err_imsk_control_panel_lock; }
|
sl@0
|
106 |
|
sl@0
|
107 |
RESOURCE ARRAY r_error_res_email_imap_errors
|
sl@0
|
108 |
{
|
sl@0
|
109 |
items=
|
sl@0
|
110 |
{
|
sl@0
|
111 |
SINGLE_ERROR
|
sl@0
|
112 |
{
|
sl@0
|
113 |
text=r_error_res_imap_connect_fail; // -200
|
sl@0
|
114 |
},
|
sl@0
|
115 |
SINGLE_ERROR
|
sl@0
|
116 |
{
|
sl@0
|
117 |
text=r_error_res_imap_server_fail; // -201
|
sl@0
|
118 |
},
|
sl@0
|
119 |
SINGLE_ERROR
|
sl@0
|
120 |
{
|
sl@0
|
121 |
text=r_error_res_general;flags=ETextResolverUnknownErrorFlag;
|
sl@0
|
122 |
},
|
sl@0
|
123 |
SINGLE_ERROR
|
sl@0
|
124 |
{
|
sl@0
|
125 |
text=r_error_res_imap_server_busy; // -203
|
sl@0
|
126 |
},
|
sl@0
|
127 |
SINGLE_ERROR
|
sl@0
|
128 |
{
|
sl@0
|
129 |
text=r_error_res_imap_server_version; // -204
|
sl@0
|
130 |
},
|
sl@0
|
131 |
SINGLE_ERROR
|
sl@0
|
132 |
{
|
sl@0
|
133 |
text=r_error_res_imap_send_fail; // -205
|
sl@0
|
134 |
},
|
sl@0
|
135 |
SINGLE_ERROR
|
sl@0
|
136 |
{
|
sl@0
|
137 |
text=r_error_res_imap_bad_logon; // -206
|
sl@0
|
138 |
},
|
sl@0
|
139 |
SINGLE_ERROR
|
sl@0
|
140 |
{
|
sl@0
|
141 |
text=r_error_res_general;flags=ETextResolverUnknownErrorFlag;
|
sl@0
|
142 |
},
|
sl@0
|
143 |
SINGLE_ERROR
|
sl@0
|
144 |
{
|
sl@0
|
145 |
text=r_error_res_imap_wrong_folder; // -208
|
sl@0
|
146 |
},
|
sl@0
|
147 |
SINGLE_ERROR
|
sl@0
|
148 |
{
|
sl@0
|
149 |
text=r_error_res_server_no_security; // -209
|
sl@0
|
150 |
},
|
sl@0
|
151 |
SINGLE_ERROR
|
sl@0
|
152 |
{
|
sl@0
|
153 |
text=r_error_res_imap_login_disab; // -210
|
sl@0
|
154 |
},
|
sl@0
|
155 |
SINGLE_ERROR
|
sl@0
|
156 |
{
|
sl@0
|
157 |
text=r_error_res_imap_negot_failed; // -211
|
sl@0
|
158 |
},
|
sl@0
|
159 |
SINGLE_ERROR
|
sl@0
|
160 |
{
|
sl@0
|
161 |
text=r_error_res_imap_cant_del_folder; // -212
|
sl@0
|
162 |
}
|
sl@0
|
163 |
};
|
sl@0
|
164 |
}
|
sl@0
|
165 |
|
sl@0
|
166 |
RESOURCE TBUF r_error_res_imap_connect_fail { buf=qtn_err_mail_connect_fail; }
|
sl@0
|
167 |
RESOURCE TBUF r_error_res_imap_server_fail { buf=qtn_err_imap_server_fail; }
|
sl@0
|
168 |
RESOURCE TBUF r_error_res_imap_server_busy { buf=qtn_err_imap_server_busy; }
|
sl@0
|
169 |
RESOURCE TBUF r_error_res_imap_server_version { buf=qtn_err_imap_server_version; }
|
sl@0
|
170 |
RESOURCE TBUF r_error_res_imap_send_fail { buf=qtn_err_imap_send_fail; }
|
sl@0
|
171 |
RESOURCE TBUF r_error_res_imap_bad_logon { buf=qtn_err_mail_bad_logon; }
|
sl@0
|
172 |
RESOURCE TBUF r_error_res_server_no_security { buf=qtn_err_imap_serv_no_sec; }
|
sl@0
|
173 |
RESOURCE TBUF r_error_res_imap_wrong_folder { buf=qtn_err_imap_wrong_folder; }
|
sl@0
|
174 |
RESOURCE TBUF r_error_res_imap_login_disab { buf=qtn_err_imap_login_disab; }
|
sl@0
|
175 |
RESOURCE TBUF r_error_res_imap_negot_failed { buf=qtn_err_imap_negot_failed; }
|
sl@0
|
176 |
RESOURCE TBUF r_error_res_imap_cant_del_folder { buf=qtn_err_imap_cant_del_folder; }
|
sl@0
|
177 |
RESOURCE TBUF r_qtn_ics_note_close_conn_try_again { buf=qtn_ics_note_close_conn_try_again; }
|
sl@0
|
178 |
|
sl@0
|
179 |
RESOURCE ARRAY r_error_res_email_smtp_errors
|
sl@0
|
180 |
{
|
sl@0
|
181 |
items=
|
sl@0
|
182 |
{
|
sl@0
|
183 |
SINGLE_ERROR
|
sl@0
|
184 |
{
|
sl@0
|
185 |
text=r_error_res_smtp_gen; // -240
|
sl@0
|
186 |
},
|
sl@0
|
187 |
SINGLE_ERROR
|
sl@0
|
188 |
{
|
sl@0
|
189 |
text=r_error_res_smtp_gen; // -241
|
sl@0
|
190 |
},
|
sl@0
|
191 |
SINGLE_ERROR
|
sl@0
|
192 |
{
|
sl@0
|
193 |
text=r_error_res_smtp_gen; // -242
|
sl@0
|
194 |
},
|
sl@0
|
195 |
SINGLE_ERROR
|
sl@0
|
196 |
{
|
sl@0
|
197 |
text=r_error_res_smtp_gen; // -243
|
sl@0
|
198 |
},
|
sl@0
|
199 |
SINGLE_ERROR
|
sl@0
|
200 |
{
|
sl@0
|
201 |
text=r_error_res_smtp_gen; // -244
|
sl@0
|
202 |
},
|
sl@0
|
203 |
SINGLE_ERROR
|
sl@0
|
204 |
{
|
sl@0
|
205 |
text=r_error_res_imap_negot_failed; // -245
|
sl@0
|
206 |
},
|
sl@0
|
207 |
SINGLE_ERROR
|
sl@0
|
208 |
{
|
sl@0
|
209 |
text=r_error_res_smtp_gen; // -246
|
sl@0
|
210 |
},
|
sl@0
|
211 |
SINGLE_ERROR
|
sl@0
|
212 |
{
|
sl@0
|
213 |
flags=EErrorResBlankErrorFlag; // -247
|
sl@0
|
214 |
},
|
sl@0
|
215 |
SINGLE_ERROR
|
sl@0
|
216 |
{
|
sl@0
|
217 |
flags=EErrorResBlankErrorFlag; // -248
|
sl@0
|
218 |
},
|
sl@0
|
219 |
SINGLE_ERROR
|
sl@0
|
220 |
{
|
sl@0
|
221 |
text=r_error_res_smtp_gen; // -249
|
sl@0
|
222 |
}
|
sl@0
|
223 |
};
|
sl@0
|
224 |
}
|
sl@0
|
225 |
|
sl@0
|
226 |
RESOURCE TBUF r_error_res_smtp_gen { buf=qtn_err_mail_send_fail; }
|
sl@0
|
227 |
|
sl@0
|
228 |
|
sl@0
|
229 |
RESOURCE ARRAY r_error_res_email_pops_errors
|
sl@0
|
230 |
{
|
sl@0
|
231 |
items=
|
sl@0
|
232 |
{
|
sl@0
|
233 |
SINGLE_ERROR
|
sl@0
|
234 |
{
|
sl@0
|
235 |
text=r_error_res_imap_negot_failed; // -260
|
sl@0
|
236 |
}
|
sl@0
|
237 |
};
|
sl@0
|
238 |
}
|
sl@0
|
239 |
|
sl@0
|
240 |
|
sl@0
|
241 |
RESOURCE ARRAY r_error_res_email_ssl_errors
|
sl@0
|
242 |
{
|
sl@0
|
243 |
items=
|
sl@0
|
244 |
{
|
sl@0
|
245 |
SINGLE_ERROR
|
sl@0
|
246 |
{
|
sl@0
|
247 |
text=r_error_res_imap_negot_failed; // -7540
|
sl@0
|
248 |
}
|
sl@0
|
249 |
};
|
sl@0
|
250 |
}
|
sl@0
|
251 |
|
sl@0
|
252 |
// End of File
|