mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 18:24:35 +03:00
imapserver: fix storing previews when requested over imap and they are missing from the database
found while testing.
This commit is contained in:
@ -569,7 +569,8 @@ type Message struct {
|
||||
// through the IMAP fetch attribute "PREVIEW" (without "LAZY")), and stored with
|
||||
// the message at that time.
|
||||
// The preview is at most 256 characters (can be more bytes), with detected quoted
|
||||
// text replaced with "[..."].
|
||||
// text replaced with "[...]". Previews typically end with a newline, callers may
|
||||
// want to strip whitespace.
|
||||
Preview *string
|
||||
|
||||
// ParsedBuf message structure. Currently saved as JSON of message.Part because bstore
|
||||
|
Reference in New Issue
Block a user