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
read pop3 e-mail
Moderator: General Moderators
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)
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)