imapclient
imapclient copied to clipboard
streaming API for dealing with large messages
Originally reported by: Menno Smits (Bitbucket: mjs0)
It should be possible to fetch or append large messages without having to load them into memory all at once.
Use file-like or generator style interface (generators is probably better).
This might mean ditching imaplib all together.
- Bitbucket: https://bitbucket.org/mjs0/imapclient/issue/16