Package python-module-pymta: Information

    Binary package: python-module-pymta
    Version: 0.5.2-alt3
    Architecture: noarch
    Build time:  Apr 15, 2013, 03:20 PM
    Source package: python-module-pymta
    Report package bug
    License: MIT
    Summary: Library to build a custom SMTP server
    Description: 
    pymta is a library to build a custom SMTP server in Python. This is
    useful if you want to...
    
    * test mail-sending code against a real SMTP server even in your unit
      tests.
    * build a custom SMTP server with non-standard behavior without
      reimplementing the whole SMTP protocol.
    * have a low-volume SMTP server which can be easily extended using
      Python.



    ACL:
    Eugeny A. Rostovtsev
    @everybody

    Last changed


    April 15, 2013 Eugeny A. Rostovtsev 0.5.2-alt3
    - Use 'find... -exec...' instead of 'for ... $(find...'
    March 22, 2013 Aleksey Avdeev 0.5.2-alt2.1
    - Rebuild with Python-3.3
    May 8, 2012 Eugeny A. Rostovtsev 0.5.2-alt2
    - Added module for Python 3