read pop3 e-mail

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
romanart
Forum Newbie
Posts: 1
Joined: Tue Apr 30, 2002 12:19 pm
Contact:

read pop3 e-mail

Post 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
User avatar
hex
Forum Commoner
Posts: 92
Joined: Sat Apr 20, 2002 3:20 am
Location: UK

Post 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)
Post Reply