1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:37:45 +00:00

LibIMAP: Support for COPY, CREATE, DELETE and RENAME

This commit is contained in:
x-yl 2021-06-02 18:50:13 +04:00 committed by Ali Mohammad Pur
parent 076c708d0a
commit 7021413d30
3 changed files with 44 additions and 0 deletions

View file

@ -18,16 +18,21 @@
namespace IMAP {
enum class CommandType {
Capability,
Copy,
Create,
Delete,
Fetch,
Idle,
List,
Login,
Logout,
Noop,
Rename,
Search,
Select,
Status,
Store,
UIDCopy,
UIDFetch,
UIDSearch,
UIDStore,