Hi Thilina.

I was reluctant at the beginning to use SUN javamail API cause there were already geronimo-spec-javamail given with AXIS 2 libs and the sun mailcap seemed to me "a bit too complex" compared to geronimo mailcap. But I downloaded and installed java mail 1.4, and modified a bit my code to fit the new content handlers and the result is :

It implicitly decodes Base64 and quoted printable stream ( the contentHandler I retrieve at server side becomes an InputFilterStream in those 2 cases ) in Attachments ( the stream i Retrieve is decoded )

So the replacing you suggested to me solves most of my problems :) Thanks !

Thilina Gunarathne a écrit :
Hi Luarent,
Can you try it again by replacing the geronimo-spec-javamail-XXX.jar with sun's mail jar[1]. Please log a JIRA if the things are not working well even after replacing them. Thanks,
~Thilina
[1] http://java.sun.com/products/javamail/downloads/index.html

On 5/30/06, *Sanjiva Weerawarana* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:

    On Tue, 2006-05-30 at 10:38 +0600, Thilina Gunarathne wrote:
    > Adding [Axis2]prefix..
    > Moving the conversation over to Axis2-dev list...Please post your
    > replies to dev list..
    >
    > Hi Laurent and devs,
    > Currently [1],[2] are the intended behavior. Do you have a use case
    > which makes it mandatory to send the base64 as an attachment,
    without
    > embedding in the SOAP message...
    >
    > I'm not sure whether we need to support the [3].

    Ignoring Content-Transfer-Encoding is a bug .. we can refuse to
    process
    certain CTEs, but we cannot ignore it. Is this a JavaMail bug or a
    problem in our code?? (I agree JavaMail should be doing the work!)

    Sanjiva.
    >


    ---------------------------------------------------------------------
    To unsubscribe, e-mail: [EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>
    For additional commands, e-mail: [EMAIL PROTECTED]
    <mailto:[EMAIL PROTECTED]>




--
"May the SourcE be with u" http://webservices.apache.org/~thilina/ <http://webservices.apache.org/%7Ethilina/> http://thilinag.blogspot.com/ http://www.bloglines.com/blog/Thilina



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to