| Commit message (Expand) | Author | Age | Files |
* | interimap: clarify that 'ignore-mailbox' is matched against internal names. | Guilhem Moulin | 2019-07-07 | 1 |
* | Refactor documentation. | Guilhem Moulin | 2019-07-05 | 1 |
* | Improve wording. | Guilhem Moulin | 2019-05-30 | 1 |
* | typo fixes | Guilhem Moulin | 2019-05-28 | 1 |
* | Manpages: clarify that the tunnel command is run following Perl's `exec` sema... | Guilhem Moulin | 2019-05-27 | 1 |
* | Add test-suite (requires dovecot-imapd). | Guilhem Moulin | 2019-05-27 | 1 |
* | New option 'list-reference' to specify a reference name. | Guilhem Moulin | 2019-05-27 | 1 |
* | libinterimap: use socketpair(2) in tunnel mode. | Guilhem Moulin | 2019-05-27 | 1 |
* | interimap: fix handling of mod-sequence values greater or equal than 2 << 63. | Guilhem Moulin | 2019-05-27 | 1 |
* | interimap: Enforce SQLite foreign key constraints. | Guilhem Moulin | 2019-05-27 | 1 |
* | interimap: avoid caching hierarchy delimiters forever in the database. | Guilhem Moulin | 2019-05-27 | 1 |
* | interimap: Refactor --target handling. | Guilhem Moulin | 2019-05-27 | 1 |
* | interimap: fail when two non-INBOX LIST replies return different separators. | Guilhem Moulin | 2019-05-27 | 1 |
* | interimap: accept C-style escape sequences in 'list-mailbox'. | Guilhem Moulin | 2019-05-27 | 1 |
* | interimap: Factor out error throwing. | Guilhem Moulin | 2019-05-27 | 1 |
* | libinterimap: astring is 1*ASTRING-CHAR / string. | Guilhem Moulin | 2019-05-27 | 1 |
* | libinterimap: quote() the empty string as "" instead of a 0-length literal. | Guilhem Moulin | 2019-05-27 | 1 |
* | libinterimap: bugfix: fix escaped hierarchy delimiters in LIST reponses. | Guilhem Moulin | 2019-05-27 | 1 |
* | Prepare new release.upstream/0.4 | Guilhem Moulin | 2019-01-22 | 1 |
* | Change e-mail address. | Guilhem Moulin | 2019-01-22 | 1 |
* | Net::IMAP::InterIMAP: add support for TLSv1.3 (on recent enough Net::SSLeay). | Guilhem Moulin | 2019-01-22 | 1 |
* | pullimap, interimap: don't autocreate statefile or database in long-lived mode. | Guilhem Moulin | 2019-01-21 | 1 |
* | interimap.service: use --watch=60 rather than --notify. | Guilhem Moulin | 2019-01-20 | 1 |
* | Specify minimum Perl and Net::SSLeay versions. | Guilhem Moulin | 2019-01-20 | 1 |
* | pullimap, interimap: Use $XDG_CONFIG_HOME/$NAME/config as config file. | Guilhem Moulin | 2019-01-20 | 1 |
* | pullimap: use extended SEARCH (RFC 4731) when available | Guilhem Moulin | 2018-05-10 | 1 |
* | Improve wording. | Guilhem Moulin | 2018-05-09 | 1 |
* | Add support for untagged ESEARCH responses from RFC 4731. | Guilhem Moulin | 2018-05-09 | 1 |
* | Library: new API idle_start() and idle_stop(). | Guilhem Moulin | 2018-05-09 | 1 |
* | Fix manpage generation with pandoc >=2.1 | Guilhem Moulin | 2018-04-26 | 1 |
* | Add missing changelog entry. | Guilhem Moulin | 2017-07-29 | 1 |
* | Ensure the lower bound of UID ranges is at least 1. | Guilhem Moulin | 2017-05-29 | 1 |
* | pullimap: replace non RFC 5321-compliant envelope sender addresses by <>. | Guilhem Moulin | 2016-12-06 | 1 |
* | Update changelog. | Guilhem Moulin | 2016-12-01 | 1 |
* | pullimap: add a manpage and a configuration file. | Guilhem Moulin | 2016-03-07 | 1 |
* | Add an option 'SSL_protocols'. | Guilhem Moulin | 2015-10-19 | 1 |
* | Fix byte count for compression streams. | Guilhem Moulin | 2015-10-06 | 1 |
* | Bump version number. | Guilhem Moulin | 2015-09-28 | 1 |
* | Display source UIDs upon APPEND.upstream/0.2 | Guilhem Moulin | 2015-09-22 | 1 |
* | Bug fix: don't delete the lockfile if another instance of interimap is running. | Guilhem Moulin | 2015-09-22 | 1 |
* | Use TCP keepalive to detect dead peers. | Guilhem Moulin | 2015-09-21 | 1 |
* | Display the certificate chain, SSL protocol and cipher in debug mode. | Guilhem Moulin | 2015-09-16 | 1 |
* | Set X.509 certificate purpose to 'SSL Server' for SSL_verify=YES. | Guilhem Moulin | 2015-09-16 | 1 |
* | Don't set SO_KEEPALIVE on the socket. | Guilhem Moulin | 2015-09-15 | 1 |
* | Remove support for the Binary Content extension [RFC3516]. | Guilhem Moulin | 2015-09-15 | 1 |
* | Don't catch SIGHUP as it only work during IDLE. | Guilhem Moulin | 2015-09-15 | 1 |
* | Add the ability to proxy TCP connections through a SOCKSv5 proxy. | Guilhem Moulin | 2015-09-15 | 1 |
* | Replace IO::Socket::INET dependency by the lower lever Socket to enable IPv6. | Guilhem Moulin | 2015-09-15 | 1 |
* | Accept non-fully qualified commands. | Guilhem Moulin | 2015-09-14 | 1 |
* | Replace IO::Socket::SSL dependency by the lower level Net::SSLeay. | Guilhem Moulin | 2015-09-13 | 1 |