Menno Finlay-Smits

Results 44 issues of Menno Finlay-Smits

Most popular IMAP servers support the `ESEARCH` capability (https://tools.ietf.org/search/rfc4731). There are probably some small changes to IMAPClient required to make it work. See also the discussion in #227 .

enhancement

Originally reported by: **Vic Tor (Bitbucket: [maxiimou](https://bitbucket.org/maxiimou))** --- Hello I've been playing with imap and python, and use IMAPClient for little project. I'm trying to get out of encoding problems...

minor
proposal

Much of IMAPClient could be so much cleaner if it didn't rely on imaplib underneath.

enhancement

Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))** --- n/t --- - Bitbucket: https://bitbucket.org/mjs0/imapclient/issue/79

enhancement
major

* Use ENVELOPE first * Chunk message ids

documentation

Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))** --- _imap.untagged_responses should be accessible in sane way to allow clients to know about unsolicited messages from the server. --- - Bitbucket: https://bitbucket.org/mjs0/imapclient/issue/155

enhancement
major

http://pypi.python.org/pypi/vulture Consider making this an automated test.

Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))** --- When a parse error occurs, the characters preceding the token causing the error are printed. These characters are reconstructed from recent tokens....

enhancement
minor

Originally reported by: **Menno Smits (Bitbucket: [mjs0](https://bitbucket.org/mjs0))** --- It should be possible to fetch or append large messages without having to load them into memory all at once. Use file-like...

enhancement
major