Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
servicemix-mail-2008.01
-
None
Description
If an attachment uses the StreamDataSource, it gives IOException when trying to send this attachment via email.
The problem is, that the JavaMail tries to read the input stream of this data source twice and that's not supported by the StreamDataSource.