Hi, first of all, thanks for this project, it’s really useful :D
I’ve encountered a problem when using the tool with very large mailboxes (in my case ~50k+ emails on an IMAP server, specifically Onet.pl).
It seems that the current implementation does not handle pagination or batching when fetching and processing messages.
As a result:
- the script becomes extremely slow or appears to hang,
- memory usage increases significantly,
- in some cases the operation never completes.
From what I can tell, all messages are being fetched and processed in a single run instead of being handled in smaller chunks.
This would significantly improve performance and reliability for large mailboxes.
Thanks you!
Hi, first of all, thanks for this project, it’s really useful :D
I’ve encountered a problem when using the tool with very large mailboxes (in my case ~50k+ emails on an IMAP server, specifically Onet.pl).
It seems that the current implementation does not handle pagination or batching when fetching and processing messages.
As a result:
From what I can tell, all messages are being fetched and processed in a single run instead of being handled in smaller chunks.
This would significantly improve performance and reliability for large mailboxes.
Thanks you!