|
|||
|
Hello
I have a function that connect to an email and analyse the email. To speed up this function, i like to get the message without the attached files. How can i read this messages without attached files: $mail = new Zend_Mail_Storage_Imap(array(.... for ($i=1; $i<$mail->countMessages()+1; $i++) { try { $message=$mail[$i]; } ...... thank you for your help |
![]() |
| Thread Tools | |
| Display Modes | |
|
|