LibIMAP: Support for APPEND

This commit is contained in:
x-yl 2021-06-02 18:51:46 +04:00 committed by Ali Mohammad Pur
commit 16995dc3d9
Notes: sideshowbarker 2024-07-18 12:24:36 +09:00
3 changed files with 35 additions and 0 deletions

View file

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