aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFiles
* Prepare new release.upstream/0.4Guilhem Moulin2019-01-221
|
* Bump copyright years.Guilhem Moulin2019-01-224
|
* Bump version number.Guilhem Moulin2019-01-223
|
* Change e-mail address.Guilhem Moulin2019-01-221
|
* Net::IMAP::InterIMAP: add support for TLSv1.3 (on recent enough Net::SSLeay).Guilhem Moulin2019-01-224
| | | | | | | Also, change "SSL_protocols" default value from "!SSLv2 !SSLv3" to "!SSLv2 !SSLv3 !TLSv1 !TLSv1.1". I.e., only enable TLSv1.2 and later, which is the default in Debian's OpenSSL as of 1.1.1-2, cf. https://tracker.debian.org/news/998835/accepted-openssl-111-2-source-into-unstable/ .
* pullimap, interimap: don't autocreate statefile or database in long-lived mode.Guilhem Moulin2019-01-213
|
* interimap.service: use --watch=60 rather than --notify.Guilhem Moulin2019-01-203
|
* Note on migrations.Guilhem Moulin2019-01-204
|
* Specify minimum Perl and Net::SSLeay versions.Guilhem Moulin2019-01-205
|
* pullimap, interimap: Use $XDG_CONFIG_HOME/$NAME/config as config file.Guilhem Moulin2019-01-207
|
* typofixGuilhem Moulin2018-05-101
|
* pullimap: use extended SEARCH (RFC 4731) when availableGuilhem Moulin2018-05-103
|
* Improve ESEARCH response parsing for full RFC 4466 compatibility.Guilhem Moulin2018-05-101
|
* Improve wording.Guilhem Moulin2018-05-091
|
* typofixGuilhem Moulin2018-05-091
|
* Fix uninitialized value $set in quotemetaGuilhem Moulin2018-05-091
|
* Add support for untagged ESEARCH responses from RFC 4731.Guilhem Moulin2018-05-092
|
* Library: new API idle_start() and idle_stop().Guilhem Moulin2018-05-092
|
* Fix manpage generation with pandoc >=2.1Guilhem Moulin2018-04-262
|
* Add missing changelog entry.Guilhem Moulin2017-07-291
|
* Fix manpage generation with pandoc >=1.18.Guilhem Moulin2017-07-291
|
* Ensure the lower bound of UID ranges is at least 1.Guilhem Moulin2017-05-292
|
* Minor manpage fixes.Guilhem Moulin2016-12-061
|
* pullimap: replace non RFC 5321-compliant envelope sender addresses by <>.Guilhem Moulin2016-12-063
|
* interimap.service: s/--watch/--notify/.upstream/0.3Guilhem Moulin2016-12-011
|
* Update changelog.Guilhem Moulin2016-12-011
|
* wibbleGuilhem Moulin2016-12-012
|
* "fingerprint" now only pins the cert's SPKI, not the cert itself.Guilhem Moulin2016-12-013
|
* bugfix: when resuming a sync, only consider UIDs greater than a known UIDNEXT.Guilhem Moulin2016-11-221
|
* wibbleGuilhem Moulin2016-11-221
|
* wibbleGuilhem Moulin2016-06-251
|
* pullimap: quote the local part if need be (cf. RFC 5321).Guilhem Moulin2016-06-252
|
* wibbleGuilhem Moulin2016-06-131
|
* pullimap: enable locally unsetting the 'purge-after' option.Guilhem Moulin2016-06-121
|
* pullimap: Clean up PATH.Guilhem Moulin2016-06-122
|
* pullimap: precise that the mailbox needs to be UTF-7 encoded and unquoted.Guilhem Moulin2016-03-131
|
* pullimap: fix struct flock packingGuilhem Moulin2016-03-131
|
* interimap: reformulation in manpageGuilhem Moulin2016-03-131
|
* interimap: Fix watch value when --watch is not set.Guilhem Moulin2016-03-131
|
* typoGuilhem Moulin2016-03-121
|
* pullimap: use fcntl(2) not flock(2) to lock the statefile.Guilhem Moulin2016-03-121
|
* interimap: use SQLite's own locking mechanism to lock down the database.Guilhem Moulin2016-03-121
| | | | (instead of rolling our own)
* punctGuilhem Moulin2016-03-121
|
* Use a monotype font for IMAP extensions.Guilhem Moulin2016-03-122
|
* Net::IMAP::InterIMAP, interimap: Add support for IMAP NOTIFY [RFC 5465].Guilhem Moulin2016-03-124
| | | | | Unsollicited LIST responses are currently ignored, hence interimap won't detect mailbox creation/deletion/subcription/unsubscription.
* interimap: fix memory leak.Guilhem Moulin2016-03-121
|
* Net::IMAP::InterIMAP: quit idling when a time jump of at least 30s is detectedGuilhem Moulin2016-03-121
| | | | | This forces a write, so we can better detect detect dead peers after hibernation for instance.
* Net::IMAP::InterIMAP: set SO_{RCV,SND}TIMEO on the socket so we can detect ↵Guilhem Moulin2016-03-121
| | | | dead peers
* Net::IMAP::InterIMAP: set binmode on the socket (and our pipe ends)Guilhem Moulin2016-03-122
|
* Net::IMAP::InterIMAP optimisation: ignore a new message that's immediately ↵Guilhem Moulin2016-03-121
| | | | | | expunged (before we had a chance to sync it)