lathermail_client
Python API client for lathermail SMTP server.
Usage:
from lathermail_client import LathermailClient
user, password = "user", "password"
url = "http://127.0.0.0:5000/"
client = LathermailClient(user, password, url)
print(client.get_inboxes())
print(client.get_messages(recipients_address="to@example.com"))
print(client.get_single_message("some_id"))
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 lathermail_client-0.2.0.tar.gz.
File metadata
- Download URL: lathermail_client-0.2.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2afb558eaf5793efced3c4848b1bc3b6806eb16d098b6814a99724b88f62ca34
|
|
| MD5 |
0ec827c9679ab773d27b881877037f39
|
|
| BLAKE2b-256 |
61187d183555b04ec82d79d25804f9dd934813d02b05fcce8a947d3c76cb18ef
|