Al wrote:
I writing a script to fetch bounced emails from a dedicated mailbox.
$mbox = imap_open($addr, $user, $pw);
I've got a simple foreach(){
$bodyStr = imap_body($mbox, $num);
... $hdrStr = imap_fetchheader($mbox, $num);
>
Using 110/pop3 is incredibly slow.
Is it slow if you man
I writing a script to fetch bounced emails from a dedicated mailbox.
$mbox = imap_open($addr, $user, $pw);
I've got a simple foreach(){
$bodyStr = imap_body($mbox, $num);
...
$hdrStr = imap_fetchheader($mbox, $num);
>
Using 110/pop3 is incredibly slow. The php documentation implies that
2 matches
Mail list logo