23 lines
753 B
Plaintext
23 lines
753 B
Plaintext
##
|
|
## IMAP specific settings
|
|
##
|
|
|
|
# If nothing happens for this long while client is IDLEing, move the connection
|
|
# to imap-hibernate process and close the old imap process. This saves memory,
|
|
# because connections use very little memory in imap-hibernate process. The
|
|
# downside is that recreating the imap process back uses some resources.
|
|
imap_hibernate_timeout = 5M
|
|
|
|
# Maximum IMAP command line length. Some clients generate very long command
|
|
# lines with huge mailboxes, so you may need to raise this if you get
|
|
# "Too long argument" or "IMAP command line too large" errors often.
|
|
#imap_max_line_length = 64k
|
|
|
|
|
|
|
|
protocol imap {
|
|
imap_client_workarounds = tb-extra-mailbox-sep tb-lsub-flags
|
|
mail_plugins = $mail_plugins imap_acl imap_quota
|
|
|
|
}
|