mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
LibIMAP: Support for the IDLE command
This commit is contained in:
parent
f00c2c0192
commit
1e9dfdcdcc
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