Connect to POP3

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
Tufan Çetin
Forum Newbie
Posts: 2
Joined: Wed Feb 04, 2009 10:23 am

Connect to POP3

Post by Tufan Çetin »

I want to connect to POP3 mail account with PHP and count total mails and unread mails.What should I do?
User avatar
VladSun
DevNet Master
Posts: 4313
Joined: Wed Jun 27, 2007 9:44 am
Location: Sofia, Bulgaria

Re: Connect to POP3

Post by VladSun »

There are at least 3 threads here in this forum about your problem - search it :)
There are 10 types of people in this world, those who understand binary and those who don't
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Connect to POP3

Post by Benjamin »

Also, the manual is generally the best starting point: http://us.php.net/manual/en/book.imap.php
Tufan Çetin
Forum Newbie
Posts: 2
Joined: Wed Feb 04, 2009 10:23 am

Re: Connect to POP3

Post by Tufan Çetin »

Sorry my English is bad. Can you write a sample?
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Connect to POP3

Post by Benjamin »

We usually don't write code for people. What have you tried?
Post Reply