1
Fork 0
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:
x-yl 2021-06-02 17:17:22 +04:00 committed by Ali Mohammad Pur
parent f00c2c0192
commit 1e9dfdcdcc
3 changed files with 18 additions and 0 deletions

View file

@ -18,6 +18,7 @@
namespace IMAP {
enum class CommandType {
Capability,
Idle,
List,
Login,
Logout,