PHP Classes

Sufficient script for those who only just download the mail f...

Recommend this page to a friend!

      Receive Mail  >  All threads  >  Sufficient script for those who only...  >  (Un) Subscribe thread alerts  
Subject:Sufficient script for those who only...
Summary:Package rating comment
Messages:2
Author:keyur lakhlani
Date:2009-03-06 09:03:54
Update:2009-03-06 10:58:33
 

keyur lakhlani rated this package as follows:

Utility: Good
Consistency: Sufficient
Documentation: Sufficient
Examples: Good

  1. Sufficient script for those who only...   Reply   Report abuse  
Picture of keyur lakhlani keyur lakhlani - 2009-03-06 09:03:54
Sufficient script for those who only just download the mail from the mail server. But how can i download the attachment?. If this feature will be added it will be great. Thanks

  2. Re: Sufficient script for those who only...   Reply   Report abuse  
Picture of mitul koradia mitul koradia - 2009-03-06 10:58:33 - In reply to message 1 from keyur lakhlani
Yes you can download your mail attachment using this script.

Use GetAttech(); function of this class. The first parameter is the mail ID. 1,2,3 etc.. Total id will be the total received mail. and second parameter is your local path(Web Server path). to store those attachment. This function will return the downloaded file names in coma separated string

Just check out the example file.

Regards
Mitul