[PHP] Display mail

2002-05-11 Thread Uma Shankari T.



Hello,


  Can anyone please tell me is there any to display the mails like mailing
archieve, in one of the folder in Pine..



Regards,
Uma


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




Re: [PHP] Display mail

2002-05-11 Thread Miguel Cruz

On Sat, 11 May 2002, Uma Shankari T. wrote:
 Can anyone please tell me is there any to display the mails like mailing
 archieve, in one of the folder in Pine..

Open the file with fopen and read through it at your leisure. Every time
you come across a line that starts with From  (From followed by a
space), that's a new message.

miguel


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