Page 1 of 1

read pop3 e-mail

Posted: Tue Apr 30, 2002 12:19 pm
by romanart
how can i read my pop3 e-mail via php?
for example
pop3 server: gsu.linux.org.tr
user :romanart
pass :******
after connect my server (i can do it) for example i want to read my 3rd mail?
how?
sincerely

Posted: Wed May 01, 2002 9:58 am
by hex
There is support for imap functions with the imap extension available at ftp://ftp.cac.washington.edu/imap/

Have a look at these articles from the dream.in.code site:

Building A PHP-Based Mail Client (part 1)
Building A PHP-Based Mail Client (part 2)