smtp-server icon indicating copy to clipboard operation
smtp-server copied to clipboard

Email Attachments

Open jeprojects opened this issue 7 years ago • 1 comments

Is there a way to handle attachments to either save them elsewhere or discard them completely?

jeprojects avatar Oct 19 '17 09:10 jeprojects

You should be able to buffer the SMTP stream with the onData trigger and then use Mailparser to extract the email and all its attachments.

Fusl avatar Mar 06 '18 00:03 Fusl