Email (.msg/.eml) Simulator & Parser

Email simulator

Ability to simulate email by uploading .msg or .eml files

My use case:

Email simulator

Quite few of our requests comes via outlook email. They may not be always extracted from MS Outlook or IMAP directly due to security concerns, but will need to be sanitised. The best way to do is to post sanitised email into a .msg or .eml format and then use this “file” as input to simulate in n8n IMAP email or future mail parsers.

I think it would be beneficial to add this because:

Lot of development work and specific parsing can be tested without actually integrating with actual email, thus improving development effort & security

Are you willing to work on this?

There are quite good NPM parsers, and all we need is a node/module to accept such files. May be an idea is to upload file and give a link or file-id etc. A similar example in: https://github.com/Shuffle/python-apps/tree/master/email-analyzer/1.0.0