Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kura/blackhole
Blackhole is an MTA written on top of asyncio, utilising async and await statements that dumps all mail it receives to /dev/null.
https://github.com/kura/blackhole
async asynchronous asyncio email mta mta-server python smtp smtp-server smtpd testing testing-tools
Last synced: 12 days ago
JSON representation
Blackhole is an MTA written on top of asyncio, utilising async and await statements that dumps all mail it receives to /dev/null.
- Host: GitHub
- URL: https://github.com/kura/blackhole
- Owner: kura
- License: mit
- Created: 2012-07-23T15:47:55.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T16:45:31.000Z (about 2 years ago)
- Last Synced: 2024-10-16T10:35:22.883Z (27 days ago)
- Topics: async, asynchronous, asyncio, email, mta, mta-server, python, smtp, smtp-server, smtpd, testing, testing-tools
- Language: Python
- Homepage: https://kura.gg/blackhole/
- Size: 5.22 MB
- Stars: 61
- Watchers: 7
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.rst
Awesome Lists containing this project
- awesome-opensource-email - Blackhole - Blackhole is an MTA written on top of asyncio, utilising async and await statements that dumps all mail it receives to /dev/null. (Sending / Email Testing Application)
README
=========
Blackhole
=========.. image:: https://img.shields.io/github/workflow/status/kura/blackhole/CI?style=for-the-badge&label=tests&logo=githubactions
:target: https://github.com/kura/blackhole/actions/workflows/ci.yml
:alt: Build status of the master branch.. image:: https://img.shields.io/codecov/c/github/kura/blackhole/master.svg?style=for-the-badge&label=coverage&logo=codecov
:target: https://codecov.io/github/kura/blackhole/
:alt: Test coverageBlackhole is an `MTA (message transfer agent)
`_ that (figuratively)
pipes all mail to /dev/null, built on top of `asyncio
`_ and utilises `async def `_
and `await
`_ statements
available in `Python 3.5 `_.While Blackhole is an MTA, none of the actions performed via SMTP or SMTPS are
actually processed, and no email is delivered. You can tell Blackhole how to
handle mail that it receives. It can accept all of it, bounce it all, or
randomly do either of those two actions.Think of Blackhole sort of like a honeypot in terms of how it handles mail, but
it's specifically designed with testing in mind.Python support
==============- Python 3.7+
- PyPy 3.7+
- Pyston 2.2+Documentation
=============You can find the latest documentation `here
`_.If you would like to contribute, please read the `contributors guide
`_.The latest build status on GitHub ``_.
And the test coverage report on `codecov
`_.Changelog
=========You can find a list of changes `on the
blackhole website `_.