mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-09 11:06:10 +00:00
LibIMAP: Support for the IDLE command
This commit is contained in:
parent
f00c2c0192
commit
1e9dfdcdcc
Notes:
sideshowbarker
2024-07-18 12:25:00 +09:00
Author: https://github.com/X-yl
Commit: 1e9dfdcdcc
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
3 changed files with 18 additions and 0 deletions
|
@ -18,6 +18,7 @@
|
|||
namespace IMAP {
|
||||
enum class CommandType {
|
||||
Capability,
|
||||
Idle,
|
||||
List,
|
||||
Login,
|
||||
Logout,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue