Author: sgoeschl
Date: Fri Jun 13 04:17:31 2008
New Revision: 667476
URL: http://svn.apache.org/viewvc?rev=667476&view=rev
Log:
Synching latest source code with SVN repository
Modified:
turbine/fulcrum/trunk/commonsemail/xdocs/changes.xml
Modified: turbine/fulcrum/trunk/commonsemail/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/turbine/fulcrum/trunk/commonsemail/xdocs/changes.xml?rev=667476&r1=667475&r2=667476&view=diff
==============================================================================
--- turbine/fulcrum/trunk/commonsemail/xdocs/changes.xml (original)
+++ turbine/fulcrum/trunk/commonsemail/xdocs/changes.xml Fri Jun 13 04:17:31
2008
@@ -25,19 +25,26 @@
<body>
<release version="1.0.0-dev" date="as in SVN">
- <action dev="sgoeschl" type="update">
- Using official commons-email-1.0 release which now contains
- the patch required to work with this service
+ <action dev="sgoeschl" type="update">
+ Providing SendDeliveryStatus to keep track of the email delivery
status, i.e.
+ to whom the email was NOT send
</action>
- <action dev="sgoeschl" type="add">
+ <action dev="sgoeschl" type="update">
+ Removed commons-lang dependency
+ </action>
+ <action dev="sgoeschl" type="update">
+ Using official commons-email-1.0 release which now contains
+ the patch required to work with this service
+ </action>
+ <action dev="sgoeschl" type="add">
Added support for creating SMTP session without relying on
commons-email.
</action>
- <action dev="sgoeschl" type="add">
+ <action dev="sgoeschl" type="add">
Providing a send() using an explicit list of recipients. This is
a mandatory functionality for our SMTP gateway.
</action>
- <action dev="sgoeschl" type="add">
+ <action dev="sgoeschl" type="add">
Adding connection timeouts supported by javamail-1.3.3 but stick
to javamail-1.3.2 for the time being
</action>