mailparser icon indicating copy to clipboard operation
mailparser copied to clipboard

Decode mime formatted e-mails

Results 36 mailparser issues
Sort by recently updated
recently updated
newest added

After loading mailparser with ``require('mailparser')``, I get an "Uncaught Error: Cannot find module 'node:buffer'". I tried on different servers (though all with Node.js v14.17.6.), with older versions of mailparser, and...

I am trying to parse emails with a different set of attachments. One of the attachments are .msg/.eml files. Sometimes the simpleParser returns fileName: "undefined". The MIME contents of the...

I am having some problems with parsing emails when there is an image attached. It seems like the email sender (Microsoft Exchange) does not include `Content-Type: text/plain; charset="iso-8859-1"` (see "successful"...

This is part of the template from outlook. It should be able to continue the ordered list numbering after a line break, but when it tries to parse HTML it...

After I forked internally, `dependabot` found that `minimist` has a critical vulnerability. `minimist` is coming as part of the dependencies of `random-message`. ![image](https://github.com/nodemailer/mailparser/assets/93484005/d6b3d2fd-b5ed-4f47-82e0-297393c92ce2) Though this is a dev dependency and...

If an email address's displayName contains commas (ex: Joe Foo, PhD) mailparser will try to split it at each comma, resulting in multiple AddressObjects like so: [ { "address": "",...