diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2015-09-09 00:44:05 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-09-09 22:01:57 +0200 |
commit | 64dc8a1ed4e15ce456a699184a4fff263f2c902f (patch) | |
tree | d3e9f4c3a9167005b6b2d4035e7d348ed5043b2f /interimap.sample | |
parent | 8c9328834e3340c1d3b20a5d9567fe8cd27f6d82 (diff) |
Add support for the IMAP COMPRESS extension [RFC4978].
Also, add traffic statistics after closing the connection to the IMAP
server.
Diffstat (limited to 'interimap.sample')
-rw-r--r-- | interimap.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interimap.sample b/interimap.sample index 296f766..e469c98 100644 --- a/interimap.sample +++ b/interimap.sample @@ -13,6 +13,7 @@ host = imap.guilhem.org # port = 993 username = guilhem password = xxxxxxxxxxxxxxxx +#compress = YES # SSL options #SSL_cipher_list = EECDH+AES:EDH+AES:!MEDIUM:!LOW:!EXP:!aNULL:!eNULL:!SSLv2:!SSLv3:!TLSv1:!TLSv1.1 |