summary refs log tree commit diff
path: root/imap.c (follow)
Commit message (Collapse)AuthorAge
* Add imapIdleJune McEnroe2020-12-11
| | | | | Handles re-IDLE-ing every 29 minutes and returns the first response it gets.
* Implement getservinfo for SRV lookupJune McEnroe2020-12-04
|
* Refactor IMAP structJune McEnroe2020-11-28
|
* Say OpenSSL in additional permission noticesJune McEnroe2020-11-28
|
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
| | | | https://www.gnu.org/licenses/gpl-faq.en.html#GPLIncompatibleLibs
* Support continue responsesJune McEnroe2020-05-01
| | | | | Basically just so that this can be the canonical imap.[ch] for copying into other projects.
* Parse . as an atom on its ownJune McEnroe2020-04-14
|
* Use two FILEs for IMAPJune McEnroe2020-04-13
| | | | Turns out that funopen cannot be used for a full-duplex socket.
* Send FETCH for uncached UIDsJune McEnroe2020-04-09
|
* Add IMAP parserJune McEnroe2020-04-09