Skip to content

In-memory SMTP mail-sink with IMAP support

License

Notifications You must be signed in to change notification settings

Therp/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)

About

In-memory SMTP mail-sink with IMAP support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.2%
  • JavaScript 22.4%
  • CSS 6.7%
  • HTML 5.2%
  • Shell 1.4%
  • Dockerfile 0.1%