Author: sgoeschl
Date: Thu Dec 16 21:52:00 2010
New Revision: 1050181
URL: http://svn.apache.org/viewvc?rev=1050181&view=rev
Log:
[EMAIL-101] Reverting changes since they break my EmalLiveTests
Modified:
commons/proper/email/trunk/src/java/org/apache/commons/mail/HtmlEmail.java
Modified:
commons/proper/email/trunk/src/java/org/apache/commons/mail/HtmlEmail.java
URL:
http://svn.apache.org/viewvc/commons/proper/email/trunk/src/java/org/apache/commons/mail/HtmlEmail.java?rev=1050181&r1=1050180&r2=1050181&view=diff
==============================================================================
--- commons/proper/email/trunk/src/java/org/apache/commons/mail/HtmlEmail.java
(original)
+++ commons/proper/email/trunk/src/java/org/apache/commons/mail/HtmlEmail.java
Thu Dec 16 21:52:00 2010
@@ -415,7 +415,7 @@ public class HtmlEmail extends MultiPart
throw new EmailException("file " + filePath + " isn't readable");
}
- return embed(new FileDataSource(file), file.getName(), cid);
+ return embed(new FileDataSource(file), file.getName());
}
/**