Re: Camel Email Component Missing Attachments

2013-02-07 Thread cgiera
Hello, yes this works for me. I have created an issue and provided a patch. see https://issues.apache.org/jira/browse/CAMEL-6045 Please let me know if I have done something wrong or could make something better. kind regards, Christoph -- View this message in context: http://camel.465427.n5.n

Re: Camel Email Component Missing Attachments

2013-02-07 Thread Claus Ibsen
On Thu, Feb 7, 2013 at 12:09 PM, cgiera wrote: > Hello, > > I know this is an old post, but I'm facing the same problem. > > Could this be solved by simply adding a fileName check to the if statement? > I suggest to try patch the code and test it. And if it helps, then we love contributions http:

Re: Camel Email Component Missing Attachments

2013-02-07 Thread cgiera
Hello, I know this is an old post, but I'm facing the same problem. Could this be solved by simply adding a fileName check to the if statement? kind regards, Christoph -- View this message in context: http://camel.465427.n5.nabble.com/Camel-Email-Component-Missing-Attachments-tp3386382p57

Re: Camel Email Component Missing Attachments

2011-12-22 Thread Claus Ibsen
Hi Yes we love contributions. Please create a JIRA and provide a patch. http://camel.apache.org/contributing.html On Thu, Dec 22, 2011 at 6:58 PM, ychawla wrote: > Hi Phil, > I saw the same behavior for a Mail Server we are going against.  I am > thinking it would be great to have a configurati

Re: Camel Email Component Missing Attachments

2011-12-22 Thread ychawla
Hi Phil, I saw the same behavior for a Mail Server we are going against. I am thinking it would be great to have a configuration on the endpoint like 'useDispositionForAttachmentRetrieval'. There can a check around this block: if (disposition != null && (disposition.equalsIgnoreCase(Part.ATT