File: control

package info (click to toggle)
subethasmtp 4.0~rc6-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 964 kB
  • sloc: java: 6,330; xml: 322; sh: 12; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,487 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: subethasmtp
Priority: optional
Maintainer: Christopher Hoskin <mans0954@debian.org>
Build-Depends: debhelper (>= 10), maven-debian-helper, junit4
Standards-Version: 4.1.2
Section: java
Homepage: https://github.com/davidmoten/subethasmtp
Vcs-Git: https://anonscm.debian.org/git/pkg-java/subethasmtp.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/subethasmtp.git/

Package: libsubethasmtp-java
Architecture: all
Depends: ${maven:Depends}, ${misc:Depends}
Description: Java library for receiving SMTP mail
 SubEtha SMTP is a Java library which allows your application to receive SMTP
 mail with a simple, easy-to-understand API.
 .
 This component can be used in almost any kind of email processing application.
 Hypothetical (and not-so hypothetical) uses include:
 .
  * A mailing list manager (see SubEthaMail)
  * A mail server that delivers mail to user inboxes
  * A mail archiver like The Mail Archive
  * An email test harness (see Wiser)
  * An email2fax system
  * SMTPseudo A filtering forwarding server
  * Baton SMTP proxy for one or more backends (rules based on sender/envelope)
  * Mireka - Mail server and SMTP proxy with detailed logging, statistics and
    built-in, fail-fast filters
 .
 Features
 .
  * Supports minimum SMTP specification described in rfc2821 (4.5.1)
  * Supports STARTTLS
  * Supports SMTP AUTH
  * Supports SMTP over SSL/TLS (via specification of server socket factories)
  * Uses builders for concise code and a discoverable API