SMTP server based on asyncio

Edit Package python-aiosmtpd
https://aiosmtpd.readthedocs.io/

The Python standard library includes a basic SMTP server in the smtpd module,
based on the old asynchronous libraries asyncore and asynchat. These modules
are quite old and are definitely showing their age; asyncore and asynchat are
difficult APIs to work with, understand, extend, and fix.

With the introduction of the asyncio module in Python 3.4, a much better way of
doing asynchronous I/O is now available. It seems obvious that an asyncio-based
version of the SMTP and related protocols are needed for Python 3. This project
brings together several highly experienced Python developers collaborating on
this reimplementation.

This package provides such an implementation of both the SMTP and LMTP protocols.

Refresh
Refresh
Source Files (show unmerged sources)
Filename Size Changed
aiosmtpd-1.4.6.tar.gz 0000153632 150 KB
python-aiosmtpd.changes 0000003799 3.71 KB
python-aiosmtpd.spec 0000003357 3.28 KB
Latest Revision
Comments 2

Markéta Machová's avatar

pytest >= 6.1, but it works with pytest v3 (for some reason)


openSUSE Build Service is sponsored by