Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: STORE for iCloud and other strict IMAP servers (#15)
Apple's iCloud IMAP server (and possibly others, although I haven't tested it) want brackets around any FLAG command params as shown in the examples of (RFC3501)[https://datatracker.ietf.org/doc/html/rfc3501#section-6.4.6] If the brackets aren't added, the command fails with To fix this, wrap the params of a STORE command in a Signed-off-by: Anna Larch <[email protected]>
- Loading branch information