File: control

package info (click to toggle)
zope-maildrophost 2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 412 kB
  • ctags: 161
  • sloc: python: 1,181; sh: 290; makefile: 38
file content (19 lines) | stat: -rw-r--r-- 840 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: zope-maildrophost
Section: web
Priority: extra
Maintainer: Debian Zope team <pkg-zope-developers@lists.alioth.debian.org>
Uploaders: Jonas Meurer <mejo@debian.org>
Build-Depends: debhelper (>= 6.0.7)
Build-Depends-Indep: zope-debhelper
Standards-Version: 3.9.2
Homepage: http://pypi.python.org/pypi/Products.MaildropHost
Vcs-Browser: http://svn.debian.org/wsvn/pkg-zope/zope-maildrophost/trunk
Vcs-Svn: svn://svn.debian.org/svn/pkg-zope/zope-maildrophost/trunk

Package: zope-maildrophost
Architecture: all
Depends: ${misc:Depends}, ${zope:Depends}
Description: send mails from within Zope through a mail queue
 The MaildropHost product provides support for sending email from within the
 Zope environment using MaildropHost objects. Unlike the built-in MailHost
 object, the sending is done asynchronously from a separate process.