Skip to content

fkantelberg/mail-devel

Repository files navigation

License: MIT PyPI - Python Version Code style: 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 and 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)