]> git.g-eek.se Git - interimap.git/shortlog
interimap.git
2017-07-29 Guilhem MoulinFix manpage generation with pandoc >=1.18.
2017-05-29 Guilhem MoulinEnsure the lower bound of UID ranges is at least 1.
2016-12-06 Guilhem MoulinMinor manpage fixes.
2016-12-06 Guilhem Moulinpullimap: replace non RFC 5321-compliant envelope sende...
2016-12-01 Guilhem Moulininterimap.service: s/--watch/--notify/.
2016-12-01 Guilhem MoulinUpdate changelog.
2016-12-01 Guilhem Moulinwibble
2016-12-01 Guilhem Moulin"fingerprint" now only pins the cert's SPKI, not the...
2016-11-22 Guilhem Moulinbugfix: when resuming a sync, only consider UIDs greate...
2016-11-22 Guilhem Moulinwibble
2016-06-25 Guilhem Moulinwibble
2016-06-25 Guilhem Moulinpullimap: quote the local part if need be (cf. RFC...
2016-06-13 Guilhem Moulinwibble
2016-06-12 Guilhem Moulinpullimap: enable locally unsetting the 'purge-after...
2016-06-12 Guilhem Moulinpullimap: Clean up PATH.
2016-03-13 Guilhem Moulinpullimap: precise that the mailbox needs to be UTF...
2016-03-13 Guilhem Moulinpullimap: fix struct flock packing
2016-03-13 Guilhem Moulininterimap: reformulation in manpage
2016-03-12 Guilhem Moulininterimap: Fix watch value when --watch is not set.
2016-03-12 Guilhem Moulintypo
2016-03-12 Guilhem Moulinpullimap: use fcntl(2) not flock(2) to lock the statefile.
2016-03-12 Guilhem Moulininterimap: use SQLite's own locking mechanism to lock...
2016-03-12 Guilhem Moulinpunct
2016-03-12 Guilhem MoulinUse a monotype font for IMAP extensions.
2016-03-12 Guilhem MoulinNet::IMAP::InterIMAP, interimap: Add support for IMAP...
2016-03-12 Guilhem Moulininterimap: fix memory leak.
2016-03-12 Guilhem MoulinNet::IMAP::InterIMAP: quit idling when a time jump...
2016-03-11 Guilhem MoulinNet::IMAP::InterIMAP: set SO_{RCV,SND}TIMEO on the...
2016-03-11 Guilhem MoulinNet::IMAP::InterIMAP: set binmode on the socket (and...
2016-03-11 Guilhem MoulinNet::IMAP::InterIMAP optimisation: ignore a new message...
2016-03-11 Guilhem MoulinNet::IMAP::InterIMAP: Don't increase UIDNEXT when recei...
2016-03-11 Guilhem Moulinwibble
2016-03-11 Guilhem MoulinExplicitly specify inner links for older pandoc.
2016-03-11 Guilhem Moulininterimap: convert manpage to markdown.
2016-03-11 Guilhem Moulinpullimap: honor the the four-space rule in the markdown.
2016-03-11 Guilhem Moulinpullimap: improve manpage.
2016-03-11 Guilhem Moulinwibble
2016-03-11 Guilhem Moulinpullimap.md: Fix pandoc syntax.
2016-03-11 Guilhem MoulinConvert pullimap's manpage to pandoc.
2016-03-10 Guilhem MoulinIDLE: fix race condition when an untagged response...
2016-03-10 Guilhem MoulinNet::IMAP::InterIMAP: change argument order in slurp...
2016-03-10 Guilhem Moulinpullimap: check all print statements to the SMTP socket.
2016-03-09 Guilhem MoulinNet::IMAP::InterIMAP: don't print undefined cache value...
2016-03-09 Guilhem Moulinpullimap: keep trying to pull new messages after issuin...
2016-03-09 Guilhem Moulinpullimap.1: Work around groff_www rendering bug with...
2016-03-09 Guilhem MoulinImprove mailto: link for groff_www.
2016-03-09 Guilhem Moulinpullimap: add control flow details in the manpage.
2016-03-09 Guilhem Moulinwibble
2016-03-09 Guilhem Moulintypo: F_[GS]ETFL → F_[GS]ETFD
2016-03-09 Guilhem Moulinpullimap: purge old messages every 12h.
2016-03-08 Guilhem Moulininterimap: improve manpage.
2016-03-08 Guilhem Moulinpullimap: add systemd service unit file.
2016-03-08 Guilhem Moulinpullimap: Don't rely on the last purged timestamp when...
2016-03-08 Guilhem Moulinpullimap: don't FETCH messages BODY if --no-delivery...
2016-03-08 Guilhem Moulinpullimap: improve doc.
2016-03-08 Guilhem MoulinNet::IMAP::InterIMAP: try again if connect(2) was inter...
2016-03-07 Guilhem Moulinpullimap: set keepalive options on socket.
2016-03-07 Guilhem Moulinpullimap: add section name in debug messages.
2016-03-07 Guilhem Moulinpullimap: typo
2016-03-07 Guilhem Moulinspellcheck
2016-03-07 Guilhem Moulinpullimap: add a manpage and a configuration file.
2016-03-07 Guilhem Moulinwibble
2016-03-07 Guilhem MoulinAdd an option "purge-after" to remove old messages.
2016-03-07 Guilhem Moulinpullimap: Remove "logfile" config option.
2016-03-07 Guilhem Moulinpullimap: add an option '--no-delivery' to prevent...
2016-03-07 Guilhem Moulintypo
2016-03-05 Guilhem MoulinEnsure the FD_CLOEXEC bit is 1 on sockets, logger and...
2016-03-05 Guilhem MoulinTerminate the SMTP transmission channel gracefully.
2016-03-05 Guilhem Moulinpullimap: add support for IMAP IDLE (RFC 2177).
2016-03-05 Guilhem Moulinpullimap: add support for SMTP pipelining (RFC 2920)
2016-03-05 Guilhem Moulinpullimap: add sendmail feature (SMTP/LMTP client).
2016-03-05 Guilhem Moulinpullimap: mark downloaded messages as \Seen
2016-03-05 Guilhem Moulinpullimap (IMAP part only)
2016-03-04 Guilhem MoulinInspect the select(2) syscall's return value.
2016-03-03 Guilhem MoulinRemove dependency on IO::Select.
2016-03-03 Guilhem MoulinRelax parsing of continuation requests for for empty...
2016-03-03 Guilhem MoulinDon't modify the state when receiving an unsolicited...
2016-03-03 Guilhem Moulinfix slurp(), useful for IDLE and NOTIFY.
2016-03-03 Guilhem MoulinLog and debug messages: don't prefix with a ':' for...
2016-03-03 Guilhem MoulinEnsure the inbox is always used in upper-case internally.
2015-11-06 Guilhem Moulinwibble
2015-10-19 Guilhem MoulinAdd an option 'SSL_protocols'.
2015-10-06 Guilhem MoulinFix byte count for compression streams.
2015-09-27 Guilhem MoulinBump version number.
2015-09-22 Guilhem MoulinDisplay source UIDs upon APPEND.
2015-09-22 Guilhem MoulinBug fix: don't delete the lockfile if another instance...
2015-09-22 Guilhem Moulinwibble
2015-09-20 Guilhem MoulinUse TCP keepalive to detect dead peers.
2015-09-16 Guilhem MoulinMove SSL fingerprint verification to the the verify...
2015-09-16 Guilhem MoulinDisplay the certificate chain, SSL protocol and cipher...
2015-09-16 Guilhem MoulinSet X.509 certificate purpose to 'SSL Server' for SSL_v...
2015-09-15 Guilhem MoulinDon't set SO_KEEPALIVE on the socket.
2015-09-15 Guilhem MoulinRemove support for the Binary Content extension [RFC3516].
2015-09-15 Guilhem MoulinDon't catch SIGHUP as it only work during IDLE.
2015-09-15 Guilhem Moulinwibble
2015-09-15 Guilhem MoulinAdd the ability to proxy TCP connections through a...
2015-09-14 Guilhem MoulinReplace IO::Socket::INET dependency by the lower lever...
2015-09-14 Guilhem MoulinAdd a SIGNAL section to the manpage.
2015-09-14 Guilhem Moulinwibble
2015-09-14 Guilhem MoulinAccept non-fully qualified commands.
next