On Mon, June 19, 2006 11:05 am, IG wrote:
> I want to run filters on an pop3 inbox.
You may want to just use IMAP protocol...
> I have the following arrays which I'll get from the database-
>
> $subject
> $email
> $body
> $subject_like
> $email_like
> $body_like
>
> I then go through each email i
I want to run filters on an pop3 inbox.
I have the following arrays which I'll get from the database-
$subject
$email
$body
$subject_like
$email_like
$body_like
I then go through each email in turn using this loop-
$popy = "{".$pop3."/pop3:110}INBOX";
$mailbox = imap_open($popy, $un, $pw);
2 matches
Mail list logo