On Wed, Jun 26, 2013 at 09:08:20PM -0400, James Turner wrote:
> On Wed, Jun 26, 2013 at 08:36:48PM -0400, James Turner wrote:
> > On Thu, Jun 27, 2013 at 12:07:14AM +0530, su...@sunilnimmagadda.com wrote:
> > > Hello,
> > >
> > > This is an implementation of RFC1939 with pop3s(port 995) support
>
On Wed, Jun 26, 2013 at 6:08 PM, James Turner wrote:
> First, if you connect to port 995 with telnet instead of say openssl
> s_client and issue any command pop3d dies and leaves the following
> "fatal: session lost". Even running ^] from telnet after connecting is
> enough to cause this behavior.
On Wed, Jun 26, 2013 at 08:36:48PM -0400, James Turner wrote:
> On Thu, Jun 27, 2013 at 12:07:14AM +0530, su...@sunilnimmagadda.com wrote:
> > Hello,
> >
> > This is an implementation of RFC1939 with pop3s(port 995) support
> > out of box. The DESIGN document outlines the processes setup and
> >
On Thu, Jun 27, 2013 at 12:07:14AM +0530, su...@sunilnimmagadda.com wrote:
> Hello,
>
> This is an implementation of RFC1939 with pop3s(port 995) support
> out of box. The DESIGN document outlines the processes setup and
> imsg exchange. It needs a user named "_pop3d", a certificate named
> "ser
Hello,
This is an implementation of RFC1939 with pop3s(port 995) support
out of box. The DESIGN document outlines the processes setup and
imsg exchange. It needs a user named "_pop3d", a certificate named
"server.crt" in /etc/ssl and its key named "server.key" in
/etc/ssl/private to run. Tested
> Date: Wed, 26 Jun 2013 13:32:31 +1000
> From: Jonathan Gray
>
> On Fri, Jun 21, 2013 at 10:20:01AM +0200, Mark Kettenis wrote:
> > > Date: Fri, 21 Jun 2013 17:31:39 +1000
> > > From: Jonathan Gray
> > >
> > > Both gcc and clang have an extension for binary integer constants.
> > > In gcc's ca