about summary refs log tree commit diff
path: root/imap.h (follow)
Commit message (Collapse)AuthorAge
* Parse . as an atom on its ownJune McEnroe2020-04-14
|
* Build a list of body parts parallel to structureJune McEnroe2020-04-14
|
* Use two FILEs for IMAPJune McEnroe2020-04-13
| | | | Turns out that funopen cannot be used for a full-duplex socket.
* Fetch and parse BODYSTRUCTUREJune McEnroe2020-04-12
|
* Concatenate mbox threadsJune McEnroe2020-04-10
|
* Move extra atoms into the predefined enumJune McEnroe2020-04-10
|
* Refactor main loop state machineJune McEnroe2020-04-10
|
* Move export code to export.cJune McEnroe2020-04-09
|
* Send FETCH for uncached UIDsJune McEnroe2020-04-09
|
* Add IMAP parserJune McEnroe2020-04-09