Contents

mail-parser 3.15.0

0

Wrapper for email standard library

Wrapper for email standard library

Stars: 357, Watchers: 357, Forks: 86, Open Issues: 22

The SpamScope/mail-parser repo was created 7 years ago and the last code push was 2 weeks ago.
The project is popular with 357 github stars!

How to Install mail-parser

You can install mail-parser using pip

pip install mail-parser

or add it to a project with poetry

poetry add mail-parser

Package Details

Author
Fedele Mantuano
License
Apache License, Version 2.0
Homepage
https://github.com/SpamScope/mail-parser
PyPi:
https://pypi.org/project/mail-parser/
GitHub Repo:
https://github.com/SpamScope/mail-parser

Classifiers

No  mail-parser  pypi packages just yet.

Errors

A list of common mail-parser errors.

Code Examples

Here are some mail-parser code examples and snippets.

GitHub Issues

The mail-parser package has 22 open issues on GitHub

  • #105 Fix header decoding for mailaddresses containing rfc2047 encoded commas
  • Mime Header Decoding (RFC 2047) does not correctly resolve in case the display name contains an encoded comma

See more issues on GitHub

Related Packages & Articles

boto3-stubs 1.34.79

Type annotations for boto3 1.34.79 generated with mypy-boto3-builder 7.23.2

logzero 1.7.0

logzero is a Python package designed to simplify application logging. It provides a pre-configured standard Python logger that can be used directly across your files and modules, making it easy to implement consistent logging throughout your application. The library supports colored terminal output and log file rotation, and it handles Unicode seamlessly. As a standalone library, logzero doesn't have dependencies on other Python packages, making it a lightweight and efficient choice for your logging needs.

kopf 1.37.2

Kubernetes Operator Pythonic Framework (Kopf)

jsons 1.6.3

For serializing Python objects to JSON (dicts) and back

jsonargparse 4.27.7

Implement minimal boilerplate CLIs derived from type hints and parse from command line, config files and environment variables.