about summary refs log tree commit diff
path: root/imap.c (follow)
Commit message (Collapse)AuthorAge
* 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