ladybird/Userland/Libraries/LibIMAP
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
..
Client.cpp LibIMAP: Support for the FETCH command (*mostly) 2021-06-11 23:58:28 +04:30
Client.h LibIMAP: Support for the FETCH command (*mostly) 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 FETCH command (*mostly) 2021-06-11 23:58:28 +04:30
Objects.h LibIMAP: Support for the FETCH command (*mostly) 2021-06-11 23:58:28 +04:30
Parser.cpp LibIMAP: Support for the FETCH command (*mostly) 2021-06-11 23:58:28 +04:30
Parser.h LibIMAP: Support for the FETCH command (*mostly) 2021-06-11 23:58:28 +04:30