email-forwarder
High-level email forwarding in Python (3+)
Usage
from email_forwarder import EmailForwarder
e = EmailForwarder("user@example.com", "password", "smtp.example.com", 587)
eml = open("message.eml", 'r').read()
e.forward(eml, "to@example.com")
Note: current implementation forwards in place without adding original From info.
Release files for email-forwarder 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| email-forwarder-0.1.1.tar.gz | 1.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| email_forwarder-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.5 kB
Release files / email-forwarder-0.1.1.tar.gz
| Download URL | email-forwarder-0.1.1.tar.gz |
|---|---|
| Size | 1.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
71d43a550f982f11f1b0759fbc2a8fc0d5252801a301c639d2fdc5b5c34980fa
|
|
BLAKE2b-256 checksum How to use checksums |
85acaa157a4069bf7d0aabed8cf4da036f36226eb43183b801e9067356e58e62
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9
|
Release files / email_forwarder-0.1.1-py3-none-any.whl
| Download URL | email_forwarder-0.1.1-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
f96e464780c626d5914e0c6c2dbb2aa3f6141cfac595c69d279ae97ec67f2555
|
|
BLAKE2b-256 checksum How to use checksums |
e16cde7dbc200f8ec6809acc71bfb9d0e479a4a38048f78b578238d9286971d3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9
|