aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFiles
...
* 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
|
* pullimap: improve doc.Guilhem Moulin2016-03-083
|
* Net::IMAP::InterIMAP: try again if connect(2) was interrupted.Guilhem Moulin2016-03-081
|
* pullimap: set keepalive options on socket.Guilhem Moulin2016-03-081
|
* pullimap: add section name in debug messages.Guilhem Moulin2016-03-071
|
* pullimap: typoGuilhem Moulin2016-03-072
|
* spellcheckGuilhem Moulin2016-03-072
|
* pullimap: add a manpage and a configuration file.Guilhem Moulin2016-03-073
|
* wibbleGuilhem Moulin2016-03-072
|
* Add an option "purge-after" to remove old messages.Guilhem Moulin2016-03-072
|
* pullimap: Remove "logfile" config option.Guilhem Moulin2016-03-073
|
* pullimap: add an option '--no-delivery' to prevent SMTP/LMTP delivery.Guilhem Moulin2016-03-071
|
* typoGuilhem Moulin2016-03-072
|
* Ensure the FD_CLOEXEC bit is 1 on sockets, logger and state files.Guilhem Moulin2016-03-053
|
* Terminate the SMTP transmission channel gracefully.Guilhem Moulin2016-03-051
|
* pullimap: add support for IMAP IDLE (RFC 2177).Guilhem Moulin2016-03-052
|
* pullimap: add support for SMTP pipelining (RFC 2920)Guilhem Moulin2016-03-051
|
* pullimap: add sendmail feature (SMTP/LMTP client).Guilhem Moulin2016-03-051
|
* pullimap: mark downloaded messages as \SeenGuilhem Moulin2016-03-053
|
* pullimap (IMAP part only)Guilhem Moulin2016-03-052
|
* Inspect the select(2) syscall's return value.Guilhem Moulin2016-03-041
|
* Remove dependency on IO::Select.Guilhem Moulin2016-03-031
|
* Relax parsing of continuation requests for for empty resp-text.Guilhem Moulin2016-03-031
| | | | | microsoft's IMAP server violates RFC 3501 by skipping the trailing space for empty resp-text.
* Don't modify the state when receiving an unsolicited FETCH response without UIDGuilhem Moulin2016-03-031
| | | | | We require QRESYNC support (RFC 7162) for syncing, which requires UID (MODSEQ) in unsolicited FETCH responses, cf RFC 7162 section 3.2.4.
* fix slurp(), useful for IDLE and NOTIFY.Guilhem Moulin2016-03-032
|
* Log and debug messages: don't prefix with a ':' for nameless clients.Guilhem Moulin2016-03-031
|
* Ensure the inbox is always used in upper-case internally.Guilhem Moulin2016-03-031
| | | | | | | | | RFC 3501: INBOX is case-insensitive. All case variants of INBOX (e.g., "iNbOx") MUST be interpreted as INBOX not as an astring. An astring which consists of the case-insensitive sequence "I" "N" "B" "O" "X" is considered to be INBOX and not an astring.