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

@ -40,6 +40,7 @@ const (
CapListMetadata Capability = "LIST-METADTA" // ../rfc/9590:73
CapMultiAppend Capability = "MULTIAPPEND" // ../rfc/3502:33
CapReplace Capability = "REPLACE" // ../rfc/8508:155
CapPreview Capability = "PREVIEW" // ../rfc/8970:114
)
// Status is the tagged final result of a command.