imap_client icon indicating copy to clipboard operation
imap_client copied to clipboard

IMAP (version 4rev1) implementation for dart

Results 5 imap_client issues
Sort by recently updated
recently updated
newest added

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...

help wanted
stalled until release

The client should support rfc 6855, which introduces proper utf-8 support to imap.

enhancement

**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...

enhancement

**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...

bug
help wanted

This response code was mentioned in [rfc 2180](https://tools.ietf.org/html/rfc2180#section-3.4) and should be supported by this client.

enhancement
help wanted