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

    Бинарный пакет: python-tools-smtpd
    Версия: 2.7.6-alt3.M70C.2
    Архитектура: noarch
    Собран:  11 февраля 2015 г. 18:34 в задании #140226
    Исходный пакет: 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


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


    11 февраля 2015 г. Anton V. Boyarshinov 2.7.6-alt3.M70C.2
    - "unused files" resurrected
    23 января 2015 г. Anton V. Boyarshinov 2.7.6-alt3.M70C.1
    - unused filed removed
    4 апреля 2014 г. Andrey Cherepanov 2.7.6-alt2.M70P.1
    - Backport to p7 branch (ALT #29951)