Author: sgoeschl
Date: Sun Apr 5 20:16:32 2009
New Revision: 762148
URL: http://svn.apache.org/viewvc?rev=762148&view=rev
Log:
[EMAIL-79] SimpleEmail#setMsg() with UTF-8 content honors correct charset in
header and encode the content correctly.
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=762148&r1=762147&r2=762148&view=diff
==============================================================================
--- commons/proper/email/trunk/xdocs/changes.xml (original)
+++ commons/proper/email/trunk/xdocs/changes.xml Sun Apr 5 20:16:32 2009
@@ -24,6 +24,10 @@
<body>
<release version="1.2-SNAPSHOT" date="as in SVN">
+ <action dev="sgoeschl" type="add" issue="EMAIL-79" date="2009-04-05"
due-to="Edvin Syse, Corey Scott">
+ SimpleEmail#setMsg() with UTF-8 content honors correct charset in
header and
+ does encode the content correctly now.
+ </action>
<action dev="sgoeschl" type="add" issue="EMAIL-84" date="2009-02-22"
due-to="Claudio Miranda">
Created additional methods to support timeouts.
</action>