Download the PHP package udarajay/mep without Composer
On this page you can find all versions of the php package udarajay/mep. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package mep
Minimal Email Parser (MEP)
A minimal PHP library for parsing RAW emails (rfc2822).
Motivation
Creating the simplest possible parser for taking a raw email and converting it to a simple decoded object with easily accessible headers and body parts (threaded emails) that can be rendered beautifully.
Installation
The recommended way to install MEP is through Composer:
Usage
Todo
- [x] Parse headers with fallback
- [ ] Parse HTML body in fragments with fallback to Text
- [ ] Generate raw email (threaded) messages for Gmail
All versions of mep with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1.3
The package udarajay/mep contains the following files
Loading the files please wait ....