aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFiles
* "fingerprint" now only pins the cert's SPKI, not the cert itself.Guilhem Moulin2016-12-011
* Net::IMAP::InterIMAP, interimap: Add support for IMAP NOTIFY [RFC 5465].Guilhem Moulin2016-03-121
* Net::IMAP::InterIMAP: quit idling when a time jump of at least 30s is detectedGuilhem Moulin2016-03-121
* Net::IMAP::InterIMAP: set SO_{RCV,SND}TIMEO on the socket so we can detect de...Guilhem Moulin2016-03-121
* Net::IMAP::InterIMAP: set binmode on the socket (and our pipe ends)Guilhem Moulin2016-03-121
* Net::IMAP::InterIMAP optimisation: ignore a new message that's immediately ex...Guilhem Moulin2016-03-121
* Net::IMAP::InterIMAP: Don't increase UIDNEXT when receiving EXISTS responses.Guilhem Moulin2016-03-121
* wibbleGuilhem Moulin2016-03-111
* IDLE: fix race condition when an untagged response is received after the DONEGuilhem Moulin2016-03-101
* Net::IMAP::InterIMAP: change argument order in slurp and _resp.Guilhem Moulin2016-03-101
* Net::IMAP::InterIMAP: don't print undefined cache values in debug messages.Guilhem Moulin2016-03-091
* pullimap: keep trying to pull new messages after issuing any IMAP command.Guilhem Moulin2016-03-091
* wibbleGuilhem Moulin2016-03-091
* typo: F_[GS]ETFL → F_[GS]ETFDGuilhem Moulin2016-03-091
* Net::IMAP::InterIMAP: try again if connect(2) was interrupted.Guilhem Moulin2016-03-081
* wibbleGuilhem Moulin2016-03-071
* Add an option "purge-after" to remove old messages.Guilhem Moulin2016-03-071
* pullimap: Remove "logfile" config option.Guilhem Moulin2016-03-071
* typoGuilhem Moulin2016-03-071
* Ensure the FD_CLOEXEC bit is 1 on sockets, logger and state files.Guilhem Moulin2016-03-051
* pullimap: add support for IMAP IDLE (RFC 2177).Guilhem Moulin2016-03-051
* pullimap: mark downloaded messages as \SeenGuilhem Moulin2016-03-051
* pullimap (IMAP part only)Guilhem Moulin2016-03-051
* Inspect the select(2) syscall's return value.Guilhem Moulin2016-03-041
* Relax parsing of continuation requests for for empty resp-text.Guilhem Moulin2016-03-031
* Don't modify the state when receiving an unsolicited FETCH response without UIDGuilhem Moulin2016-03-031
* fix slurp(), useful for IDLE and NOTIFY.Guilhem Moulin2016-03-031
* Log and debug messages: don't prefix with a ':' for nameless clients.Guilhem Moulin2016-03-031
* Ensure the inbox is always used in upper-case internally.Guilhem Moulin2016-03-031
* Add an option 'SSL_protocols'.Guilhem Moulin2015-10-191
* Fix byte count for compression streams.Guilhem Moulin2015-10-061
* Bump version number.Guilhem Moulin2015-09-281
* Display source UIDs upon APPEND.upstream/0.2Guilhem Moulin2015-09-221
* Use TCP keepalive to detect dead peers.Guilhem Moulin2015-09-211
* Move SSL fingerprint verification to the the verify callback.Guilhem Moulin2015-09-161
* Display the certificate chain, SSL protocol and cipher in debug mode.Guilhem Moulin2015-09-161
* Set X.509 certificate purpose to 'SSL Server' for SSL_verify=YES.Guilhem Moulin2015-09-161
* Don't set SO_KEEPALIVE on the socket.Guilhem Moulin2015-09-151
* Remove support for the Binary Content extension [RFC3516].Guilhem Moulin2015-09-151
* Add the ability to proxy TCP connections through a SOCKSv5 proxy.Guilhem Moulin2015-09-151
* Replace IO::Socket::INET dependency by the lower lever Socket to enable IPv6.Guilhem Moulin2015-09-151
* Accept non-fully qualified commands.Guilhem Moulin2015-09-141
* Pass literals by reference to save memory.Guilhem Moulin2015-09-141
* Replace IO::Socket::SSL dependency by the lower level Net::SSLeay.Guilhem Moulin2015-09-131
* Fix detection of boolean options.Guilhem Moulin2015-09-131
* Use 0/1 internally for 'NO'/'YES'.Guilhem Moulin2015-09-111
* Factor the SSL code (imaps and STARTTLS).Guilhem Moulin2015-09-111
* Print IMAP traffic stats when receiving a SIGHUP.Guilhem Moulin2015-09-101
* Don't warn that no compression is enabled if the server doesn't support it.Guilhem Moulin2015-09-101
* wibbleGuilhem Moulin2015-09-101