[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mail-devel)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
# mail-devel
This tool combines an in-memory SMTP mail-sink with an IMAP server. All mails coming over SMTP
are stored in the IMAP inbox. This can be used to test outgoing and incoming mail configurations.
Built on top of [aiosmtpd](https://github.com/aio-libs/aiosmtpd) and [pymap](https://github.com/icgood/pymap/).
The frontend is minimally handling the content of the mailbox. Please connect a proper mail client
like Thunderbird for more advanced usage.
DO NOT USE FOR PRODUCTION.
### Features
- Generate random mails
- Receive, send mails and reply to mails
- Generate randomized mails
- Manage IMAP flags and automated flagging
- SMTP auto respond feature for automatic testing
### Supported
- SMTP (optionally with STARTTLS)
- SMTPS
- IMAP (optionally with STARTTLS)
Raw data
{
"_id": null,
"home_page": "https://github.com/fkantelberg/mail-devel",
"name": "mail-devel",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.11",
"maintainer_email": null,
"keywords": "imap smtp development",
"author": "Florian Kantelberg",
"author_email": "florian.kantelberg@mailbox.org",
"download_url": null,
"platform": null,
"description": "[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mail-devel)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n# mail-devel\n\nThis tool combines an in-memory SMTP mail-sink with an IMAP server. All mails coming over SMTP\nare stored in the IMAP inbox. This can be used to test outgoing and incoming mail configurations.\nBuilt on top of [aiosmtpd](https://github.com/aio-libs/aiosmtpd) and [pymap](https://github.com/icgood/pymap/).\n\nThe frontend is minimally handling the content of the mailbox. Please connect a proper mail client\nlike Thunderbird for more advanced usage.\n\nDO NOT USE FOR PRODUCTION.\n\n### Features\n\n- Generate random mails\n- Receive, send mails and reply to mails\n- Generate randomized mails\n- Manage IMAP flags and automated flagging\n- SMTP auto respond feature for automatic testing\n\n### Supported\n\n- SMTP (optionally with STARTTLS)\n- SMTPS\n- IMAP (optionally with STARTTLS)\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "IMAP and SMTP in memory test server",
"version": "0.14.0",
"project_urls": {
"Homepage": "https://github.com/fkantelberg/mail-devel"
},
"split_keywords": [
"imap",
"smtp",
"development"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "078e0f557d66a0cd12529f7e132d5144f71bb0012c0caf17568f031adc1ce3bb",
"md5": "018c82d2c7f633bc1e956d5ace32ffff",
"sha256": "0fb27b2e5700c51c94c41ca81c9d551546d142b50db96c4410f7fadb08208203"
},
"downloads": -1,
"filename": "mail_devel-0.14.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "018c82d2c7f633bc1e956d5ace32ffff",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.11",
"size": 27478,
"upload_time": "2024-09-13T10:35:30",
"upload_time_iso_8601": "2024-09-13T10:35:30.103809Z",
"url": "https://files.pythonhosted.org/packages/07/8e/0f557d66a0cd12529f7e132d5144f71bb0012c0caf17568f031adc1ce3bb/mail_devel-0.14.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-13 10:35:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "fkantelberg",
"github_project": "mail-devel",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "mail-devel"
}