Adding options for different IMAP and SMTP configurations

This commit is contained in:
dpeca 2016-10-06 23:25:50 +00:00
commit 22b6ab4e2f
31 changed files with 252 additions and 13 deletions

View file

@ -737,4 +737,11 @@ $LANG['es'] = array(
'PUB_KEY' => 'PUB_KEY',
'ISSUER' => 'ISSUER',
'Use server hostname' => 'Use server hostname',
'Use domain hostname' => 'Use domain hostname',
'Use STARTTLS' => 'Use STARTTLS',
'Use SSL' => 'Use SSL',
'No encryption' => 'No encryption',
'Do not use encryption' => 'Do not use encryption',
);