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

    Бинарный пакет: python-tools-smtpd
    Версия: 2.7.11-alt6.M80P.1
    Архитектура: noarch
    Собран:  30 мая 2018 г. 20:15 в задании #207375
    Исходный пакет: python
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.python.org/

    Лицензия: PSF
    О пакете: 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


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


    30 мая 2018 г. Andrey Bychkov 2.7.11-alt6.M80P.1
    - Added cleaning os-release parameters (patch26)
    28 мая 2018 г. Andrey Bychkov 2.7.11-alt5.M80P.1
    - Fixed detection of linux distribution
    24 октября 2017 г. Ivan Zakharyaschev 2.7.11-alt4.M80P.1
    - Build for p8