Metadata-Version: 2.1
Name: mail-devel
Version: 0.1.0
Summary: IMAP and SMTP in memory test server
Home-page: https://github.com/fkantelberg/mail-devel
Author: Florian Kantelberg
Author-email: florian.kantelberg@mailbox.org
License: MIT
Keywords: imap smtp development
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp
Requires-Dist: aiohttp-jinja2
Requires-Dist: aiosmtpd
Requires-Dist: pymap

[![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 showing the content of the mailbox. Please connect a proper mail client
like Thunderbird for more advanced usage.

DO NOT USE FOR PRODUCTION.

### Supported

- SMTP (optionally with STARTTLS)
- SMTPS
- IMAP (optionally with STARTTLS)
