Re: Camel SMTP Server

2010-05-24 Thread Willem Jiang
e project hasn't been greenlit and someone else would prefer I polled using POP. I think it'd be an excellent thing for Camel to have. Thanks Jim -- View this message in context: http://old.nabble.com/Camel-SMTP-Server-tp28306865p28619423.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel SMTP Server

2010-05-24 Thread Olli Poyry
You are probably referring to sending SMTP mails via camel-mail. The camel-smtp server component is a SMTP listener, and I do not think there was any such Camel component before Normans' http://code.google.com/p/camel-smtp With javax.mail classes you can send mail, but not have a SMTP s

Re: Camel SMTP Server

2010-05-20 Thread Willem Jiang
Camel mail doesn't need to use james server to receive the mail, you can use the javax.mail which is provided in servicemix to do the same job. BTW, there is a camel-mail feature in SMX that you can use. Willem Norman Maurer wrote: Hi Oli, for the camel-smtp server you don'

Re: Camel SMTP Server

2010-05-20 Thread Norman Maurer
Hi Oli, for the camel-smtp server you don't need the pom.xml of james server. It use only james-protocols, which really is more slim. See: http://svn.apache.org/viewvc/james/protocols/trunk/pom.xml?view=markup Bye, Norman 2010/5/20 Olli Poyry : > > Thank you for creating the

Re: Camel SMTP Server

2010-05-20 Thread Olli Poyry
; Norman >>>> >>> >>> Definitely interested, but can't guarantee we'll actually use it at this >>> point - the project hasn't been greenlit and someone else would prefer I >>> polled using POP. >>> I think it'd be an excellent thing for Camel to have. >>> >>> Thanks >>> >>> Jim >>> >> > > -- View this message in context: http://old.nabble.com/Camel-SMTP-Server-tp28306865p28619423.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel SMTP Server

2010-05-05 Thread Norman Maurer
Hi all, I have a first version of a working camel-smtp component by now. Its still far from perfect and it need more docs but if you want to try it out: http://code.google.com/p/camel-smtp I hope to add docs etc later this weeks. Bye, Norman 2010/5/4 Norman Maurer : > Hi Jim, > > I aspect to

Re: Camel SMTP Server

2010-05-04 Thread Norman Maurer
Hi Jim, I aspect to have it complete tomorrow. So you could try it out then.. Bye, Norman 2010/5/4 Jim Talbut : > On 03/05/2010 18:00, Norman Maurer wrote: >> >> Hi Jim, >> >> sorry for the delay.. Job was just crazy over the last week. Anyway >> are you still interested in a smtp camel compone

Re: Camel SMTP Server

2010-05-04 Thread Jim Talbut
On 03/05/2010 18:00, Norman Maurer wrote: Hi Jim, sorry for the delay.. Job was just crazy over the last week. Anyway are you still interested in a smtp camel component ? I'm currently writing the code and will have it avaible soon. Maybe there is a place in camel itself for it ? Bye, Norman

Re: Camel SMTP Server

2010-05-03 Thread Norman Maurer
s will >>> then get picked up via Camel. This could easily adjusted to just >>> process it via camel route without use JMS at all. Maybe this is what >>> you are looking for ? >>> >>> Bye, >>> Norman >>> >>> >>> 201

Re: Camel SMTP Server

2010-04-20 Thread Norman Maurer
ss it via camel route without use JMS at all. Maybe this is what >> you are looking for ? >> >> Bye, >> Norman >> >> >> 2010/4/20 Jim Talbut: >> >>> >>> Is there a camel smtp server component? >>> i.e. I want to recieve mails via S

Re: Camel SMTP Server

2010-04-20 Thread Jim Talbut
ss it via camel route without use JMS at all. Maybe this is what you are looking for ? Bye, Norman 2010/4/20 Jim Talbut: Is there a camel smtp server component? i.e. I want to recieve mails via SMTP and then pass them on to the route, not have them stored in a mail server and picked up by

Re: Camel SMTP Server

2010-04-20 Thread Norman Maurer
camel route without use JMS at all. Maybe this is what you are looking for ? Bye, Norman 2010/4/20 Jim Talbut : > Is there a camel smtp server component? > i.e. I want to recieve mails via SMTP and then pass them on to the route, not > have them stored in a mail server and picked up

Camel SMTP Server

2010-04-20 Thread Jim Talbut
Is there a camel smtp server component? i.e. I want to recieve mails via SMTP and then pass them on to the route, not have them stored in a mail server and picked up by a POP/IMAP poll. If not, is there any reason for the absence other than the lack of a suitable library? Thanks Jim