epoc32/include/errors/generic/emailerr.rls
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 rls_string STRING_r_error_res_pop3_cannot_connect	 "The POP3 server refused to allow a connection" 
    17 rls_string STRING_r_error_res_pop3_invalid_user		 "The POP3 server refused to allow a connection. Check your mailbox username" 
    18 rls_string STRING_r_error_res_pop3_invalid_login	 "The POP3 server refused to allow a connection. Check your mailbox username and password" 
    19 rls_string STRING_r_error_res_pop3_apop_login_string "Could not create secure logon string. Mailbox server may not support secure logon" 
    20 rls_string STRING_r_error_res_pop3_problem_remote	 "Problem communicating with POP3 server" 
    21 rls_string STRING_r_error_res_pop3_top_unsupported   "The POP3 server does not support the TOP command"
    22 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" 
    23 rls_string STRING_r_error_res_imsk_control_panel_locked	 "Could not connect to Internet. Please ensure the Internet control panel is closed" 
    24 rls_string STRING_r_error_res_imsk_wrong_active_settings "Cannot use active network connection for this acount" 
    25 rls_string STRING_r_error_res_TLS_Negotiation_failed	 "Secure connection failed.  Server may not accept secure connections."
    26 rls_string STRING_r_error_res_imap_connect_fail		 "Could not connect to the IMAP4 server" 
    27 rls_string STRING_r_error_res_imap_server_fail		 "The connection to the IMAP4 server has been broken" 
    28 rls_string STRING_r_error_res_imap_server_busy		 "The IMAP4 server refused to allow connection. The server is currently busy" 
    29 rls_string STRING_r_error_res_imap_server_version	 "Could not connect to the IMAP4 server. The IMAP server is of the wrong version" 
    30 rls_string STRING_r_error_res_imap_send_fail		 "Could not transmit to the IMAP4 server" 
    31 rls_string STRING_r_error_res_imap_bad_logon		 "The IMAP4 server refused to allow a connection. Check your mailbox username and password" 
    32 rls_string STRING_r_error_res_imap_wrong_folder		 "Could not select an IMAP4 folder" 
    33 rls_string STRING_r_error_res_imap_no_security		 "Secure connections are not available on this server"
    34 rls_string STRING_r_error_res_imap_TLS_failed		 "Secure connection failed.  Certificates may have expired"
    35 rls_string STRING_r_error_res_imap_Invalid_Server_Response	"Invalid server response"
    36 rls_string STRING_r_error_res_pop3_Server_Already_Connected	"Pop3 server already connected"
    37 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" 
    38 rls_string STRING_r_error_res_smtp_unknown		 "Unknown problem while sending email" 
    39 rls_string STRING_r_error_res_smtp_bad_from_address	 "Email message has an invalid \"From\" address" 
    40 rls_string STRING_r_error_res_smtp_bad_to_address	 "Incorrect addresses or unable to send to specified addresses using this server" 
    41 rls_string STRING_r_error_res_smtp_login_refusal	 "SMTP server refused to allow connection" 
    42 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" 
    43 rls_string STRING_r_error_res_smtp_no_TLS		 "Secure connections are not available on this server"