enough_mail 0.0.4 enough_mail: ^0.0.4 copied to clipboard
IMAP and SMTP clients in pure Dart. Strives to be compliant with [IMAP4 rev1](https://tools.ietf.org/html/rfc3501), [IMAP IDLE](https://tools.ietf.org/html/rfc2177), [IMAP METADATA Extension](https:// [...]
0.0.4 #
- Support IMAP METADATA Extension
0.0.3 #
- Always end lines with \r\n when communicating either with SMTP or IMAP server, parse iso-8859-1 encoded headers
0.0.2 #
- Cleaning architecture, adding support for BODY[HEADER.FIELDS] messages
0.0.1 #
- Initial alpha version