Commit message (Collapse) | Author | Age | Files | |
---|---|---|---|---|
* | Replace IO::Socket::SSL dependency by the lower level Net::SSLeay. | Guilhem Moulin | 2015-09-13 | 1 |
| | | | | | | | | | | | | Also, * Rename the 'SSL_verify_trusted_peer', 'SSL_ca_path', and 'SSL_cipher_list' options to 'SSL_CApath', 'SSL_verify' and 'SSL_cipherlist', respectively. * Add an option 'SSL_CAfile' to specify a file containing trusted certificates to use during server certificate authentication. * Replace Compress::Zlib dependency by the lower level Compress::Raw::Zlib. | |||
* | Refactoring. | Guilhem Moulin | 2015-09-09 | 1 |
| | ||||
* | Add support for the IMAP COMPRESS extension [RFC4978]. | Guilhem Moulin | 2015-09-09 | 1 |
| | | | | | Also, add traffic statistics after closing the connection to the IMAP server. | |||
* | Block SIGINT signals to the children for type=tunnel. | Guilhem Moulin | 2015-09-08 | 1 |
| | | | | So we can clean after us (and for instance remove the lockfile). | |||
* | Rename ‘imapsync’ to ‘interimap’. | Guilhem Moulin | 2015-09-07 | 1 |
| | | | | To avoid confusion with http://imapsync.lamiral.info . | |||
* | Add instruction for how to build a Debian package from the last release. | Guilhem Moulin | 2015-09-07 | 1 |
| | ||||
* | Add instructions for how to build the Debian package. | Guilhem Moulin | 2015-09-06 | 1 |
| | ||||
* | Getopt::Long is a core module. | Guilhem Moulin | 2015-09-06 | 1 |
| | ||||
* | Add INSTALL file. | Guilhem Moulin | 2015-09-05 | 1 |