A email parser library, making it easy to extract a signature, reply, or quote block from a text-formatted email.
Project description
# Email Reply Parser for Python
## Summary
Email Reply Parser is a port of GitHub’s Email Reply Parser library, making it easy to fragment email.
[](https://travis-ci.org/zapier/email-reply-parser)
## Installation
Using pip, use command:
pip install email_reply_parser
## Tutorial
### How to parse an email message
Step 1: Import email reply parser package
from email_reply_parser import EmailReplyParser
Step 2: Provide email message as type String
EmailReplyParser.read(email_message)
### How to only retrieve the reply message
Step 1: Import email reply parser package
from email_reply_parser import EmailReplyParser
Step 2: Provide email message as type string using parse_reply class method.
EmailReplyParser.parse_reply(email_message)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file email_reply_parser-0.1.6.tar.gz.
File metadata
- Download URL: email_reply_parser-0.1.6.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d231d5a33e83380b1d1f895fdd3f907a0b01daec30266df6d3beace7582dfef6
|
|
| MD5 |
1a88a7c59773d149c47b4320153eca54
|
|
| BLAKE2b-256 |
4c8aadc60dcd8ef7afe9bc0b4f6d419bfe7e55fc6456d1b77f52f5f9981bcea6
|