1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 20:37:34 +00:00

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.
This commit is contained in:
x-yl 2021-06-01 17:21:01 +04:00 committed by Ali Mohammad Pur
parent 904322e754
commit 8c6061fc4a
8 changed files with 644 additions and 0 deletions

View file

@ -19,6 +19,7 @@ add_subdirectory(LibGfx)
add_subdirectory(LibGL)
add_subdirectory(LibGUI)
add_subdirectory(LibHTTP)
add_subdirectory(LibIMAP)
add_subdirectory(LibImageDecoderClient)
add_subdirectory(LibIPC)
add_subdirectory(LibJS)