Anees wrote:
> Hi
>
> i am developing a module that sores all emails coming to an account into a
> database
> and i have succeeded in that using Zend_Mail_Storage_Pop3 calss
>
> and also i am getting the information about the attachments that sending
> with mail
> i can display it, download it.. (using header() function )
>
> But i need to store the file into a location in server
> how i can do this?
>
> please help
>
> Regards,
> Anees
>
If you store email in db why not the attachement in a (blob clob) binary
columns.
So you never get worried about what attachment get with which mail.
Ok you need a good db for sure. But atferward they are made for this.
--
Bruno Friedmann