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
commit 1e9dfdcdcc
Notes: sideshowbarker 2024-07-18 12:25:00 +09:00
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,