How to read outlook message attachment in IMAP in PHP?
Posted: Fri Oct 30, 2015 5:57 am
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..