Read email on Pop3 without Imap ext

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
webstyler
Forum Commoner
Posts: 85
Joined: Sat Feb 14, 2004 2:16 am

Read email on Pop3 without Imap ext

Post by webstyler »

Hi,
we need to check email on email address as a webmail but more simple. We need only to check if subject is "Remove" and if yes make action with sender address.
The problem is that in server where hosted site IMAP is not active.

Other solutions?

Thks
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

hunt down or build a pure php POP3 client, or talk to your host and see if they'll turn IMAP on.

http://www.phpclasses.org/browse/package/2.html may be of interest.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

webstyler
Forum Commoner
Posts: 85
Joined: Sat Feb 14, 2004 2:16 am

Post by webstyler »

Thks :D
Post Reply