mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-08 00:47:04 +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,
|
imapType: 0,
|
||||||
imapTimeout: 300,
|
imapTimeout: 300,
|
||||||
imapShortLogin: false,
|
imapShortLogin: false,
|
||||||
imapLowerLogin: false,
|
imapLowerLogin: true,
|
||||||
// SSL
|
// SSL
|
||||||
imapSslVerify_peer: false,
|
imapSslVerify_peer: false,
|
||||||
imapSslAllow_self_signed: false,
|
imapSslAllow_self_signed: false,
|
||||||
|
|
@ -51,7 +51,7 @@ const
|
||||||
smtpType: 0,
|
smtpType: 0,
|
||||||
smtpTimeout: 60,
|
smtpTimeout: 60,
|
||||||
smtpShortLogin: false,
|
smtpShortLogin: false,
|
||||||
smtpLowerLogin: false,
|
smtpLowerLogin: true,
|
||||||
smtpUseAuth: true,
|
smtpUseAuth: true,
|
||||||
smtpSetSender: false,
|
smtpSetSender: false,
|
||||||
smtpAuthPlainLine: false,
|
smtpAuthPlainLine: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue