mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-19 03:49:28 +00:00
feat(accounts): Can now add smtp server to auxilliary accounts
This commit is contained in:
@@ -231,8 +231,10 @@
|
||||
"Mail Account" = "Mail Account";
|
||||
"New Mail Account" = "New Mail Account";
|
||||
"Server Name" = "Server Name";
|
||||
"Outgoing Server Name (SMTP)" = "Outgoing Server Name (SMTP)";
|
||||
"Port" = "Port";
|
||||
"Encryption" = "Encryption";
|
||||
"Outgoing Encryption" = "Outgoing Encryption";
|
||||
"None" = "None";
|
||||
"User Name" = "User Name";
|
||||
"Full Name" = "Full Name";
|
||||
|
||||
@@ -231,8 +231,10 @@
|
||||
"Mail Account" = "Compte courriel";
|
||||
"New Mail Account" = "Nouveau compte";
|
||||
"Server Name" = "Serveur";
|
||||
"Outgoing Server Name (SMTP)" = "Serveur sortant (SMTP)";
|
||||
"Port" = "Port";
|
||||
"Encryption" = "Chiffrement";
|
||||
"Outgoing Encryption" = "Chiffrement sortant";
|
||||
"None" = "Aucun";
|
||||
"User Name" = "Utilisateur";
|
||||
"Full Name" = "Nom complet";
|
||||
|
||||
@@ -1358,6 +1358,7 @@ static NSArray *reminderValues = nil;
|
||||
if (!knownKeys)
|
||||
{
|
||||
knownKeys = [NSArray arrayWithObjects: @"id", @"name", @"serverName", @"port",
|
||||
@"smtpServerName", @"smtpPort", @"smtpEncryption",
|
||||
@"userName", @"password", @"encryption", @"replyTo",
|
||||
@"identities", @"mailboxes", @"forceDefaultIdentity",
|
||||
@"receipts", @"security", @"isNew",
|
||||
|
||||
Reference in New Issue
Block a user