RE: convert attachment to base64

2014-01-23 Thread Ronny Aerts
erchem, Belgiƫ R&D Integration Architect Prince II certified Tel: +32-3-326.50.75 -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: woensdag 22 januari 2014 19:58 To: users@camel.apache.org Subject: Re: convert attachment to base64 Hi The data format works on the

Re: convert attachment to base64

2014-01-22 Thread Claus Ibsen
Hi The data format works on the message body content only. If you want to encode some attachments only. I suggest to write a piece of java code that does that. You can use commons-codec for the base64. But I think in some of the newer JDKs its out of the box. On Wed, Jan 22, 2014 at 5:34 PM, Ron