Enable compressed connections to the IMAP server
Added the configuration setting usecompression for the IMAP repositories. When enabled, the data from and to the IMAP server is compressed. Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:

committed by
Eygene Ryabinkin

parent
0c4fe6bada
commit
0903428fda
@ -479,6 +479,11 @@ remoteuser = username
|
||||
# idlefolders = ['INBOX', 'INBOX.Alerts']
|
||||
#
|
||||
|
||||
# OfflineIMAP can use a compressed connection to the IMAP server.
|
||||
# This can result in faster downloads for some cases.
|
||||
#
|
||||
#usecompression = yes
|
||||
|
||||
# OfflineIMAP can use multiple connections to the server in order
|
||||
# to perform multiple synchronization actions simultaneously.
|
||||
# This may place a higher burden on the server. In most cases,
|
||||
|
Reference in New Issue
Block a user