index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibIMAP
/
Client.h
Age
Commit message (
Expand
)
Author
2022-02-06
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
Ali Mohammad Pur
2022-01-13
LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIs
sin-ack
2021-09-03
Everywhere: Prevent risky implicit casts of (Nonnull)RefPtr
Daniel Bertalan
2021-09-01
LibIMAP: Stop leaking a Core::Promise<bool> in IMAP::Client::connect()
Andreas Kling
2021-07-15
LibCore+LibIMAP: Move Promise to LibCore
Timothy
2021-06-11
LibIMAP: Support for remaining IMAP commands
x-yl
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 the FETCH command (*mostly)
x-yl
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: Add a new IMAP client and support NOOP
x-yl