epoc32/include/errors/generic/emailerr.rls
branchSymbian3
changeset 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/errors/generic/emailerr.rls	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -0,0 +1,43 @@
     1.4 +// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +//
    1.18 +
    1.19 +rls_string STRING_r_error_res_pop3_cannot_connect	 "The POP3 server refused to allow a connection" 
    1.20 +rls_string STRING_r_error_res_pop3_invalid_user		 "The POP3 server refused to allow a connection. Check your mailbox username" 
    1.21 +rls_string STRING_r_error_res_pop3_invalid_login	 "The POP3 server refused to allow a connection. Check your mailbox username and password" 
    1.22 +rls_string STRING_r_error_res_pop3_apop_login_string "Could not create secure logon string. Mailbox server may not support secure logon" 
    1.23 +rls_string STRING_r_error_res_pop3_problem_remote	 "Problem communicating with POP3 server" 
    1.24 +rls_string STRING_r_error_res_pop3_top_unsupported   "The POP3 server does not support the TOP command"
    1.25 +rls_string STRING_r_error_res_imsk_dns_not_found		 "Could not find a DNS server. Please check the DNS address in the Internet control panel" 
    1.26 +rls_string STRING_r_error_res_imsk_control_panel_locked	 "Could not connect to Internet. Please ensure the Internet control panel is closed" 
    1.27 +rls_string STRING_r_error_res_imsk_wrong_active_settings "Cannot use active network connection for this acount" 
    1.28 +rls_string STRING_r_error_res_TLS_Negotiation_failed	 "Secure connection failed.  Server may not accept secure connections."
    1.29 +rls_string STRING_r_error_res_imap_connect_fail		 "Could not connect to the IMAP4 server" 
    1.30 +rls_string STRING_r_error_res_imap_server_fail		 "The connection to the IMAP4 server has been broken" 
    1.31 +rls_string STRING_r_error_res_imap_server_busy		 "The IMAP4 server refused to allow connection. The server is currently busy" 
    1.32 +rls_string STRING_r_error_res_imap_server_version	 "Could not connect to the IMAP4 server. The IMAP server is of the wrong version" 
    1.33 +rls_string STRING_r_error_res_imap_send_fail		 "Could not transmit to the IMAP4 server" 
    1.34 +rls_string STRING_r_error_res_imap_bad_logon		 "The IMAP4 server refused to allow a connection. Check your mailbox username and password" 
    1.35 +rls_string STRING_r_error_res_imap_wrong_folder		 "Could not select an IMAP4 folder" 
    1.36 +rls_string STRING_r_error_res_imap_no_security		 "Secure connections are not available on this server"
    1.37 +rls_string STRING_r_error_res_imap_TLS_failed		 "Secure connection failed.  Certificates may have expired"
    1.38 +rls_string STRING_r_error_res_imap_Invalid_Server_Response	"Invalid server response"
    1.39 +rls_string STRING_r_error_res_pop3_Server_Already_Connected	"Pop3 server already connected"
    1.40 +rls_string STRING_r_error_res_smtp_no_mail_from		 "Could not send email due to an invalid return email address. Check your email address in your account settings" 
    1.41 +rls_string STRING_r_error_res_smtp_unknown		 "Unknown problem while sending email" 
    1.42 +rls_string STRING_r_error_res_smtp_bad_from_address	 "Email message has an invalid \"From\" address" 
    1.43 +rls_string STRING_r_error_res_smtp_bad_to_address	 "Incorrect addresses or unable to send to specified addresses using this server" 
    1.44 +rls_string STRING_r_error_res_smtp_login_refusal	 "SMTP server refused to allow connection" 
    1.45 +rls_string STRING_r_error_res_smtp_wrong_account	 "Could not send email. The messages are destined for an account different from the currently connected one" 
    1.46 +rls_string STRING_r_error_res_smtp_no_TLS		 "Secure connections are not available on this server"