You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/10/15 23:59:38 UTC

svn commit: r3275 - in /dev/commons/email: ./ binaries/ source/

Author: tn
Date: Tue Oct 15 21:59:33 2013
New Revision: 3275

Log:
Create distribution files for commons-email 1.3.2 RC1.

Added:
    dev/commons/email/
    dev/commons/email/RELEASE-NOTES.txt   (with props)
    dev/commons/email/binaries/
    dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz   (with props)
    dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz.asc
    dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz.md5
    dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz.sha1
    dev/commons/email/binaries/commons-email-1.3.2-bin.zip   (with props)
    dev/commons/email/binaries/commons-email-1.3.2-bin.zip.asc
    dev/commons/email/binaries/commons-email-1.3.2-bin.zip.md5
    dev/commons/email/binaries/commons-email-1.3.2-bin.zip.sha1
    dev/commons/email/source/
    dev/commons/email/source/commons-email-1.3.2-src.tar.gz   (with props)
    dev/commons/email/source/commons-email-1.3.2-src.tar.gz.asc
    dev/commons/email/source/commons-email-1.3.2-src.tar.gz.md5
    dev/commons/email/source/commons-email-1.3.2-src.tar.gz.sha1
    dev/commons/email/source/commons-email-1.3.2-src.zip   (with props)
    dev/commons/email/source/commons-email-1.3.2-src.zip.asc
    dev/commons/email/source/commons-email-1.3.2-src.zip.md5
    dev/commons/email/source/commons-email-1.3.2-src.zip.sha1

