Finding an email with subject in Inbox

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
chandpuri
Forum Newbie
Posts: 1
Joined: Tue Aug 28, 2007 6:31 am

Finding an email with subject in Inbox

Post by chandpuri »

Hi,
I am new to PHP and need to know how could I connect to my outlook email inbox and download files from an email with a fixed subject. The subject of email is always the same.
Thanks

Chandpuri :D
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

If the mail is still on the mail server you can access it with the imap functions.
Post Reply