Hello,

On 08/08/2002 07:25 PM, Ross Fleming wrote:
> Hi folks,
> 
> Just mulling over the prospect of future projects, and I fancy writing a php
> script that can check the details of my unread email in a pop3 mailbox (ie
> sender, date and subject).  Does anyone have (or know where I can get)
> functions that have been written to do this task?  From my knowledge of the
> php functions, there isn't one that can do this automatically for me, which
> leaves me (I'd imagine) with using sockets and actually negotiating with the
> server directly.
> 
> So, anyone done this already?  Feasible?  Anyone see any problems?

Sure, I use this class extensively. No need for special PHP extensions.

http://www.phpclasses.org/pop3class


-- 

Regards,
Manuel Lemos


-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to