aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2015-09-09 00:44:05 +0200
committerGuilhem Moulin <guilhem@fripost.org>2015-09-09 22:01:57 +0200
commit64dc8a1ed4e15ce456a699184a4fff263f2c902f (patch)
treed3e9f4c3a9167005b6b2d4035e7d348ed5043b2f /INSTALL
parent8c9328834e3340c1d3b20a5d9567fe8cd27f6d82 (diff)
Add support for the IMAP COMPRESS extension [RFC4978].
Also, add traffic statistics after closing the connection to the IMAP server.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 2 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 7bc3eef..b3f9ebc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,8 +1,10 @@
InterIMAP depends on the following Perl modules:
+ - Compress::Raw::Zlib (core module)
- Config::Tiny
- DBI
- DBD::SQLite
+ - Errno (core module)
- Getopt::Long (core module)
- MIME::Base64 (core module) if authentication is required
- IO::Select (core module)