mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:07:34 +00:00
LibIMAP: Support for COPY, CREATE, DELETE and RENAME
This commit is contained in:
parent
076c708d0a
commit
7021413d30
3 changed files with 44 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue