; From: Claus Ibsen [mailto:claus.ib...@gmail.com]
>> Sent: Wednesday, December 07, 2011 12:58 AM
>> To: users@camel.apache.org
>> Subject: Re: Mail component ContentTypeResolver SPI customization
>>
>> Hi
>>
>> The ContentTypeResolver is used when *sending* emails.
n
>
>
> -Original Message-
> From: Claus Ibsen [mailto:claus.ib...@gmail.com]
> Sent: Wednesday, December 07, 2011 12:58 AM
> To: users@camel.apache.org
> Subject: Re: Mail component ContentTypeResolver SPI customization
>
> Hi
>
> The ContentTypeResolver is used w
inal Message-
From: Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: Wednesday, December 07, 2011 12:58 AM
To: users@camel.apache.org
Subject: Re: Mail component ContentTypeResolver SPI customization
Hi
The ContentTypeResolver is used when *sending* emails. It was
introduced to work around issues wit
Hi
The ContentTypeResolver is used when *sending* emails. It was
introduced to work around issues with the Geronimo Mail
Implementation.
The SUN Mail Provider works fine, so the resolver shouldn't really be
needed anymore.
What's your use case to use the ContentTypeResolver ?
On Wed, Dec 7, 20
I'm having trouble understanding how to use a custom ContentTypeResolver
for the mail component using Spring.
Here is my Spring XML:
I'm retrieving the attachment in the processor as follows:
DataHandler dh =
exchange.getIn().getAttachments().values().iterator().next();
String c