mirror of
https://github.com/mjl-/mox.git
synced 2025-07-13 05:34:38 +03:00
imapserver: actually announce PREVIEW extension
This commit is contained in:
@ -180,6 +180,7 @@ var serverCapabilities = strings.Join([]string{
|
||||
"LIST-METADATA", // ../rfc/9590
|
||||
"MULTIAPPEND", // ../rfc/3502
|
||||
"REPLACE", // ../rfc/8508
|
||||
"PREVIEW", // ../rfc/8970:114
|
||||
// "COMPRESS=DEFLATE", // ../rfc/4978, disabled for interoperability issues: The flate reader (inflate) still blocks on partial flushes, preventing progress.
|
||||
}, " ")
|
||||
|
||||
|
Reference in New Issue
Block a user