Index of /apache/jakarta/commons/email

Icon  Name                                 Last modified      Size  Description
[DIR] Parent Directory - Jakarta project [DIR] binaries/ 27-Sep-2005 06:46 - Jakarta project [DIR] source/ 27-Sep-2005 06:46 - Jakarta project [   ] KEYS 27-Sep-2005 07:35 8.0K Jakarta project [   ] commons-email-current-src.tar.gz 27-Sep-2005 06:44 45K Jakarta project [TXT] commons-email-current-src.tar.gz.asc 27-Sep-2005 06:45 189 Jakarta project [   ] commons-email-current-src.zip 27-Sep-2005 06:44 74K Jakarta project [TXT] commons-email-current-src.zip.asc 27-Sep-2005 06:45 189 Jakarta project [   ] commons-email-current.tar.gz 27-Sep-2005 06:40 277K Jakarta project [TXT] commons-email-current.tar.gz.asc 27-Sep-2005 06:45 189 Jakarta project [   ] commons-email-current.zip 27-Sep-2005 06:40 417K Jakarta project [TXT] commons-email-current.zip.asc 27-Sep-2005 06:45 189 Jakarta project

Commons-Email 1.0

This is the 1.0 release of commons-email. It is available in both binary and source distributions.

Note: The tar files in the distribution use GNU tar extensions and must be untarred with a GNU compatible version of tar. The version of tar on Solaris and Mac OS X will not work with these files

Thank you for using Jakarta commons-email.

From the Apache Jakarta Project
http://jakarta.apache.org/

Signatures

All of the files have been digitally signed using GnuPG. If so, there will be an accompanying file.asc signature file in the same directory as the file (binaries/ or source/). The signing keys can be found in the distribution directory at <http://www.apache.org/dist/jakarta/commons/KEYS>.

Always download the KEYS file directly from the Apache site, never from a mirror site.

Always test available signatures, e.g.,
$ pgpk -a KEYS
$ pgpv commons-email-1.0.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp commons-email-1.0.tar.gz.asc
or,
$ gpg --import KEYS
$ gpg --verify commons-email-1.0.tar.gz.asc