Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imapclient: fix FetchItems to end encoded list
#517 uses the new `enc.BeginList()` to encode fetch options over the IMAP protocol, but never calls `.End()` so the closing `)` character is never written out, causing errors like `T6 BAD Could not parse command`.
- Loading branch information