mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 03:08:13 +00:00
LibIMAP: Support for APPEND
This commit is contained in:
parent
7021413d30
commit
16995dc3d9
3 changed files with 35 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
namespace IMAP {
|
||||
enum class CommandType {
|
||||
Append,
|
||||
Capability,
|
||||
Copy,
|
||||
Create,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue