1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-12 10:40:39 +09:00
ladybird/Userland/Libraries/LibIMAP
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
..
Client.cpp LibIMAP: Support for remaining IMAP commands 2021-06-11 23:58:28 +04:30
Client.h LibIMAP: Support for remaining IMAP commands 2021-06-11 23:58:28 +04:30
CMakeLists.txt LibIMAP: Add a new IMAP client and support NOOP 2021-06-11 23:58:28 +04:30
Objects.cpp LibIMAP: Support for the SEARCH command 2021-06-11 23:58:28 +04:30
Objects.h LibIMAP: Support for remaining IMAP commands 2021-06-11 23:58:28 +04:30
Parser.cpp LibIMAP: Support for remaining IMAP commands 2021-06-11 23:58:28 +04:30
Parser.h LibIMAP: Support for FETCH BodyStructure 2021-06-11 23:58:28 +04:30