imapserver: actually announce PREVIEW extension

This commit is contained in:
Mechiel Lukkien
2025-03-29 18:28:33 +01:00
parent a5d74eb718
commit 6ab31c15b7
2 changed files with 2 additions and 0 deletions

View File

@ -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.
}, " ")