# 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](https://iemail.eu.org/), an online service that allows users to create temporary email addresses for free.
The project is released on [pypi.org](https://pypi.org/), and you can view it at [https://pypi.org/project/iemail/](https://pypi.org/project/iemail/).
## Installation
You can install IEmail with pip as usual.
```bash
pip3 install iemail
```
## Usage
```python
# 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](mailto:i@iemail.eu.org).
Raw data
{
"_id": null,
"home_page": "https://pypi.org/project/iemail/",
"name": "iemail",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "Tempmail mail iemail email API",
"author": "IEmail",
"author_email": "i@iemail.eu.org",
"download_url": "https://files.pythonhosted.org/packages/d1/60/1c69b6a2facc7629f6d8464ae967426e3f93b8be99b2a2f21fa5b7724cf2/iemail-1.1.tar.gz",
"platform": null,
"description": "# IEmail\r\n\r\n## Description\r\n\r\nIEmail 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](https://iemail.eu.org/), an online service that allows users to create temporary email addresses for free.\r\n\r\nThe project is released on [pypi.org](https://pypi.org/), and you can view it at [https://pypi.org/project/iemail/](https://pypi.org/project/iemail/).\r\n\r\n## Installation\r\n\r\nYou can install IEmail with pip as usual.\r\n\r\n```bash\r\npip3 install iemail\r\n```\r\n\r\n## Usage\r\n\r\n```python\r\n# Import the module\r\nfrom iemail import Account\r\n\r\n# Create an account\r\ntest = Account(username='test', prefix='mymail') # Address: test@mymail.iemail.eu.org\r\n\r\n# See the address and password\r\nprint(test.address)\r\n\r\n# Check the email's inbox\r\nprint(a.get_message(latest=0))\r\n# latest: 0 means the latest email, 1 means the second latest email, and so on.\r\n# If there is no email, it will raise IndexError.\r\n\r\nprint(a.get_messages()) # Get All the emails.\r\n```\r\n\r\n## Contact\r\n\r\nIf you have any questions or concerns, please feel free to contact us at [i@iemail.eu.org](mailto:i@iemail.eu.org).\r\n",
"bugtrack_url": null,
"license": "",
"summary": "Temporary Email Python SDK of https://api.iemail.eu.org/",
"version": "1.1",
"project_urls": {
"API Gateway": "https://api.iemail.eu.org/",
"HomePage": "https://iemail.eu.org/",
"Homepage": "https://pypi.org/project/iemail/"
},
"split_keywords": [
"tempmail",
"mail",
"iemail",
"email",
"api"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "b35013b45c4c8ede2cb0b9ccda5016f8eeb810a63743e2e6d455548506add737",
"md5": "2e1c4b79c1b8f309b849facfd1e0630e",
"sha256": "52b03a312ed5fcf0444800f96641e32ccd99fd898053f71386d287b3aad7b7b7"
},
"downloads": -1,
"filename": "iemail-1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2e1c4b79c1b8f309b849facfd1e0630e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 3969,
"upload_time": "2023-08-06T15:15:01",
"upload_time_iso_8601": "2023-08-06T15:15:01.366211Z",
"url": "https://files.pythonhosted.org/packages/b3/50/13b45c4c8ede2cb0b9ccda5016f8eeb810a63743e2e6d455548506add737/iemail-1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d1601c69b6a2facc7629f6d8464ae967426e3f93b8be99b2a2f21fa5b7724cf2",
"md5": "443a110dd0c19b0dc608edcf08160e9f",
"sha256": "7b4573f504705249400c5609f47727909fba475df5295fc4a6cad43ce3ab6e9c"
},
"downloads": -1,
"filename": "iemail-1.1.tar.gz",
"has_sig": false,
"md5_digest": "443a110dd0c19b0dc608edcf08160e9f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3591,
"upload_time": "2023-08-06T15:15:03",
"upload_time_iso_8601": "2023-08-06T15:15:03.039404Z",
"url": "https://files.pythonhosted.org/packages/d1/60/1c69b6a2facc7629f6d8464ae967426e3f93b8be99b2a2f21fa5b7724cf2/iemail-1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-08-06 15:15:03",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "iemail"
}