Open ideaplugins opened 5 years ago
Thanks for using the library and informing me about the PR.
Since the library uses the mime4j storage ,
I would recommend you to look into the following interfaces and classes for your understanding and including the functionality as suggested by you :
My needs of the time (primarily to return size of the attachments) prompted me to implement in memory solution,
Kindly look into the already implemented interfaces provided by 'mime4j storage' to fulfill your requirements.
I will integrate the 'big email' support in subsequent release.
Try adding sample of the 'big emails' that you are parsing so that I could integrate them in my test cases.
Keep me posted if you run in into any issues and require help.
Will review the pull request and then merge.
All attachments are kept in memory. This is a blocker for my needs of parsing big emails. I'm working on this and I'll submit a PR soon