Re: [PHP] POP commands

2001-11-22 Thread Daniel Roperto - Ação Direta
t;[EMAIL PROTECTED]> Sent: Thursday, November 22, 2001 1:30 PM Subject: [PHP] POP commands > Hi, > > does anybogy know pop3 box management commands? I'm making pop client on php. I know > some of the commands like USER PASS RETR DELE TOP but don't know how to use them. >

[PHP] POP commands

2001-11-22 Thread Yura
Hi, does anybogy know pop3 box management commands? I'm making pop client on php. I know some of the commands like USER PASS RETR DELE TOP but don't know how to use them. I have fputs( $socket_open, "USER " . $username . "\r\n" ); but how do I use RETR or TOP or DELE in these circumstanses?