mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
lowercase login by default
This commit is contained in:
parent
4fd282dc6c
commit
f6e3017b50
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ const
|
|||
imapType: 0,
|
||||
imapTimeout: 300,
|
||||
imapShortLogin: false,
|
||||
imapLowerLogin: false,
|
||||
imapLowerLogin: true,
|
||||
// SSL
|
||||
imapSslVerify_peer: false,
|
||||
imapSslAllow_self_signed: false,
|
||||
|
|
@ -51,7 +51,7 @@ const
|
|||
smtpType: 0,
|
||||
smtpTimeout: 60,
|
||||
smtpShortLogin: false,
|
||||
smtpLowerLogin: false,
|
||||
smtpLowerLogin: true,
|
||||
smtpUseAuth: true,
|
||||
smtpSetSender: false,
|
||||
smtpAuthPlainLine: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue