
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
.. image:: https://travis-ci.org/puentesarrin/bonzo.png :target: https://travis-ci.org/puentesarrin/bonzo :alt: Travis CI status
.. image:: https://coveralls.io/repos/puentesarrin/bonzo/badge.png :target: https://coveralls.io/r/puentesarrin/bonzo :alt: Coveralls status
.. image:: https://pypip.in/v/bonzo/badge.png :target: https://pypi.python.org/pypi/bonzo :alt: Latest PyPI version
.. image:: https://pypip.in/d/bonzo/badge.png :target: https://pypi.python.org/pypi/bonzo :alt: Number of PyPI downloads
Bonzo is a minimalistic SMTP Proxy built on top of Tornado_.
.. code-block:: python
import tornado.ioloop import email
from bonzo.server import SMTPServer
def receive_message(message): print "New received message: " print "From: " + message['from'] print "Subject: " + message['subject'] for line in email.iterators.body_line_iterator(message): print line
SMTPServer(receive_message).listen(25) tornado.ioloop.IOLoop.instance().start()
You can to use pip_ to install Bonzo::
$ pip install bonzo
Or using last source::
$ pip install git+git://github.com/puentesarrin/bonzo.git
.. _Tornado: http://tornadoweb.org .. _pip: http://pypi.python.org/pypi/pip
FAQs
Bonzo is a minimalistic SMTP Proxy built on top of Tornado.
We found that bonzo demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.