From 64dc8a1ed4e15ce456a699184a4fff263f2c902f Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 9 Sep 2015 00:44:05 +0200 Subject: Add support for the IMAP COMPRESS extension [RFC4978]. Also, add traffic statistics after closing the connection to the IMAP server. --- INSTALL | 2 ++ 1 file changed, 2 insertions(+) (limited to 'INSTALL') 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) -- cgit v1.2.3 From ae69332edcf916e0e2af806e4969ef6402040816 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 9 Sep 2015 21:37:35 +0200 Subject: Refactoring. --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index b3f9ebc..f27952b 100644 --- a/INSTALL +++ b/INSTALL @@ -1,6 +1,6 @@ InterIMAP depends on the following Perl modules: - - Compress::Raw::Zlib (core module) + - Compress::Zlib (core module) - Config::Tiny - DBI - DBD::SQLite -- cgit v1.2.3