imapclient icon indicating copy to clipboard operation
imapclient copied to clipboard

streaming API for dealing with large messages

Open mjs opened this issue 16 years ago • 0 comments

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

mjs avatar Oct 18 '09 16:10 mjs