How to read outlook message attachment in IMAP in PHP?

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
suchit.dalvi
Forum Newbie
Posts: 1
Joined: Fri Oct 30, 2015 5:43 am

How to read outlook message attachment in IMAP in PHP?

Post by suchit.dalvi »

How can I read outlook message attachment in IMAP in php. I have one mail which contain Outlook message attachment file, which again contain another outlook message attachment file. I have tried using imap_fetchbody function by sending message number, but it only work for one attachment. So if that attachment has another outlook attachment, then its not working. Any help will be thankful..
Post Reply