]> git.g-eek.se Git - interimap.git/shortlog
interimap.git
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.
2015-09-14 Guilhem MoulinPass literals by reference to save memory.
2015-09-13 Guilhem MoulinReplace IO::Socket::SSL dependency by the lower level...
2015-09-13 Guilhem MoulinFix detection of boolean options.
2015-09-10 Guilhem MoulinUse 0/1 internally for 'NO'/'YES'.
2015-09-10 Guilhem MoulinFactor the SSL code (imaps and STARTTLS).
2015-09-10 Guilhem MoulinPrint IMAP traffic stats when receiving a SIGHUP.
2015-09-10 Guilhem MoulinDon't warn that no compression is enabled if the server...
2015-09-10 Guilhem Moulinwibble
2015-09-09 Guilhem MoulinExit with return value 0 when receiving a TERM signal.
2015-09-09 Guilhem MoulinBump version.
2015-09-09 Guilhem MoulinAdd a list of supported extensions.
2015-09-09 Guilhem MoulinRefactoring.
2015-09-09 Guilhem MoulinAdd support for the Binary Content extension [RFC3516].
2015-09-09 Guilhem MoulinAdd a configuration option 'null-stderr=YES'.
2015-09-09 Guilhem MoulinAdd support for the IMAP COMPRESS extension [RFC4978].
2015-09-07 Guilhem Moulinwibble
2015-09-07 Guilhem MoulinAdd an option --watch to keep the connections open...
2015-09-07 Guilhem Moulinwibble
2015-09-07 Guilhem MoulinBlock SIGINT signals to the children for type=tunnel.
2015-09-07 Guilhem MoulinRename ‘imapsync’ to ‘interimap’.
2015-09-07 Guilhem MoulinAdd a note imapsync vs. offlineimap.
2015-09-07 Guilhem MoulinAdd instruction for how to build a Debian package from...
2015-09-06 Guilhem MoulinAdd instructions for how to build the Debian package.
2015-09-06 Guilhem MoulinPromote SSH connections to the remote IMAP server.
2015-09-06 Guilhem Moulinwibble
2015-09-06 Guilhem MoulinGetopt::Long is a core module.
2015-09-06 Guilhem MoulinFix typo: lUID ↔ rUID.
2015-09-06 Guilhem MoulinMessage Sequence Match Data: sequence set come before...
2015-09-05 Guilhem MoulinAdd README file.
2015-09-05 Guilhem MoulinAdd INSTALL file.
2015-09-05 Guilhem Moulintypo
2015-09-05 Guilhem MoulinSample UIDs in SELECT $mailbox (QRESYNC ...) commands.
2015-09-01 Guilhem Moulintypo
2015-09-01 Guilhem Moulintypo
2015-09-01 Guilhem MoulinUse groff's mailto markup.
2015-08-31 Guilhem Moulintypo
2015-08-31 Guilhem MoulinCompress "No match for vanished local/remote UID ....
2015-08-20 Guilhem MoulinUnconditionally restart the systemd service.
2015-08-09 Guilhem MoulinAdd support for SASL-IR (RFC 4959) to save a round...
2015-07-31 Guilhem MoulinLog high precision timestamps in the logfile.
2015-07-31 Guilhem MoulinLog debug messages to STDERR unless 'logfile' is set.
2015-07-31 Guilhem MoulinAdd a note regrading the default database with type...
2015-07-31 Guilhem Moulintypo
2015-07-29 Guilhem MoulinLog out before exiting.
2015-07-29 Guilhem MoulinDon't try to rename children of mailboxes with \NoInfer...
2015-07-29 Guilhem MoulinAdd a $try parameter to create, delete, rename, etc.
2015-07-29 Guilhem MoulinIgnore mailboxes with '\NoSelect' attribute.
2015-07-29 Guilhem MoulinDon't initialize cache for ignore mailboxes.
2015-07-29 Guilhem Moulintypo
2015-07-29 Guilhem MoulinReformulation.
2015-07-29 Guilhem Moulinwibble
2015-07-29 Guilhem MoulinDon't push non-existing mailboxes to @MAILBOXES.
2015-07-28 Guilhem MoulinDon't set to a ignored mailbox.
2015-07-27 Guilhem Moulintypo
2015-07-27 Guilhem MoulinUpdate systemd service file.
2015-07-27 Guilhem MoulinUpdate default config file.
2015-07-27 Guilhem MoulinEnable fine-grained control on the mailboxes to consider.
2015-07-27 Guilhem MoulinDrop the 'read-only' option.
2015-07-27 Guilhem Moulinbugfix: Don't exist with the children's exist status...
2015-07-27 Guilhem MoulinNo longer try to guess whether a mailbox was deleted...
next