ReachFive / fake-smtp-server

Fake SMTP Server for email testing
https://www.npmjs.com/package/fake-smtp-server
MIT License
192 stars 81 forks source link

Upgrade mailparser to 3.6.3 #72

Open mabounassif opened 1 year ago

mabounassif commented 1 year ago

PR to solve issue #71

mabounassif commented 1 year ago

Actually the support for node 18.12.0 is more complicated, as there are some other dependencies that need upgrade. I can make a big PR that transition everything in one shot, or else merging the dependabot PRs can also be a good way to do it.

henningjanssen commented 1 year ago

Are you referencing #65? Do you have an estimation when this/#71 will be resolved? We are currently running Node v18.13 and this server as part of our development setup so not being able fake-send e-mails is kind of an inconvenience. Do you need support regarding the upgrade?