nodemailer / smtp-server

Create custom SMTP servers on the fly
Other
846 stars 146 forks source link

Can't file issues with mailparser (GH issues disabled) #91

Closed niftylettuce closed 6 years ago

niftylettuce commented 6 years ago

The mailparser repo has GH issues disabled, but I'd like to have this be an option to turn on/off https://github.com/nodemailer/mailparser/blob/master/lib/simple-parser.js#L60.

niftylettuce commented 6 years ago

Similarly header transformation https://github.com/nodemailer/mailparser/blob/master/lib/simple-parser.js#L54

andris9 commented 6 years ago

I added a new option keepCidLinks to the master branch, could you test it out?

simpleParser(source, {keepCidLinks: true}, (err, mail)=>{})