summaryrefslogtreecommitdiff
path: root/Userland/Utilities/test-imap.cpp
AgeCommit message (Expand)Author
2022-01-13LibIMAP+Userland: Convert LibIMAP::Client to the Serenity Stream APIssin-ack
2022-01-13test-imap: Convert test-imap to LibMainsin-ack
2021-11-08LibCore: Use ErrorOr<T> for Core::get_password()Andreas Kling
2021-09-12LibCore: Make get_password return SecretString instead of StringBrian Gianforcaro
2021-09-01LibIMAP: Stop leaking a Core::Promise<bool> in IMAP::Client::connect()Andreas Kling
2021-06-11Utilities: Add a simple utility to test the IMAP libraryx-yl