Retrieving Email Attachments

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Eclipse_
Forum Newbie
Posts: 2
Joined: Mon Apr 28, 2008 7:19 pm

Retrieving Email Attachments

Post by Eclipse_ »

Hello. I am currently working on a code to automatically retrieve and parse CSV files. The only problem is that I do not have access to the code of the website generating them. However, there is a user option to have the file sent as an email attachment automatically every month. I was wondering if anyone here knows how to retrieve an email attachment via POP3? I have searched and have only come up with ways of retrieving the headers and body of the message or ways of sending attachments rather than retrieving them. Thanks.
Post Reply