Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-11 | LibIMAP: Support for remaining IMAP commands | x-yl | |
These include APPEND, AUTHENTICATE, CHECK, CLOSE, EXAMINE, EXPUNGE, LSUB, SUBSCRIBE, UNSUBSCRIBE | |||
2021-06-11 | LibIMAP: Support for APPEND | x-yl | |
2021-06-11 | LibIMAP: Support for COPY, CREATE, DELETE and RENAME | x-yl | |
2021-06-11 | LibIMAP: Support for STORE and STATUS | x-yl | |
2021-06-11 | LibIMAP: Support for the SEARCH command | x-yl | |
2021-06-11 | LibIMAP: Support for FETCH BodyStructure | x-yl | |
This completes the implementation of the FETCH command. | |||
2021-06-11 | LibIMAP: Support for the FETCH command (*mostly) | x-yl | |
This commit doesn't include support for FETCH BODY, because it's a bit big already. Rest assured, FETCH is the most complicated IMAP command, and we'll go back to simple boring ones shortly. | |||
2021-06-11 | LibIMAP: Support for the IDLE command | x-yl | |
2021-06-11 | LibIMAP: Support for LOGIN and LOGOUT | x-yl | |
2021-06-11 | LibIMAP: Support for the LIST and SELECT commands | x-yl | |
2021-06-11 | LibIMAP: Support for CAPABILITY command & response | x-yl | |
This involves parsing messages with untagged responses | |||
2021-06-11 | LibIMAP: Add a new IMAP client and support NOOP | x-yl | |
A large commit, but sets up the framework for how the IMAP library will work. Right now only the NOOP command and response is supported. |