Thread overview
POP3 lib ?
Apr 23, 2005
Charlie
Apr 23, 2005
Tom S
Apr 23, 2005
Charlie
April 23, 2005
Anyone have code for this ?

Charlie


April 23, 2005
Charlie wrote:
> Anyone have code for this ?
> 
> Charlie

I've got one, ported from Python
http://codeinsane.info/code/pop3.d

Usage example is here:
http://python.org/doc/2.4.1/lib/pop3-example.html


Just a simple port though, no fireworks. This code might use some socket timeouts... "Anyone have code for this ?" /* hope this sentence wasn't copyrighted */ ;)


-- 
Tomasz Stachowiak  /+ a.k.a. h3r3tic +/
April 23, 2005
sweet :).


"Tom S" <h3r3tic@remove.mat.uni.torun.pl> wrote in message news:d4e652$27fr$1@digitaldaemon.com...
> Charlie wrote:
> > Anyone have code for this ?
> >
> > Charlie
>
> I've got one, ported from Python http://codeinsane.info/code/pop3.d
>
> Usage example is here: http://python.org/doc/2.4.1/lib/pop3-example.html
>
>
> Just a simple port though, no fireworks. This code might use some socket timeouts... "Anyone have code for this ?" /* hope this sentence wasn't copyrighted */ ;)
>
>
> --
> Tomasz Stachowiak  /+ a.k.a. h3r3tic +/