> Anyone know why the Maillet API didn't subclass Servlet, BTW?
<<sigh>> Someone brings this up at least every 6 months.
> public class Maillet extends GenericServlet {
> public void service(SMTPRequest request, SMTPResponse)
> throws ServletException, IOEXcception {
The mailet pipeline isn't request/response, nor is it coupled with SMTP.
Don't confuse the asynchronous mailet pipeline with the synchronous protocol
handler. :-)
But please, if you want to discuss this, [email protected] is a
better place.
--- Noel