Skip to content

Commit 667d79a

Browse files
committed
imapclient: add TODO for the APPEND side of BINARY
1 parent 4aa87a1 commit 667d79a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

imapclient/append.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ func (c *Client) Append(mailbox string, size int64, options *imap.AppendOptions)
2424
if options != nil && !options.Time.IsZero() {
2525
cmd.enc.String(options.Time.Format(internal.DateTimeLayout)).SP()
2626
}
27+
// TODO: literal8 for BINARY
2728
// TODO: UTF8 data ext for UTF8=ACCEPT, with literal8
2829
cmd.wc = cmd.enc.Literal(size)
2930
return cmd

0 commit comments

Comments
 (0)