mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 02:29:21 +00:00
LibIMAP: Support for LOGIN and LOGOUT
This commit is contained in:
parent
2f04d24b66
commit
f00c2c0192
Notes:
sideshowbarker
2024-07-18 12:25:04 +09:00
Author: https://github.com/X-yl
Commit: f00c2c0192
Pull-request: https://github.com/SerenityOS/serenity/pull/7735
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/MaxWipfli
Reviewed-by: https://github.com/alimpfard
4 changed files with 31 additions and 0 deletions
|
@ -21,6 +21,7 @@ public:
|
|||
RefPtr<Promise<Optional<Response>>> send_command(Command&&);
|
||||
RefPtr<Promise<Optional<Response>>> send_simple_command(CommandType);
|
||||
void send_raw(StringView data);
|
||||
RefPtr<Promise<Optional<SolidResponse>>> login(StringView username, StringView password);
|
||||
RefPtr<Promise<Optional<SolidResponse>>> list(StringView reference_name, StringView mailbox_name);
|
||||
RefPtr<Promise<Optional<SolidResponse>>> select(StringView string);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue