diff --git a/imapclient/protocol.go b/imapclient/protocol.go index 3bd56fc..3dcf169 100644 --- a/imapclient/protocol.go +++ b/imapclient/protocol.go @@ -245,7 +245,7 @@ type UntaggedMetadataKeys struct { // Annotation is a metadata server of mailbox annotation. type Annotation struct { - Key string + Key string // Nil is represented by IsString false and a nil Value. IsString bool Value []byte