Page 1 of 1

Read email on Pop3 without Imap ext

Posted: Mon Apr 03, 2006 10:27 am
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

Posted: Mon Apr 03, 2006 10:46 am
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.

Posted: Mon Apr 03, 2006 10:49 am
by patrikG

Posted: Tue Apr 04, 2006 3:59 am
by webstyler
Thks :D