I’m using Zend Mail library to access email and download email attachments. Is there a way to determine the attachment’s filesize before downloading?
I’m using Zend Mail library to access email and download email attachments. Is there
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You don’t say how you are ‘downloading’ it. There are many ways to receive an email. The simplest three are:
The answer is in the protocol you are using to retrieve (download). If you don’t know that, at least you should know the PHP function you’re using, so you should mention that.