SlackBuilds Repository

15.0 > Python > python3-aiosmtpd (1.4.5)

python3-aiosmtpd - An asyncio based SMTP server

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.

Full documentation is available on aiosmtpd.readthedocs.io

This requires: python3-attrs, python3-atpublic

Maintained by: Yth - Arnaud
Keywords: python,smtp,async,mailman
ChangeLog: python3-aiosmtpd

Homepage:
https://aiosmtpd.readthedocs.io/

Source Downloads:
aiosmtpd-1.4.5.tar.gz (46a1fc6aa6a548f1231981b2ddacf40c)

Download SlackBuild:
python3-aiosmtpd.tar.gz
python3-aiosmtpd.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds