Re: pop3 daemon with ssl/tls and STARTTLS, V2

2013-12-01 Thread Gilles Chehade
On Tue, Nov 26, 2013 at 06:19:14PM -0500, James Turner wrote: Hi Sunil, I've been following your development on bitbucket and want to see if you ever got any feedback from the smtpd guys? I don't use pop3 so I can't really give feedback on day to day use, but code look very readable,

pop3 daemon with ssl/tls and STARTTLS, V2

2013-07-10 Thread Sunil Nimmagadda
Second iteration... 1. Fixed CRLF issues in RETR and TOP commands that caused message truncation. 2. Properly byte stuff a line beginning with termination character . . 3. Implemented STLS and CAPA. (STARTTLS RFC 2595) Comments? Source: https://poolp.org/~sunil/pop3d.tar.gz uuencoded gzipped

Re: pop3 daemon with ssl/tls and STARTTLS, V2

2013-07-10 Thread James Turner
On Thu, Jul 11, 2013 at 12:58:58AM +0530, Sunil Nimmagadda wrote: Second iteration... 1. Fixed CRLF issues in RETR and TOP commands that caused message truncation. 2. Properly byte stuff a line beginning with termination character . . 3. Implemented STLS and CAPA. (STARTTLS RFC 2595)