epoc32/include/errors/generic/emailerr.ra
author William Roberts <williamr@symbian.org>
Wed, 31 Mar 2010 12:33:34 +0100
branchSymbian3
changeset 4 837f303aceeb
permissions -rw-r--r--
Current Symbian^3 public API header files (from PDK 3.0.h)
This is the epoc32/include tree with the "platform" subtrees removed, and
all but a selected few mbg and rsg files removed.
     1 // Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 //
    15 
    16 #include <errors/generic/emailerr.rls>
    17 
    18 RESOURCE ARRAY r_error_res_email_pop3_errors
    19 	{
    20 	items=
    21 		{
    22 		SINGLE_ERROR
    23 			{
    24 			text=r_error_res_pop3_cannot_connect;			// -170
    25 			},
    26 		SINGLE_ERROR
    27 			{
    28 			text=r_error_res_pop3_invalid_user;				// -171
    29 			},
    30 		SINGLE_ERROR
    31 			{
    32 			text=r_error_res_pop3_invalid_login;			// -172
    33 			},
    34 		SINGLE_ERROR
    35 			{
    36 			text=r_error_res_pop3_apop_login_string;		// -173
    37 			},
    38 		SINGLE_ERROR
    39 			{
    40 			text=r_error_res_pop3_problem_remote;			// -174
    41 			},
    42 		SINGLE_ERROR
    43 			{
    44 			flags=EErrorResPanicErrorFlag;					// -175
    45 			},
    46 		SINGLE_ERROR
    47 			{
    48 			flags=EErrorResPanicErrorFlag;					// -176
    49 			},
    50 		SINGLE_ERROR
    51 			{
    52 			flags=EErrorResPanicErrorFlag;					// -177
    53 			},
    54 		SINGLE_ERROR
    55 			{
    56 			text=r_error_res_pop3_top_unsupported;			// -178
    57 			},
    58 		SINGLE_ERROR
    59 			{
    60 			flags=EErrorResPanicErrorFlag;					// -179
    61 			}
    62 		};
    63 	}
    64 
    65 RESOURCE TBUF r_error_res_pop3_cannot_connect		{ buf=STRING_r_error_res_pop3_cannot_connect	; }
    66 RESOURCE TBUF r_error_res_pop3_invalid_user			{ buf=STRING_r_error_res_pop3_invalid_user		; }
    67 RESOURCE TBUF r_error_res_pop3_invalid_login		{ buf=STRING_r_error_res_pop3_invalid_login	; }
    68 RESOURCE TBUF r_error_res_pop3_apop_login_string	{ buf=STRING_r_error_res_pop3_apop_login_string; }
    69 RESOURCE TBUF r_error_res_pop3_problem_remote		{ buf=STRING_r_error_res_pop3_problem_remote	; }
    70 RESOURCE TBUF r_error_res_pop3_top_unsupported		{ buf=STRING_r_error_res_pop3_top_unsupported	; }
    71 
    72 RESOURCE ARRAY r_error_res_email_imsk_errors
    73 	{
    74 	items=
    75 		{
    76 		SINGLE_ERROR
    77 			{
    78 			text=r_error_res_imsk_dns_not_found;			// -180
    79 			},
    80 		SINGLE_ERROR
    81 			{
    82 			text=r_error_res_imsk_control_panel_locked;		// -181
    83 			},		
    84 		SINGLE_ERROR
    85 			{
    86 			flags=EErrorResPanicErrorFlag;					// -182
    87 			},
    88 		SINGLE_ERROR
    89 			{
    90 			text=r_error_res_imsk_wrong_active_settings;	// -183
    91 			},
    92 		SINGLE_ERROR
    93 			{
    94 			flags=EErrorResPanicErrorFlag;					// -184
    95 			},
    96 		SINGLE_ERROR
    97 			{
    98 			text=r_error_res_TLS_Negotiation_failed;		// -185
    99 			}
   100 		};
   101 	}
   102 
   103 RESOURCE TBUF r_error_res_imsk_dns_not_found			{ buf=STRING_r_error_res_imsk_dns_not_found		; }
   104 RESOURCE TBUF r_error_res_imsk_control_panel_locked		{ buf=STRING_r_error_res_imsk_control_panel_locked	; }
   105 RESOURCE TBUF r_error_res_imsk_wrong_active_settings	{ buf=STRING_r_error_res_imsk_wrong_active_settings; }
   106 RESOURCE TBUF r_error_res_TLS_Negotiation_failed			{ buf=STRING_r_error_res_TLS_Negotiation_failed; }
   107 
   108 RESOURCE ARRAY r_error_res_email_imap_errors
   109 	{
   110 	items=
   111 		{
   112 		SINGLE_ERROR
   113 			{
   114 			text=r_error_res_imap_connect_fail;				// -200
   115 			},
   116 		SINGLE_ERROR
   117 			{
   118 			text=r_error_res_imap_server_fail;				// -201
   119 			},
   120 		SINGLE_ERROR
   121 			{
   122 			flags=EErrorResPanicErrorFlag;					// -202
   123 			},
   124 		SINGLE_ERROR
   125 			{
   126 			text=r_error_res_imap_server_busy;				// -203
   127 			},
   128 		SINGLE_ERROR
   129 			{
   130 			text=r_error_res_imap_server_version;			// -204
   131 			},
   132 		SINGLE_ERROR
   133 			{
   134 			text=r_error_res_imap_send_fail;				// -205
   135 			},
   136 		SINGLE_ERROR
   137 			{
   138 			text=r_error_res_imap_bad_logon;				// -206
   139 			},
   140 		SINGLE_ERROR
   141 			{
   142 			flags=EErrorResPanicErrorFlag;					// -207
   143 			},
   144 		SINGLE_ERROR
   145 			{
   146 			text=r_error_res_imap_wrong_folder;				// -208
   147 			},
   148 		SINGLE_ERROR
   149 			{
   150 			text=r_error_res_imap_no_security;				// -209
   151 			},
   152 		SINGLE_ERROR
   153 			{
   154 			flags=EErrorResPanicErrorFlag;					//-210				
   155 			},
   156 		SINGLE_ERROR
   157 			{
   158 			text=r_error_res_imap_TLS_failed;				// -211
   159 			},
   160 		SINGLE_ERROR
   161 			{
   162 			flags=EErrorResPanicErrorFlag;					//-212				
   163 			},
   164 		SINGLE_ERROR
   165 			{
   166 			text=r_error_res_imap_Invalid_Server_Response;			// -213
   167 			},
   168 		SINGLE_ERROR
   169 			{
   170 			text=r_error_res_pop3_Server_Already_Connected;			// -214
   171 			}
   172 		};
   173 	}
   174 
   175 RESOURCE TBUF r_error_res_imap_connect_fail			{ buf=STRING_r_error_res_imap_connect_fail		; }
   176 RESOURCE TBUF r_error_res_imap_server_fail			{ buf=STRING_r_error_res_imap_server_fail		; }
   177 RESOURCE TBUF r_error_res_imap_server_busy			{ buf=STRING_r_error_res_imap_server_busy		; }
   178 RESOURCE TBUF r_error_res_imap_server_version		{ buf=STRING_r_error_res_imap_server_version	; }
   179 RESOURCE TBUF r_error_res_imap_send_fail			{ buf=STRING_r_error_res_imap_send_fail		; }
   180 RESOURCE TBUF r_error_res_imap_bad_logon			{ buf=STRING_r_error_res_imap_bad_logon		; }
   181 RESOURCE TBUF r_error_res_imap_wrong_folder			{ buf=STRING_r_error_res_imap_wrong_folder		; }
   182 RESOURCE TBUF r_error_res_imap_no_security			{ buf=STRING_r_error_res_imap_no_security; }
   183 RESOURCE TBUF r_error_res_imap_TLS_failed			{ buf=STRING_r_error_res_imap_TLS_failed; }
   184 RESOURCE TBUF r_error_res_imap_Invalid_Server_Response		{ buf=STRING_r_error_res_imap_Invalid_Server_Response; }
   185 RESOURCE TBUF r_error_res_pop3_Server_Already_Connected		{ buf=STRING_r_error_res_pop3_Server_Already_Connected; }
   186 
   187 RESOURCE ARRAY r_error_res_email_smtp_errors
   188 	{
   189 	items=
   190 		{
   191 		SINGLE_ERROR
   192 			{
   193 			text=r_error_res_smtp_no_mail_from;				// -240
   194 			},
   195 		SINGLE_ERROR
   196 			{
   197 			text=r_error_res_smtp_unknown;		// -241
   198 			},
   199 		SINGLE_ERROR
   200 			{
   201 			text=r_error_res_smtp_bad_from_address;			// -242
   202 			},
   203 		SINGLE_ERROR
   204 			{
   205 			text=r_error_res_smtp_bad_to_address;			// -243
   206 			},
   207 		SINGLE_ERROR
   208 			{
   209 			text=r_error_res_smtp_login_refusal;			// -244
   210 			},
   211 		SINGLE_ERROR
   212 			{
   213 			text=r_error_res_smtp_wrong_account;			// -245
   214 			},
   215 		SINGLE_ERROR
   216 			{
   217 			text=r_error_res_smtp_no_TLS;					// -246
   218 			}
   219 		};
   220 	}
   221 
   222 RESOURCE TBUF r_error_res_smtp_no_mail_from			{ buf=STRING_r_error_res_smtp_no_mail_from		; }
   223 RESOURCE TBUF r_error_res_smtp_unknown				{ buf=STRING_r_error_res_smtp_unknown			; }
   224 RESOURCE TBUF r_error_res_smtp_bad_from_address		{ buf=STRING_r_error_res_smtp_bad_from_address	; }
   225 RESOURCE TBUF r_error_res_smtp_bad_to_address		{ buf=STRING_r_error_res_smtp_bad_to_address	; }
   226 RESOURCE TBUF r_error_res_smtp_login_refusal		{ buf=STRING_r_error_res_smtp_login_refusal	; }
   227 RESOURCE TBUF r_error_res_smtp_wrong_account		{ buf=STRING_r_error_res_smtp_wrong_account	; }
   228 RESOURCE TBUF r_error_res_smtp_no_TLS				{ buf=STRING_r_error_res_smtp_no_TLS; }