Pop3 connection with D

Unknown W. Brackets unknown at simplemachines.org
Thu Mar 8 22:36:11 PST 2007


POP3 really isn't very complicated.  I've written clients for POP3 and 
SMTP (not in D) and it's really just a matter of following the RFCs. 
They're all command based so it's really just a matter of parsing the 
responses.

In fact, it wouldn't be that hard to adapt an existing FTP or SMTP 
implementation to POP3.  FTP is definitely much more complicated.

-[Unknown]


> Hello i'm student of College of Engineering Informatics in Fribourg Switzerland.
> 
> For a semester project i want to create a E-mail client with D.
> 
> Anyone can help me to know how to create a pop3 and smtp connection with D?
> I have searched a lot but i found only a dead reference:
> http://www.digitalmars.com/d/archives/digitalmars/D/22349.html
> 
> Tanks a lot, bye, Roger



More information about the Digitalmars-d mailing list