mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Make IMAP LIST-STATUS extension optional so you can turn it off on slow servers.
See application.ini `imap_use_list_status`
This commit is contained in:
parent
68fc40e911
commit
9fbde56e01
4 changed files with 11 additions and 5 deletions
|
|
@ -254,6 +254,7 @@ imap_folder_list_limit = 200
|
|||
imap_show_login_alert = On
|
||||
imap_use_auth_plain = On
|
||||
imap_use_auth_cram_md5 = Off
|
||||
imap_use_list_status = On
|
||||
smtp_show_server_errors = Off
|
||||
smtp_use_auth_plain = On
|
||||
smtp_use_auth_cram_md5 = Off
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue