mat-sz / letterparser

✉️ Isomorphic e-mail parser (with MIME support) written in TypeScript.
BSD 3-Clause Clear License
34 stars 4 forks source link

Unable to parse emails from yahoo mail #3

Closed arunrreddy closed 3 years ago

arunrreddy commented 3 years ago

Getting the below error while parsing email from yahoo.

TypeError: Cannot read property 'startsWith' of undefined at parseContentType (/home/arun/workspace/vidwaan-api/node_modules/letterparser/lib/parser.js:56:29) at Object.parseBody (/home/arun/workspace/vidwaan-api/node_modules/letterparser/lib/parser.js:136:22) at Object.parse (/home/arun/workspace/vidwaan-api/node_modules/letterparser/lib/index.js:32:30)

mat-sz commented 3 years ago

Fixed in 1d8160262a523e73ac0904eeebe92f9a614a4444.

mat-sz commented 3 years ago

Published in version 0.0.5.