imap_client
imap_client copied to clipboard
IMAP (version 4rev1) implementation for dart
Great job on getting IMAP support into Flutter, much appreciated. However, as a relative newcomer to the IMAP protocol, I'm finding it quite challenging to know how to use your...
The client should support rfc 6855, which introduces proper utf-8 support to imap.
**Is your feature request related to a problem? Please describe.** Currently, a map is used in many places to collect information, for example in `ImapFolder._processBody()`. This is a poor way...
**Bug description** Currently strings are not being escaped when entered **Expected behavior** Strings should be escaped (`\` and `"`) before use as quoted string when necesary **Additional context** Server-to-client has...
This response code was mentioned in [rfc 2180](https://tools.ietf.org/html/rfc2180#section-3.4) and should be supported by this client.