master131 / msg2eml.js

A javascript library to convert Outlook *.msg files to *.eml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The codes goes in to an infinite loop when there is inline attachments

Keanottesen opened this issue · comments

Please provide an example that produces this issue.

msg upload is not supported

But the problem is on every msg with inline attachments. The cpu usage goes through the rough. If you make an email with a simple screenshot this will make my cpu usage in prod go up to 16%. Every file (not images) inline will kill my backend with over 100% cpu usage.

msg upload is not supported

Try putting it in a zip file.

But the problem is on every msg with inline attachments. The cpu usage goes through the rough. If you make an email with a simple screenshot this will make my cpu usage in prod go up to 16%. Every file (not images) inline will kill my backend with over 100% cpu usage.

That would make sense if there's some infinite recursion/loop going on but I couldn't reproduce this.