mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
LibIMAP: Support for APPEND
This commit is contained in:
parent
7021413d30
commit
16995dc3d9
Notes:
sideshowbarker
2024-07-18 12:24:36 +09:00
Author: https://github.com/X-yl
Commit: 16995dc3d9
Pull-request: https://github.com/SerenityOS/serenity/pull/7735
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/MaxWipfli
Reviewed-by: https://github.com/alimpfard
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