in reply to POP3 Mail Client using IO::Socket module only

Why?

Kinda sounds like a homework problem to me.

But you are going to need more than just a few regular expressions. The first thing you should do is to understand the Post Office Protocol itself. You should, therefore, read RFC1725 and Internet Standard STD53. Once you understand those and you understand the structure of the headers, then you will be able to code it.

jdtoronto

  • Comment on Re: POP3 Mail Client using IO::Socket module only