Here is a code which downloads attachment files from the an imap server. Almost all file types (pdf, doc, xls, etc) are being downloaded correctly, where as some zip files g
I might be a little late but I faced the same problem and these lines worked like a charm for me
while (ob_get_level()) { ob_end_clean(); }