x-yl
9174fabf05
LibIMAP: Support for remaining IMAP commands
...
These include APPEND, AUTHENTICATE, CHECK, CLOSE, EXAMINE, EXPUNGE,
LSUB, SUBSCRIBE, UNSUBSCRIBE
2021-06-11 23:58:28 +04:30
x-yl
16995dc3d9
LibIMAP: Support for APPEND
2021-06-11 23:58:28 +04:30
x-yl
7021413d30
LibIMAP: Support for COPY, CREATE, DELETE and RENAME
2021-06-11 23:58:28 +04:30
x-yl
076c708d0a
LibIMAP: Support for STORE and STATUS
2021-06-11 23:58:28 +04:30
x-yl
a6339297ec
LibIMAP: Support for the SEARCH command
2021-06-11 23:58:28 +04:30
x-yl
318709c8ca
LibIMAP: Support for FETCH BodyStructure
...
This completes the implementation of the FETCH command.
2021-06-11 23:58:28 +04:30
x-yl
c152a9a594
LibIMAP: Support for the FETCH command (*mostly)
...
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 23:58:28 +04:30
x-yl
1e9dfdcdcc
LibIMAP: Support for the IDLE command
2021-06-11 23:58:28 +04:30
x-yl
f00c2c0192
LibIMAP: Support for LOGIN and LOGOUT
2021-06-11 23:58:28 +04:30
x-yl
2f04d24b66
LibIMAP: Support for the LIST and SELECT commands
2021-06-11 23:58:28 +04:30
x-yl
0f42ea6770
LibIMAP: Support for CAPABILITY command & response
...
This involves parsing messages with untagged responses
2021-06-11 23:58:28 +04:30
x-yl
8c6061fc4a
LibIMAP: Add a new IMAP client and support NOOP
...
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.
2021-06-11 23:58:28 +04:30