Temporary Email Python SDK of https://api.iemail.eu.org/
Project description
IEmail
Description
IEmail is a PyPI package that provides a simple way to get a temporary email address and receive emails anonymously. It is a wrapper for IEmail, an online service that allows users to create temporary email addresses for free.
The project is released on pypi.org, and you can view it at https://pypi.org/project/iemail/.
Installation
You can install IEmail with pip as usual.
pip3 install iemail
Usage
# Import the module
from iemail import Account
# Create an account
test = Account(username='test', prefix='mymail') # Address: test@mymail.iemail.eu.org
# See the address and password
print(test.address)
# Check the email's inbox
print(a.get_message(latest=0))
# latest: 0 means the latest email, 1 means the second latest email, and so on.
# If there is no email, it will raise IndexError.
print(a.get_messages()) # Get All the emails.
Contact
If you have any questions or concerns, please feel free to contact us at i@iemail.eu.org.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iemail-1.1.tar.gz.
File metadata
- Download URL: iemail-1.1.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b4573f504705249400c5609f47727909fba475df5295fc4a6cad43ce3ab6e9c
|
|
| MD5 |
443a110dd0c19b0dc608edcf08160e9f
|
|
| BLAKE2b-256 |
d1601c69b6a2facc7629f6d8464ae967426e3f93b8be99b2a2f21fa5b7724cf2
|
File details
Details for the file iemail-1.1-py3-none-any.whl.
File metadata
- Download URL: iemail-1.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
52b03a312ed5fcf0444800f96641e32ccd99fd898053f71386d287b3aad7b7b7
|
|
| MD5 |
2e1c4b79c1b8f309b849facfd1e0630e
|
|
| BLAKE2b-256 |
b35013b45c4c8ede2cb0b9ccda5016f8eeb810a63743e2e6d455548506add737
|