rgladwell / imap-upload

Python script for uploading a local mbox file to IMAP4 server.
Other
130 stars 30 forks source link

Fix high memory usage on big mbox files. #49

Closed adriangibanelbtactic closed 2 years ago

adriangibanelbtactic commented 2 years ago

This small fix let's you import 10 GB size mbox files even when having only 4 GBs of RAM in your computer.

poldy79 commented 2 years ago

I am using the identical modification. I suggest to merge this.

rgladwell commented 2 years ago

Fantastic, thanks for this.