PHP Classes

Attachments download

Recommend this page to a friend!

      POP3 e-mail client  >  POP3 e-mail client package blog  >  How to Read Your Inbo...  >  All threads  >  Attachments download  >  (Un) Subscribe thread alerts  
Subject:Attachments download
Summary:Attachments download
Messages:2
Author:emmanuell
Date:2017-03-29 19:04:50
 

  1. Attachments download   Reply   Report abuse  
Picture of emmanuell emmanuell - 2017-03-29 19:04:50
Hello Sir,
First i want to say thank you for this awesome class,
I've managed to make it work as i wanted but i have an little problem and i have no clue.
Can you please give me an example how i can download attachments from the mail?
Thank you.
Regards, Emanuel

  2. Re: Attachments download   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2017-03-30 08:41:22 - In reply to message 1 from emmanuell
Yes, you can use the MIME parser class in conjunction with the POP3 mail client class to parse messages and extract all parts including attachments.

phpclasses.org/package/3169-PHP-Dec ...

Take a look at the browse_mailbox.php example script:

phpclasses.org/package/2-PHP-Access ...