You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this library to read email content. The attachments might be numerous and large, and I want to stream the attachment contents and save them gradually to disk, rather than loading everything into memory at once. Does the library support this approach? If so, do you have an example?
The text was updated successfully, but these errors were encountered:
No, unfortunately there isn't support for this at the moment. You could implement it manually by using the readline command that's exposed though. It'd be a good feature to add, though also non-trivial given the library's current design.
I'm using this library to read email content. The attachments might be numerous and large, and I want to stream the attachment contents and save them gradually to disk, rather than loading everything into memory at once. Does the library support this approach? If so, do you have an example?
The text was updated successfully, but these errors were encountered: