mirror of
https://github.com/mjl-/mox.git
synced 2025-07-19 02:46:37 +03:00
imapserver: actually announce PREVIEW extension
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user