All Projects → nodemailer → Mailparser

nodemailer / Mailparser

Licence: other
Decode mime formatted e-mails

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Mailparser

MimeParser
Mime parsing in Swift | Relevant RFCs: RFC 822, RFC 2045, RFC 2046
Stars: ✭ 18 (-98.65%)
Mutual labels:  mime
Mimetype
A fast golang library for MIME type and file extension detection, based on magic numbers
Stars: ✭ 452 (-66.22%)
Mutual labels:  mime
Droply Js
Droply JS, a new responsive and cross browser chunk uploader with DragDrop and File Preview capabilities (HTML5/CSS3)
Stars: ✭ 50 (-96.26%)
Mutual labels:  mime
Mime
.NET wrapper for libmagic
Stars: ✭ 51 (-96.19%)
Mutual labels:  mime
Mail
Library to send e-mails over different transports and protocols (like SMTP and IMAP) using immutable messages and streams. Also includes SMTP server.
Stars: ✭ 399 (-70.18%)
Mutual labels:  mime
Mime
Shared MIME-info database in D programming language
Stars: ✭ 7 (-99.48%)
Mutual labels:  mime
safe-svg
Enable SVG uploads and sanitize them to stop XML/SVG vulnerabilities in your WordPress website.
Stars: ✭ 129 (-90.36%)
Mutual labels:  mime
Mimekit
A .NET MIME creation and parser library with support for S/MIME, PGP, DKIM, TNEF and Unix mbox spools.
Stars: ✭ 1,214 (-9.27%)
Mutual labels:  mime
Mailkit
A cross-platform .NET library for IMAP, POP3, and SMTP.
Stars: ✭ 4,477 (+234.6%)
Mutual labels:  mime
Tika Python
Tika-Python is a Python binding to the Apache Tika™ REST services allowing Tika to be called natively in the Python community.
Stars: ✭ 997 (-25.49%)
Mutual labels:  mime
ruby-magic
Simple interface to libmagic for Ruby Programming Language
Stars: ✭ 23 (-98.28%)
Mutual labels:  mime
Filetype.py
Small, dependency-free, fast Python package to infer binary file types checking the magic numbers signature
Stars: ✭ 275 (-79.45%)
Mutual labels:  mime
Mime Types
The ultimate javascript content-type utility.
Stars: ✭ 865 (-35.35%)
Mutual labels:  mime
go
Monorepo for small Go modules maintained by Tawesoft
Stars: ✭ 16 (-98.8%)
Mutual labels:  mime
Mime
Fast, robust, standards-compliant MIME decoder. Ships with extensive tests and fuzz tests.
Stars: ✭ 57 (-95.74%)
Mutual labels:  mime
php-mime-detector
Detect a file's mime type using magic numbers.
Stars: ✭ 20 (-98.51%)
Mutual labels:  mime
Mime Db
Media Type Database
Stars: ✭ 612 (-54.26%)
Mutual labels:  mime
Filetype
Fast, dependency-free, small Go package to infer the binary file type based on the magic numbers signature
Stars: ✭ 1,278 (-4.48%)
Mutual labels:  mime
Gmime
A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools.
Stars: ✭ 57 (-95.74%)
Mutual labels:  mime
Mimetypes
A simple lookup from file name/extension to MIME/media type, generated from mime-db, which in turn is compiled from IANA, Apache and nginx's MIME types.
Stars: ✭ 37 (-97.23%)
Mutual labels:  mime

mailparser

Nodemailer

Advanced email parser for Node.js. Everything is handled as a stream which should make it able to parse even very large messages (100MB+) with relatively low overhead.

Looking for a front-end solution?

mailparser is Node.js only library, so you can't use it reliably in the front-end or bundle with WebPack. If you do need a solution to parse emails in the front-end then use PostalMime.

Installation

First install the module from npm:

$ npm install mailparser

next import the mailparser object into your script:

const mailparser = require('mailparser');

Usage

See mailparser homepage for documentation and terms.

License

Licensed under MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].