Added: dev/commons/email/RELEASE-NOTES.txt
==============================================================================
--- dev/commons/email/RELEASE-NOTES.txt (added)
+++ dev/commons/email/RELEASE-NOTES.txt Tue Oct 15 21:59:33 2013
@@ -0,0 +1,260 @@
+                         Commons Email Package
+                              Version 1.3.2
+                              Release Notes
+
+INTRODUCTION:
+-------------
+
+Commons Email aims to provide a API for sending email. It builds on the JavaMail
+API with the aim of presenting a simplified API which is easy for developers who
+are not mail experts to use. It is a compact component with a small number of
+classes.
+
+The Commons Email website is the source for the most recent information,
+downloads, reports, and bug status:
+
+http://commons.apache.org/email/
+
+This is a maintenance release which fixes several bugs present in the 1.3.1
+release. All current users are encouraged to upgrade.
+
+CHANGES FROM 1.3.1:
+-----------------
+
+== Compatibility ==
+
+* Java 5 or later is required (unchanged since 1.3).
+
+== Fixed Bugs ==
+
+* Change visibility of DataSourceUrlResourceResolver.createUrl(String) to protected so
+  that sub-classes can override it.
+  Issue: EMAIL-135. Thanks to Andreas Kohn.
+
+* Support default mime charset property "mail.mime.charset" when adding text content
+  to instances of either SimpleEmail or HtmlEmail.
+  Issue: EMAIL-104. Thanks to Hiroshi Ikeda.
+
+* Added support for sending partial emails in case of invalid addresses.
+  Issue: EMAIL-132. Thanks to Allen Xudong Cheng.
+
+* The MimeMessageParser will now correctly parse MIME multi-parts of type "text/plain"
+  and "text/html" with a content disposition header of "attachment". The parts will
+  be added to the list of attachments even if there is no other text or html content.
+  Issue: EMAIL-131. Thanks to Raju Y.
+
+* Special characters in the body of an HTML email could lead to an exception when the
+  mime message was built.
+  Issue: EMAIL-127. Thanks to Dominik Stadler.
+
+
+CHANGES FROM 1.3:
+-----------------
+
+== Compatibility ==
+
+* Java 5 or later is required (unchanged since 1.3).
+
+== Fixed Bugs ==
+
+* DataSourceClassPathResolver will now correctly set the DataSource name for resolved
+  resources. Additionally, it is now possible to set the name for a ByteArrayDataSource.
+  Issue: EMAIL-125. Thanks to Jean-Marc.
+
+* Header values are not folded twice anymore. The actual encoding and folding is
+  now only performed in Email.buildMimeMessage().
+  Issue: EMAIL-124. Thanks to Stefan Schueffler.
+
+
+CHANGES FROM 1.2:
+-----------------
+
+== Compatibility ==
+
+* Java 5 or later is now required.
+
+== New Features ==
+
+* Added new methods addTo(String[]), addCc(String[]) and addBcc(String[]) to Email.
+  Issue: EMAIL-114. Thanks to Gokul Nanthakumar C. 
+
+* HtmlmageEmail should support class path resources  
+  Issue: EMAIL-108. Thanks to Elisabeth Kasimir, Alexander Kasimir. 
+
+* Added a MultiPartEmail.attach(File) method since attaching a file is a simple and common. 
+
+* Added MimeMessageParser and MimeMessageUtils. 
+
+== Fixed Bugs ==
+
+* Use the provided Content-ID in HtmlEmail#embed(File, String) instead of creating
+  a random one. The used and returned Content-ID will be URL encoded (see RFC 2392).
+  Issue: EMAIL-101. Thanks to Andrew Starodub.
+
+* Upgraded source and binary compatibility to JDK 1.5. Additionally the public/protected
+  methods and fields have been properly generified.
+  Issue: EMAIL-122. Thanks to sebb.
+
+* Do not set the personal name of an address to the email address unless it is
+  explicitly specified (affects TO, CC, BCC and FROM addresses).
+  Issue: EMAIL-103. Thanks to David Rees.
+
+* Removed emulation support for nested exceptions in EmailException.
+  Issue: EMAIL-117. Thanks to sebb.
+
+* Prevent external modification of internal array in DataSourceCompositeResolver.
+  Issue: EMAIL-116. Thanks to sebb.
+ 
+* Close temporary input stream in MultiPartEmail#attach(DataSource, String, String)
+  to prevent locking of file resources on windows systems.
+  Issue: EMAIL-120. Thanks to Mike Bell.
+
+* The patch actually broke sending emails over a secured connection - disabled the
+  "MAIL_SMTP_SSL_CHECKSERVERIDENTITY" and "MAIL_SMTP_SSL_ENABLE" activation. Tested
+  the functionality using GMail, GMX and Office365 so the code is at least working for
+  a couple of existing SMTP servers. Also added 'sslCheckServerIdentity' including
+  setter and getter. Also added a chapter regarding "Security" to the user manual.
+  Issue: EMAIL-105. Thanks to Siegfried Goeschl.
+
+* Maven Site fails with error in Checkstyle configuration.
+  Issue: EMAIL-113. Thanks to Peter Kofler.
+ 
+* DataSourceFileResolverTest fails under IBM JDK 1.4 and 1.6 running on Windows.
+  Issue: EMAIL-112. Thanks to Peter Kofler.
+ 
+* Update the current trunk to be binary compatible with the commons-email-1.2 release.
+  Issue: EMAIL-111. Thanks to Florian Pirchner.
+ 
+* Added unit test to ensure that parsing the broken mime message does not cause an OutOfMemoryException.
+  Issue: EMAIL-110. Thanks to Thomas Pummer. 
+
+* Added mime.types to META-INF - the definition is actually found in activation.jar
+  but did not work.  Issue: EMAIL-107. Thanks to Claus Polanka, Michael Jakl. 
+
+* STARTTLS can be used even without authenticator.
+  Issue: EMAIL-106. Thanks to Bruno Harbulot. 
+
+* Clarified the meaning of setTLS() which actually sends a "STARTTLS" command from the
+  client to the SMTP server. Please note that some "protected" variables were renamed
+  which could break existing code.
+  Issue: EMAIL-105. Thanks to Bruno Harbulot. 
+
+* Fixed HtmlEmail embed toLowerCase bug with Turkish locale.
+  Issue: EMAIL-102. Thanks to Okan Özeren. 
+
+* Specified Content-ID is now used when embedding a File object in an HtmlEmail.  
+  Issue: EMAIL-101. Thanks to Andrew Starodub. 
+
+* Throwing an IllegalStateException when setting mail session properties for an already
+  created mail session because the settings would be ignored. Please note that this
+  change could potentially break existing (but invalid) code.  Issue: EMAIL-96. 
+
+* Encoding and folding of headers is now done by commons-email.
+  Issue: EMAIL-98. Thanks to Mario Daepp. 
+
+* The default connection timeout is set to a reasonable default value of 60 seconds.
+  Issue: EMAIL-100. Thanks to David Parks. 
+
+* Moving the various constants from 'EMail' to 'EmailConstants' 
+
+* All setters are returning "this" to simplify building an email.
+  Issue: EMAIL-76. Thanks to Yu Kobayashi. 
+
+* Adding ImageHtmlEmail to create HTML emails with embedded images either
+  downloaded from HTTP or from the local file system.
+  Issue: EMAIL-92. Thanks to Dominik Stadler. 
+
+* Calling buildMimeMessage() before invoking send() caused
+  duplicated mime parts for HtmlEmail. The implementation now enforces
+  that an email can be only used once and throw an exception when
+  multiple invocations of buildMimeMessage() are detected.
+  Issue: EMAIL-95. 
+
+* Incorrect SMTP Port number shown in error message when an email fails
+  to send due to a blocked port and SSL is used.
+  Issue: EMAIL-91. Thanks to Kevin Lester. 
+
+
+CHANGES FROM 1.1:
+-----------------
+
+== Compatibility ==
+
+* Java 1.4 or later is now required. Earlier versions are no longer
+  supported by Sun.
+
+* JavaMail 1.4 or later and JavaBeans Activation Framework 1.1 or later are now
+  required.
+
+== New Features ==
+
+* Email.setFrom and Email.addTo are using Email.charset to properly encode 
+  the name.
+  
+* SimpleEmail#setMsg() with UTF-8 content honors correct charset in header 
+  and does encode the content correctly now.
+  
+* Created additional methods to support timeouts.
+
+* Create an overridable method in Email.java to create the MimeMessage instance.
+
+* Add getTo and getReplyTo to Email class. 
+
+== Fixed Bugs ==
+
+* If setHostName() has not been called, getHostName() tries to return
+  this.session.getProperty(MAIL_HOST). If mail session has not been
+  created yet, this will throw a NullPointerException. Now getHostName()
+  checks that this.session is not null before trying to access it. 
+
+* Provide better diagnostics when attaching  documents fail. 
+
+* When mail authentication is required and no username/password is supplied
+  than the provided mail session is used. If a username/password is found
+  the implementation creates a new mail session and a DefaultAuthenticator
+  as convenience implementation. 
+
+* Using Kenneth's implementation of HtmlEmail.buildMimeMessage() to fix a
+  couple of HtmlEmail layout issues. Also thanks to Martin Lau and Morten
+  Hattesen for providing in-depth analysis of the problem. 
+
+* During regression tests write out the generated MimeMessage instead of
+  WiserEmail.toString(). 
+
+
+REQUIREMENTS:
+
+J2SE environments
+-----------------
+
+Commons Email requires JavaMail 1.4.1 or later. The Oracle implementation
+is available at:
+
+http://www.oracle.com/technetwork/java/javamail/
+
+However, the Apache Geronimo project (http://geronimo.apache.org)
+provides a J2EE-certified implementation of the JavaMail 1.4
+specification licensed under the Apache Software License.  
+
+Commons Email also requires the JavaBeans Activation Framework unless
+you are running on Java SE 6 or later. The Oracle implementation is available
+at:
+
+http://www.oracle.com/technetwork/java/javase/downloads/index-135046.html
+
+Apache Geronimo likewise provides an implementation under the Apache
+Software License.
+
+Commons Email has been tested with JDK 1.5 and 1.6.
+
+J2EE environments
+-----------------
+
+Commons Email is compatible with all certified Java Enterprise Edition
+5 implementations; no further dependencies are required. 
+
+Java 2 Enterprise Edition 1.4 users must ensure that the versions of
+JavaMail and JAF indicated above are available to their applications;
+the J2EE 1.4 specification only requires earlier versions.
+
+Earlier versions of J2EE are not supported.
\ No newline at end of file

Propchange: dev/commons/email/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: dev/commons/email/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:keywords = Id Revision HeadURL

Propchange: dev/commons/email/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/x-gzip

Added: dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz.asc
==============================================================================
--- dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz.asc (added)
+++ dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz.asc Tue Oct 15 21:59:33 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iQIcBAABAgAGBQJSXbggAAoJEKQfE8mZlFKTzp8P/1Bf4i+BJj/FfbQ7qec4go5B
+H4+lQF/psT1RnO89kvU4tOwcRV74JiL91qt7j2IWNZhPAGkkGeklhiQA6zU0qpDz
+4KManGQbEdelolb3xkSX9maOcNqYz7DBZY5jS3qor9S2w2Dkz4ov20umhIHr0dSo
+v8xd/u72GvUoTj69SfG+DH1gJWARxDdzMaaoNvDUdqo8UdJLyCW5XNMkEfilQJGs
+5rgTYIXlKKG7CfPu7bDMYJ0/7f6D1NnzaconTiHajxhvAZnl6Xf2AHgudMuCKfFc
+uMNxnlwWMJmAGQXSLkNgJnZOQ/QSxXN13Pt939jz/qbRXgJcU1M1S44m5wVJbZhM
+D4C/85o7x4WT+tJqgL8ICA21viGXRGk5Dbes58D9fFUWVuH9/RkUtGMhekXHW/iT
+8c0F9CLap/ETFYz4aEVjpHFOIomMLEryf2lNEtK/8sfishl/U2vfJzWedctWrf7v
+05cW0thj7MnSpQVTVkkso98poV/bQywAkyKpWh+M46/5UM9ysrpdO0yVoOhs1Opi
+gd04j990tcivfNh/nkQcX7VJcejezJs49S1tOD2dvx5e5qEQWE0nFeiGFtpVv0NP
+gksEeoswBPsOAgjwfLPGlVKaENf/sU62wZwZtGxOAxV+j7NSJUrG0iftOwebECvB
+8nzeWaZBl1yOzivSTX3z
+=b+VU
+-----END PGP SIGNATURE-----

Added: dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz.md5
==============================================================================
--- dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz.md5 (added)
+++ dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz.md5 Tue Oct 15 21:59:33 2013
@@ -0,0 +1 @@
+55735fae2f4eb7995935bb903435cc62
\ No newline at end of file

Added: dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz.sha1
==============================================================================
--- dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz.sha1 (added)
+++ dev/commons/email/binaries/commons-email-1.3.2-bin.tar.gz.sha1 Tue Oct 15 21:59:33 2013
@@ -0,0 +1 @@
+e480a519afbc5cac746d8c4b35154ee61903a28f
\ No newline at end of file

Added: dev/commons/email/binaries/commons-email-1.3.2-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/email/binaries/commons-email-1.3.2-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/zip

Added: dev/commons/email/binaries/commons-email-1.3.2-bin.zip.asc
==============================================================================
--- dev/commons/email/binaries/commons-email-1.3.2-bin.zip.asc (added)
+++ dev/commons/email/binaries/commons-email-1.3.2-bin.zip.asc Tue Oct 15 21:59:33 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iQIcBAABAgAGBQJSXbggAAoJEKQfE8mZlFKT9nIP/19CEREkjius7XAOYh9jW1Bg
+bZrelkWDKzM/W2sKRPl6mJv9NBW0s4oL2RnTajMtDoyf8HMTH2jAlVKuKFfpeVRO
+AZIT1yOAilkLYnqhdonNQ+bhdNfDNZXyrnYEiB1JP50+9ulME+SXjeqOHtUPwuxQ
+zgOTrtmcCZwKpYrm/G0GufntO+Osxrc0YglAF/qAfL3MYNpQxbmV8iIqQSXXxGw0
+22h0NCwlTjHrwN7rAiAeI1+k48o7Z6UnsEljh/NW4NhxuWv1v5smDeNvrsaU/i5a
+3cehb4RcRNAR6l8zznfKWtA31Us9sJto4fpbuSEQVDhLrgycVTxggMr7eMfYrzcZ
+wTgwsETpT3SkwXMOKuujsDh3ISQ2GUCbSiMQ1nQ4Sr0kmRXyWoUVb8aaqnBNidKM
+4FgN9dcJUISxx90d6t1XSYanfQU5pj3JRoOo5FaT9WXongdJe7WExUpSEv6m7L9E
+vnr2cjCtUFVl4PdosHFzKtyTSVUKv+1FaBWJWscuvIU3qIrdl8gcjicvd3klFNuL
+20bgZHnm9n76w3f2/VM+y9JA0I8QiCBBG8OWzmUf4gzu058/K45WdQMysPm76K5v
+cxNu2D25vjZgOCg2idovyWGEbRwHq2XEM4WhzX/ZwCVUJx8YhoHorxmgC4JyxQ9A
+tC8n0/sDa19Ra1cB8U6s
+=iYHf
+-----END PGP SIGNATURE-----

Added: dev/commons/email/binaries/commons-email-1.3.2-bin.zip.md5
==============================================================================
--- dev/commons/email/binaries/commons-email-1.3.2-bin.zip.md5 (added)
+++ dev/commons/email/binaries/commons-email-1.3.2-bin.zip.md5 Tue Oct 15 21:59:33 2013
@@ -0,0 +1 @@
+061a17c397599214fb560ee649b0d9df
\ No newline at end of file

Added: dev/commons/email/binaries/commons-email-1.3.2-bin.zip.sha1
==============================================================================
--- dev/commons/email/binaries/commons-email-1.3.2-bin.zip.sha1 (added)
+++ dev/commons/email/binaries/commons-email-1.3.2-bin.zip.sha1 Tue Oct 15 21:59:33 2013
@@ -0,0 +1 @@
+349b18913b12500b6074829136379ac400294225
\ No newline at end of file

Added: dev/commons/email/source/commons-email-1.3.2-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/email/source/commons-email-1.3.2-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/x-gzip

Added: dev/commons/email/source/commons-email-1.3.2-src.tar.gz.asc
==============================================================================
--- dev/commons/email/source/commons-email-1.3.2-src.tar.gz.asc (added)
+++ dev/commons/email/source/commons-email-1.3.2-src.tar.gz.asc Tue Oct 15 21:59:33 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iQIcBAABAgAGBQJSXbghAAoJEKQfE8mZlFKTKcEQALR15myur+o/Kvk7xhaqxWtX
+T4A3gCGjHGsxRZ+p3W35Qh6BRrnEPUc6pkyUPFHt6NCGXH/i0j76syOowEAxjpBG
+zP6vT7Jtl8VF95dI7EojO2ILsLQpM+nQG2SMakjOiJykjY5z+i+rjhlTGAE1ccFZ
+Dih9HDnfS7/NYjZevirCCr0ug76/0CG77TFZpY+waFAEmY35QoCVKVfPDpk/DjUA
+wJ95j1DcnNniePFytZJ9Rn/WA1daZy7iR93ugtLaiulRsfwJgrL0rGHRbtz5ShWC
+GJV3HtoDyGjnNbS7uENhL4kQN5h9Ot81abRvg9vLVqg2XwbtK8cfp2E6WsVmxXmR
+i4Xlu60Hay4bgzRcsX7a1y5L4GOwiq51+J4qef+2hv9td9tettR3K6IUWpG/J31H
+BZlzfcI4QBsbqv5OwhMOZeQZWDtKwWIKrG1WRk7xs8GEVSNKk8elgqNUWZ2+q0ZV
+jmHSIbzPkr8oprGch9+C+d3Hj8F+vJXif1CJ0+QcfK5qEXr3XSI10ppOtTlcYSEO
+pvdaFLg+Q7Roqq7rHH1ecFzIybrgQ190PzddVAqiOCevlSQ9ljFtxUU3H6a5sAcm
+8xFf1jHWYDsLcdVQjxJdjwW+3NX8bNkGAMAI8jvq5+qv7CvinwIPOdbe0hpNyBx8
+cuTS9L0k7HTz0+OstT94
+=FKnk
+-----END PGP SIGNATURE-----

Added: dev/commons/email/source/commons-email-1.3.2-src.tar.gz.md5
==============================================================================
--- dev/commons/email/source/commons-email-1.3.2-src.tar.gz.md5 (added)
+++ dev/commons/email/source/commons-email-1.3.2-src.tar.gz.md5 Tue Oct 15 21:59:33 2013
@@ -0,0 +1 @@
+9f918af66ff832bf433aff42f48ce034
\ No newline at end of file

Added: dev/commons/email/source/commons-email-1.3.2-src.tar.gz.sha1
==============================================================================
--- dev/commons/email/source/commons-email-1.3.2-src.tar.gz.sha1 (added)
+++ dev/commons/email/source/commons-email-1.3.2-src.tar.gz.sha1 Tue Oct 15 21:59:33 2013
@@ -0,0 +1 @@
+dd83e48561594a786e2a3fc7b187efc42b90147a
\ No newline at end of file

Added: dev/commons/email/source/commons-email-1.3.2-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/email/source/commons-email-1.3.2-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/zip

Added: dev/commons/email/source/commons-email-1.3.2-src.zip.asc
==============================================================================
--- dev/commons/email/source/commons-email-1.3.2-src.zip.asc (added)
+++ dev/commons/email/source/commons-email-1.3.2-src.zip.asc Tue Oct 15 21:59:33 2013
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.11 (GNU/Linux)
+
+iQIcBAABAgAGBQJSXbghAAoJEKQfE8mZlFKTcnwQALLxudKbOde7QE+RXo2y4Dm6
+BZfmosyU5Ff6nLO+IP3kugymBs/8k5ln7EGIEn0NJdtugpK+v+QapxozVpDIRtmo
+Hknfad8I6AwHeBiNi18+LhmtGktsFwhsHZtOh4uZmBG5tyfyoLcLFlhlKovC1J1/
+rDM5FSNgzgp6VEM5I+2uSyqDR3YWmDx2lHGC+lW2kkrt6YyQEpc5G+wASKtniA8z
+WVNcQZ1xeebhgSqyrzDqF/o5s4jZBdGiXNhOrTt8yWTMmwsIogGC06MIII5xeSY9
+9zLQk5kXMwbA2AvX9JaRxHTeuttL7U4WUCCHieWOenRlAWOwxvrEn8E96VVCIw/D
+pgF2HCorIpy+cv1LveNB2r/lQ+tE0j/361kElmXyTGG12Mb7SIyNkIM24n8THA+Y
+HZBHf29TfzjqVa91WIVee0rDtzOn5+05uHNfSqOu9tFwjgWekeRQ2xDl4XX2obUY
+nbofgrl8ivlOSry4lMMpZLKftI4JJv9tAsjAhgAC2v7bPncsqbFMcXLvsdm9RCBY
+0pd2AlxBvAAtMyGR5GcAdKeVXyjNSdSUeUk+m5Lcu0xgXuQJC4C5JsdGchtJpYcB
+pGK4AW5OAzM9QLoCa5FbrqA+wDlaYscJfl328LSKremBdca/q6G4oA8v0QFZ77ah
+DFhacoHHD2eQQ5UCIOzI
+=5neZ
+-----END PGP SIGNATURE-----

Added: dev/commons/email/source/commons-email-1.3.2-src.zip.md5
==============================================================================
--- dev/commons/email/source/commons-email-1.3.2-src.zip.md5 (added)
+++ dev/commons/email/source/commons-email-1.3.2-src.zip.md5 Tue Oct 15 21:59:33 2013
@@ -0,0 +1 @@
+27bff9f0e6704f40f2b9f6c3c6cad10f
\ No newline at end of file

Added: dev/commons/email/source/commons-email-1.3.2-src.zip.sha1
==============================================================================
--- dev/commons/email/source/commons-email-1.3.2-src.zip.sha1 (added)
+++ dev/commons/email/source/commons-email-1.3.2-src.zip.sha1 Tue Oct 15 21:59:33 2013
@@ -0,0 +1 @@
+c49489f6c9fb5371270eafb1f36d1c50b75722cc
\ No newline at end of file