You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2008/12/29 18:39:04 UTC

svn commit: r729956 - /commons/proper/email/trunk/xdocs/changes.xml

Author: sgoeschl
Date: Mon Dec 29 09:39:03 2008
New Revision: 729956

URL: http://svn.apache.org/viewvc?rev=729956&view=rev
Log:
[EMAIL-70] Only creating a new mail session if mail authentication is required and username/password is supplied. If no username/password is supplied than use the given mail session assuming that it uses an authenticator.

Modified:
    commons/proper/email/trunk/xdocs/changes.xml

Modified: commons/proper/email/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/email/trunk/xdocs/changes.xml?rev=729956&r1=729955&r2=729956&view=diff
==============================================================================
--- commons/proper/email/trunk/xdocs/changes.xml (original)
+++ commons/proper/email/trunk/xdocs/changes.xml Mon Dec 29 09:39:03 2008
@@ -22,14 +22,30 @@
   </properties>
 
   <body>
+
+    <release version="1.2-SNAPSHOT" date="as in SVN">
+      <action dev="sgoeschl" type="fix" issue="EMAIL-70" due-to="F. Andy Seidl">
+        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 convinence implementation.
+      </action>
+      <action dev="sgoeschl" type="fix" issue="EMAIL-65" due-to="Kenneth Gendron">
+        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
+      </action>
+      <action dev="sgoeschl" type="fix">
+        During regression tests write out the generated MimeMessage instead of
+        WiserEmail.toString().
+      </action>
+    </release>
     <release version="1.1" date="2007-09-27">
-      <action dev="bspeakmon" type="add" issue="EMAIL-35"
-	      due-to="Brandon Wolfe">
-	Support embedding of raw DataSource attachments in HtmlEmail.
+      <action dev="bspeakmon" type="add" issue="EMAIL-35" due-to="Brandon Wolfe">
+	    Support embedding of raw DataSource attachments in HtmlEmail.
       </action>
       <action dev="bspeakmon" type="update" issue="EMAIL-64" due-to="Ben Speakmon">
-	Use wiser instead of dumbster for test cases. Original patch
-	supplied by Bindul Bhowmik.
+	    Use wiser instead of dumbster for test cases. Original patch supplied by Bindul Bhowmik.
       </action>
       <action dev="dion" type="fix" issue="EMAIL-62" due-to="Ben Speakmon">
         Build patches to enforce source 1.4 and target 1.4 when compiling.