Retrieving Email Attachments
Moderator: General Moderators
Retrieving Email Attachments
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.