You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/11/12 20:35:10 UTC

DO NOT REPLY [Bug 29134] - Converts the desired attachment to message.txt

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29134>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29134

Converts the desired attachment to message.txt

sbailliez@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From sbailliez@apache.org  2004-11-12 19:35 -------
There is no sample and error report to demonstrate the problem so I will close 
this as invalid. The MimeMailer requires javamail and activation to work, so 
there is nothing special here. I tried a simple:

<mail mailhost="xxxx.xxxxx.xxx" subject="Mail Test">
  <from address="stephane@xxxxxx.xxx"/>
  <to address="stephane@xxxxxx.xxx"/>
  <message>The test is completed</message>
  <fileset dir="." includes="*.zip"/>
</mail>

and it works fine (javamail 1.3.2 and activitation 1.0.2)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org