mailparser
mailparser copied to clipboard
Decode mime formatted e-mails
Hi, I don't know if this is an issue with the mailparser, but I think it is. Here's the problem: I have a process which parse emails with the simpleParser...
the [message parsing section](https://github.com/eleith/emailjs/blob/%C3%B8/test/message.ts) of the `emailjs` test suite runs very slowly, even on an M1 Pro; a single test can take 2+ seconds to complete depending on the size...
Images are removed from the email body and options to keep images have no affect. ``` const PARSE = require('mailparser').simpleParser; const s3Parsed = await PARSE(s3Data, { skipImageLinks: true, keepCidLinks: true...
Mailparser was working fine yesterday but today I'm getting the following error: ``` [1] [nodemon-webpack-plugin]: Compilation error. [1] ⚙️ Compiling changes... [1] 💥️ There is an error preventing compilation in...
Hi everyone, @andris9, Is it possible to use this library to parse a generic MIME message having a tree-like structure. Let's say a multipart/mixed message with several parts and each...
I'm using mailparser to grab the html from an email and then create an image using puppeteer. With URLs that are missing the 'http://' or 'https://' protocol scheme, the image...
I have seen a parsed email object with the html field set to false, and have noticed a handful of issues that mention this. Here are a few examples: https://github.com/nodemailer/mailparser/issues/185...
Hello, libmime normalizeCharset would normalize 136 to iso-8859-136, but actually it's RTF charset big5. Can libmime normalizeCharset replace 136 to big5 and 134 to gb2312? Many thanks.
Hi! Could you please release 3.2.1 with this fix? https://github.com/nodemailer/mailparser/pull/297
Query
Hi Team, Can we have the option/settings here to fetch only the latest reply instead of the whole email thread? Thanks in advance