Page 1 of 1

Connect to POP3

Posted: Wed Feb 04, 2009 10:24 am
by Tufan Çetin
I want to connect to POP3 mail account with PHP and count total mails and unread mails.What should I do?

Re: Connect to POP3

Posted: Wed Feb 04, 2009 11:02 am
by VladSun
There are at least 3 threads here in this forum about your problem - search it :)

Re: Connect to POP3

Posted: Wed Feb 04, 2009 11:57 am
by Benjamin
Also, the manual is generally the best starting point: http://us.php.net/manual/en/book.imap.php

Re: Connect to POP3

Posted: Thu Feb 05, 2009 1:38 am
by Tufan Çetin
Sorry my English is bad. Can you write a sample?

Re: Connect to POP3

Posted: Thu Feb 05, 2009 1:40 am
by Benjamin
We usually don't write code for people. What have you tried?