Re: [PHP] Couple of IMAP questions

2007-11-27 Thread Chris
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

[PHP] Couple of IMAP questions

2007-11-27 Thread Al
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