1
Fork 0
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:
x-yl 2021-06-02 18:51:46 +04:00 committed by Ali Mohammad Pur
parent 7021413d30
commit 16995dc3d9
3 changed files with 35 additions and 0 deletions

View file

@ -17,6 +17,7 @@
namespace IMAP {
enum class CommandType {
Append,
Capability,
Copy,
Create,