Re: newbie question about nbio

2003-12-29 Thread kb
On Mon, Dec 29, 2003 at 06:16:52PM -0500, Serge Knystautas wrote: > Yeah, but my point is there's little motivation to remove the 1:1 > relationship. > > http://www.volano.com/report/index.html Well thanks for the info i was just wondering about james in particular, thanks for the link also ..

newbie question about nbio

2003-12-29 Thread kb
sorry about asking this but i would just like to verify if James uses any of the new non blocking io available since java 1.4 ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Possible to make standalone program with SMTP?

2003-12-16 Thread kb
> I'd need to double-check the RFCs, but basically you need an MTA. The > reason being is that one mail server receiving an email from a remote > mail server it doesn't know should have a way of writing back to that > postmaster. If you have your code do the remote delivery without > runnin

Re: Possible to make standalone program with SMTP?

2003-12-16 Thread kb
> Can you explain what you mean by "smtp enabled"? If you want to send > messages, then just use JavaMail. Independent of that, you can > determine what SMTP server to run, and James or sendmail can serve as that. What i mean by "smtp enabled" is that the program itself does the smtp protoco

Possible to make standalone program with SMTP?

2003-12-16 Thread kb
Hello all, I came across the james project ... i need to write a program that is smtp enabled, and i was looking for some classes to do so. I saw package org.apache.james.smtpserver... and i am wondering .. is this all i need to have smtp functionality in a