tribal - 2012-02-25 16:20:37
The line if (!empty($part->parameters)) does not work when handling attachments send by blackberry smartphones.
Why? Because $part->parameters is not empty, but does not contain parameteres?!?!?
Change the line (85)
if (!empty($part->parameters)) {
into
if ($part->ifparameters) {
and bb attchments are also supported.
regards,
Michael Marsman