Пакет python-tools-smtpd: Информация

    Бинарный пакет: python-tools-smtpd
    Версия: 2.7.18-alt0.M90P.2
    Архитектура: noarch
    Собран:  8 февраля 2021 г. 17:48 в задании #262323
    Исходный пакет: python
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.python.org/

    Лицензия: Python-2.0
    О пакете: An RFC 2821 smtp proxy
    Описание: 
    This file implements the minimal SMTP protocol as defined in RFC 821.  It
    has a hierarchy of classes which implement the backend functionality for the
    smtpd.  A number of classes are provided:
    SMTPServer - the base class for the backend.  Raises NotImplementedError
    if you try to use it.
    DebuggingServer - simply prints each message it receives on stdout.
    PureProxy - Proxies all messages to a real smtpd which does final delivery.
    MailmanProxy - An experimental hack to work with GNU Mailman <www.list.org>.

    Сопровождающий: Python Development Team


    Последнее изменение


    19 ноября 2020 г. Vladimir D. Seleznev 2.7.18-alt0.M90P.2
    16 ноября 2020 г. Vladimir D. Seleznev 2.7.18-alt0.M90P.1
    - Updated to 2.7.18 (fixes CVE-2019-9636).
    - License tag fixed.
    26 октября 2020 г. Andrey Cherepanov 2.7.16-alt1.M90P.2
    - Add provides python2-base for python-base.