On Sun, Sep 11, 2011 at 19:44, Norman Maurer
<[email protected]> wrote:
> Hi there,
>
> I think its time to finally get rid of javamail for sending emails via
> SMTP / SMTPS and use something more performant / better suited for
> heavy usage. javamail just sucks in many ways for SMTP Delivery in a
> way that a real server need it. It just don't expose all the needed
> stuff that we need. Like proper de-decting of 5xx code in the greeting
> etc.
>
> So I started to work on a nio based SMTP / SMTPS client, which is
> build on top of netty. I think its now ready for a first review:
> https://github.com/normanmaurer/niosmtp
>
> It still lacks a few things that we need (also unit tests). Like SMTP
> AUTH and STARTTLS but I'm working on it (and I love contributions ;)).

We all do :-))
So, any plans to bring this code into James SVN?

   Bernd

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to