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
|
Source: libgnumail-java
Section: java
Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Torsten Werner <twerner@debian.org>, Jakub Adam <jakub.adam@ktknet.cz>
Build-Depends: debhelper (>= 8), cdbs (>= 0.4.5.3), ant, maven-repo-helper
Build-Depends-Indep: default-jdk, libgnuinet-java, bnd, default-jdk-doc
Standards-Version: 3.9.4
Homepage: http://savannah.gnu.org/projects/classpathx
Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/libgnumail-java/
Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/libgnumail-java/
Package: libgnumail-java
Architecture: all
Depends: libgnuinet-java, ${misc:Depends}
Suggests: libgnumail-java-doc
Description: free implementation of the javamail API
The javamail API provides abstract classes that model a mail
system. With the GNU free implementation of the javamail API, you can
send and read messages using SMTP, IMAP4, POP3, mbox, Maildir and
NNTP
Package: libgnumail-java-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: default-jdk-doc, libgnuinet-java
Suggests: libgnumail-java
Description: free implementation of the javamail API (Javadocs)
The javamail API provides abstract classes that model a mail
system. With the GNU free implementation of the javamail API, you can
send and read messages using SMTP, IMAP4, POP3, mbox, Maildir and
NNTP.
.
This package provides the documentation for libgnumail-java
|