
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
.. 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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.