Skip to content

Commit

Permalink
imapclient: add TODO for the APPEND side of BINARY
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed Feb 7, 2024
1 parent 4aa87a1 commit 667d79a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imapclient/append.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func (c *Client) Append(mailbox string, size int64, options *imap.AppendOptions)
if options != nil && !options.Time.IsZero() {
cmd.enc.String(options.Time.Format(internal.DateTimeLayout)).SP()
}
// TODO: literal8 for BINARY
// TODO: UTF8 data ext for UTF8=ACCEPT, with literal8
cmd.wc = cmd.enc.Literal(size)
return cmd
Expand Down

0 comments on commit 667d79a

Please sign in to comment.