Re: file endpoint not reflecting the filename set in the header from smtp endpoint

2013-05-08 Thread Willem jiang
apache.org (mailto:users@camel.apache.org) > Subject: Re: file endpoint not reflecting the filename set in the header from > smtp endpoint > > Hi > > The key for the header is > CamelFileName > > eg > > Exchange.FILE_NAME > > > > On Tue, May

RE: file endpoint not reflecting the filename set in the header from smtp endpoint

2013-05-08 Thread Mohammad Shadab Ali
Ibsen [mailto:claus.ib...@gmail.com] Sent: Wednesday, May 08, 2013 11:23 AM To: users@camel.apache.org Subject: Re: file endpoint not reflecting the filename set in the header from smtp endpoint Hi The key for the header is CamelFileName eg Exchange.FILE_NAME On Tue, May 7, 2013 at 5:42 PM, Mohammad Shada

Re: file endpoint not reflecting the filename set in the header from smtp endpoint

2013-05-07 Thread Claus Ibsen
ctory I am getting only one file which is of the first mail > attachment. The problem is that for 2nd and 3rd message camel file name is > not getting reflected to the file endpoint and it takes the filename of the > first message. > > I tried with not setting the filename in the SM

file endpoint not reflecting the filename set in the header from smtp endpoint

2013-05-07 Thread Mohammad Shadab Ali
kes the filename of the first message. I tried with not setting the filename in the SMTP endpoint then file endpoint is generating a unique filename for each message and I am getting the desired output(3 files). But I want to store the file with the name of the attachment but it is not ge

Re: what jars are needed to use a smtp endpoint in a route

2012-09-20 Thread Claus Ibsen
Hi It depends on the version of Camel. The one you use seems to require spring framework as well. So you need to add those Spring JARs back. On Thu, Sep 20, 2012 at 9:16 AM, Sura Monday wrote: > Hi All, > I have been trying to use a smtp endpoint in a route. > I have camel-mail.

Re: SMTP Endpoint

2011-06-13 Thread nap
Was able to resolve this issue... The problem was our route started with an IMAP consumer which passed on the header all the way to the SMTP endpoint which resulted in the exception. We were able to work around this by adding this to the route: Thanks, Nap -- View this message in context

Re: Smtp component : error in smtp endpoint

2009-09-30 Thread titexe
lang / String; Ljava >> / >> lang / String;) V >> INFO BrokerService - ActiveMQ Message Broker (FR03LAP621, ID: >> FR03LAP621-4688-1254315904400-0: 0) is shutting down >> DEBUG BrokerService - Caught exception, must be shutting down: >> java.lang.IllegalStateException: Shutdown in p

Re: Smtp component : error in smtp endpoint

2009-09-30 Thread Claus Ibsen
dvance to help to resolve this problem, > > best regards, > > titexe. > -- > View this message in context: > http://www.nabble.com/Smtp-component-%3A-error-in-smtp-endpoint-tp25681799p25681799.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus

Smtp component : error in smtp endpoint

2009-09-30 Thread titexe
ion, must be shutting down: java.lang.IllegalStateException: Shutdown in progress thanks in advance to help to resolve this problem, best regards, titexe. -- View this message in context: http://www.nabble.com/Smtp-component-%3A-error-in-smtp-endpoint-tp25681799p25681799.html Sent from the Camel - U

Re: How to use the HeaderFilterStrategy on SMTP endpoint?

2009-06-09 Thread Claus Ibsen
t;>>> >>>> Is this applicable to the Mail component also? >>>> >>>> http://issues.apache.org/activemq/browse/CAMEL-915 >>>> >>>> "You can do this in Camel 2.0 in the URI by using the # syntax for lookup >>>> in

Re: How to use the HeaderFilterStrategy on SMTP endpoint?

2009-06-09 Thread Claus Ibsen
t; http://issues.apache.org/activemq/browse/CAMEL-915 >>> >>> "You can do this in Camel 2.0 in the URI by using the # syntax for lookup >>> in >>> the registry." >> Yes that works for all components where you define an endpoint using >> URI in Ca

Re: How to use the HeaderFilterStrategy on SMTP endpoint?

2009-06-09 Thread rohitbrai
.0m1) > >> >> Regards, >> Rohit >> >> >> rohitbrai wrote: >>> >>> How do I use a custom HeaderFilterStrategy on a SMTP endpoint? I saw the >>> code and I can see that SMTP component honors the HeaderFilterStrategy. >>> But

Re: How to use the HeaderFilterStrategy on SMTP endpoint?

2009-06-09 Thread Claus Ibsen
ks for all components where you define an endpoint using URI in Camel 2.0. (is in 2.0m1) > > Regards, > Rohit > > > rohitbrai wrote: >> >> How do I use a custom HeaderFilterStrategy on a SMTP endpoint? I saw the >> code and I can see that SMTP component honors th

Re: How to use the HeaderFilterStrategy on SMTP endpoint?

2009-06-09 Thread Claus Ibsen
On Tue, Jun 9, 2009 at 2:35 PM, rohitbrai wrote: > > How do I use a custom HeaderFilterStrategy on a SMTP endpoint? I saw the code > and I can see that SMTP component honors the HeaderFilterStrategy. But I am > not able to figure out how do I set it for the endpoint? When Camel cr

Re: How to use the HeaderFilterStrategy on SMTP endpoint?

2009-06-09 Thread rohitbrai
Is this applicable to the Mail component also? http://issues.apache.org/activemq/browse/CAMEL-915 "You can do this in Camel 2.0 in the URI by using the # syntax for lookup in the registry." Regards, Rohit rohitbrai wrote: > > How do I use a custom HeaderFilterStrategy on a

How to use the HeaderFilterStrategy on SMTP endpoint?

2009-06-09 Thread rohitbrai
How do I use a custom HeaderFilterStrategy on a SMTP endpoint? I saw the code and I can see that SMTP component honors the HeaderFilterStrategy. But I am not able to figure out how do I set it for the endpoint? Thanks and Regards, Rohit -- View this message in context: http://www.nabble.com

Re: Set charset to utf-8 for sending emails using smtp endpoint

2009-05-27 Thread Claus Ibsen
 text/html;charset=UTF-8 >>             >> >> and >> smtp://roh...@xyzab.pramati.com?password=3pleripple&contentType=text/html;charset=UTF-8 >> >> but nothing works :( >> Any idea what's wrong here??? >> >> Regards, >> Rohit >&

Re: Set charset to utf-8 for sending emails using smtp endpoint

2009-05-25 Thread Claus Ibsen
so > >             >                text/html;charset=UTF-8 >             > > and > smtp://roh...@xyzab.pramati.com?password=3pleripple&contentType=text/html;charset=UTF-8 > > but nothing works :( > Any idea what's wrong here??? > > Regards, >

Set charset to utf-8 for sending emails using smtp endpoint

2009-05-25 Thread rohitbrai
le.com/Set-charset-to-utf-8-for-sending-emails-using-smtp-endpoint-tp23703094p23703094.html Sent from the Camel - Users mailing list archive at Nabble.com.