Flourish PHP Unframework
This is an archived copy of the forum for reference purposes

Fmailbox issue

posted by anonymous 8 years ago

Hi guys, I'm trying to use Fmailbox but the attached filename e and mimetype is not working. What is wrong?

$message=$mailbox->fetchMessage($x);
echo $message['attachment']['filename']."<br>";
echo $message['attachment']['mimetype']."<br>";

Any help would be appreciated

What version of fMailbox are you using? If it is older than 1.0.0b11 then I would recommend upgrading to the latest version as a first step.

If that doesn't help, please email the original message source to mailto:will@flourishlib.com and I will run through and see why it isn't working.

posted by wbond 8 years ago