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:
djmaze 2021-10-27 22:44:24 +02:00
parent 68fc40e911
commit 9fbde56e01
4 changed files with 11 additions and 5 deletions

View file

@ -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