This commit is contained in:
Mechiel Lukkien 2025-02-23 22:40:34 +01:00
parent f117cc0fe1
commit d27fc1e7fc
No known key found for this signature in database

View File

@ -245,7 +245,7 @@ type UntaggedMetadataKeys struct {
// Annotation is a metadata server of mailbox annotation. // Annotation is a metadata server of mailbox annotation.
type Annotation struct { type Annotation struct {
Key string Key string
// Nil is represented by IsString false and a nil Value. // Nil is represented by IsString false and a nil Value.
IsString bool IsString bool
Value []byte Value []byte