An open API service indexing awesome lists of open source software.

https://github.com/tangoman75/pymail

TangoMan PyMail is a simple python module to parse emails
https://github.com/tangoman75/pymail

emails hostnames parse python3 tangoman

Last synced: 10 months ago
JSON representation

TangoMan PyMail is a simple python module to parse emails

Awesome Lists containing this project

README

          

TangoMan PyMail
=================

**TangoMan PyMail** is a simple python module to parse emails.

Install
-------

Enter following command to install locally

```bash
$ sudo python3 setup.py install
# or
$ pip3 install git+https://github.com/TangoMan75/pymail
```

Features
--------

- Parse eml files.
- Return all urls found in email
- Return all hostnames found in email

Continuous Integration
----------------------

[![Build Status](https://travis-ci.org/TangoMan75/pymail.svg?branch=master)](https://travis-ci.org/TangoMan75/pymail)
If you find any bug please report here : [Issues](https://github.com/TangoMan75/pymail/issues/new)

License
-------

Copyrights (c) 2020 "Matthias Morin" <mat@tangoman.io>

[![License](https://img.shields.io/badge/Licence-MIT-green.svg)](LICENCE)
Distributed under the MIT license.

If you like **TangoMan PyMail** please star, follow or tweet:

[![GitHub stars](https://img.shields.io/github/stars/TangoMan75/pymail?style=social)](https://github.com/TangoMan75/pymail/stargazers)
[![GitHub followers](https://img.shields.io/github/followers/TangoMan75?style=social)](https://github.com/TangoMan75)
[![Twitter](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2FTangoMan75%2Fpymail)](https://twitter.com/intent/tweet?text=Wow:&url=https%3A%2F%2Fgithub.com%2FTangoMan75%2Fpymail)

... And check my other cool projects.

[![LinkedIn](https://img.shields.io/static/v1?style=social&logo=linkedin&label=LinkedIn&message=morinmatthias)](https://www.linkedin.com/in/morinmatthias)