symmetryinvestments / imap-d

D library for IMAP (JMAP is a work-in-progress but the basics work)
14 stars 10 forks source link

Fix append #51

Closed otrho closed 3 years ago

otrho commented 3 years ago

Fix append() to support setting flags and date. The flags are currently just a list of \Flag style strings, and the date is a string which is passed verbatim to the server and must conform to the grammar from the RFC.