IMAP error handling in configure route

2015-11-02 Thread yimor80
Hi, i have this java class: new RouteBuilder(){ @Override public void configure() throws Exception { from("imaps://mail.gmail.com:993?username=x...@gmail.com&password=XXX&unseen=true"). process(myprocess); } when from endpoint fa

Shouldn't MessageSupport.getBody(Class type) throw an exception if the type is not the found

2015-11-02 Thread Arnaud Vandyck
Hi, I added a test in org.apache.camel.impl.MessageSupportTest to reflect the actual situation: public void testGetBodyNoTypeConversionAvailable() throws Exception { Exchange exchange = new DefaultExchange(context); Message in = exchange.getIn(); final Country be = new

RE: data format for MIME-Multipart

2015-11-02 Thread Siano, Stephan
Hi Claus, I have created https://issues.apache.org/jira/browse/CAMEL-9283 for it. Best regards Stephan -Original Message- From: Siano, Stephan [mailto:stephan.si...@sap.com] Sent: Montag, 2. November 2015 12:55 To: dev@camel.apache.org Subject: RE: data format for MIME-Multipart Hi Cla

[GitHub] camel pull request: Implement chunking of payloads in Camel JMS

2015-11-02 Thread JoergKe
GitHub user JoergKe opened a pull request: https://github.com/apache/camel/pull/667 Implement chunking of payloads in Camel JMS Change-Id: Id8409275395bd49a2148ed21c3dfa4ea7a23708b Hi, this is about the JMS component available in Camel. What is currently missing in this comp

RE: data format for MIME-Multipart

2015-11-02 Thread Siano, Stephan
Hi Claus, The called library used for this mime-parsing/marshalling is javamail (though the javax activation stuff is also involved but this is exactly the same as in the mail endpoints). The footprint of the required class is definitely small... I will prepare the contribution. Adding a data