1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
Source: twisted-mail
Section: python
Priority: optional
Maintainer: Matthias Klose <doko@debian.org>
Build-Depends: debhelper (>= 5.0.37.1), python-central (>= 0.4.15), python-all-dev, python-twisted-core (>= 2.4), patch
XS-Python-Version: all
Standards-Version: 3.7.2
Package: python-twisted-mail
Architecture: all
Depends: ${python:Depends}, python-twisted-core (>= 2.4)
Recommends: python-twisted-names
Conflicts: python-twisted (<< 2.1), python2.3-twisted-mail, python2.4-twisted-mail
Replaces: python-twisted (<< 2.1), python2.3-twisted-mail, python2.4-twisted-mail
XB-Python-Version: ${python:Versions}
Description: An SMTP, IMAP and POP protocol implementation
Twisted Mail contains high-level, efficient protocol implementations
for both clients and servers of SMTP, POP3, and IMAP4. Additionally,
it contains an "out of the box" combination SMTP/POP3 virtual-hosting
mail server. Also included is a read/write Maildir implementation and
a basic Mail Exchange calculator (depends on Twisted Names).
|