fixed bug 18565 -- [PDT+] Single sign-on for SMTP; implemented auth login for smtp; added smtp logging; lay ground work for tls smtp; r=alecf,bienvenu,ducarroz

git-svn-id: svn://10.0.0.236/trunk@222703 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jefft%netscape.com
2007-03-31 22:08:05 +00:00
parent a8b7db94c0
commit 2c97c4cc85

View File

@@ -111,7 +111,7 @@
## @name NS_ERROR_COULD_NOT_GET_USERS_MAIL_ADDRESS
12529=An error occurred sending mail: the return mail address was invalid. Please verify that your email address is correct in your Mail preferences and try again.
## @name NS_ERROR_POP3_PASSWORD_UNDEFINED
## @name NS_ERROR_SMTP_PASSWORD_UNDEFINED
12530=Error getting mail password.
## @name NS_ERROR_MIME_MPART_ATTACHMENT_ERROR
@@ -148,3 +148,14 @@
12541=Warning! You are about to send a %d byte message. Are you sure that you want to do this?
noIdentities=You don't have any email identities yet. Create one with the Account Wizard.
## @name NS_SMTP_PASSWORD_PROMPT_TITLE
12542=Enter your password
## @name NS_SMTP_PASSWORD_PROMPT
12543=Enter your password for %1$s@%2$s.
## @name NS_ERROR_SMTP_USERNAME_UNDEFINED
12544=Error getting SMTP username.