aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFiles
* 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)
* Net::IMAP::InterIMAP: Don't increase UIDNEXT when receiving EXISTS responses.Guilhem Moulin2016-03-121
| | | | | | | | | | | Indeed, if the server sends * n EXISTS * n EXPUNGE meaning a new message is received, and is immediately removed afterwards, the server might have allocated a new UID for the removed message.
* wibbleGuilhem Moulin2016-03-113
|
* Explicitly specify inner links for older pandoc.Guilhem Moulin2016-03-112
|
* interimap: convert manpage to markdown.Guilhem Moulin2016-03-114
|
* pullimap: honor the the four-space rule in the markdown.Guilhem Moulin2016-03-111
|
* pullimap: improve manpage.Guilhem Moulin2016-03-111
|
* wibbleGuilhem Moulin2016-03-111
|
* pullimap.md: Fix pandoc syntax.Guilhem Moulin2016-03-111
|
* Convert pullimap's manpage to pandoc.Guilhem Moulin2016-03-113
|
* 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
|
* pullimap: check all print statements to the SMTP socket.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-092
| | | | | Indeed we might get an untagged EXISTS response, meaning that a new message has been received meanwhile.
* pullimap.1: Work around groff_www rendering bug with nested lists.Guilhem Moulin2016-03-091
|
* Improve mailto: link for groff_www.Guilhem Moulin2016-03-092
|
* pullimap: add control flow details in the manpage.Guilhem Moulin2016-03-091
|
* wibbleGuilhem Moulin2016-03-092
|
* typo: F_[GS]ETFL → F_[GS]ETFDGuilhem Moulin2016-03-093
|
* pullimap: purge old messages every 12h.Guilhem Moulin2016-03-092
|
* interimap: improve manpage.Guilhem Moulin2016-03-082
|
* pullimap: add systemd service unit file.Guilhem Moulin2016-03-081
|
* pullimap: Don't rely on the last purged timestamp when purge-after=0.Guilhem Moulin2016-03-082
|
* pullimap: don't FETCH messages BODY if --no-delivery is set.Guilhem Moulin2016-03-081
|