PHP Classes

blackberry attachments

Recommend this page to a friend!

      Email attachments reader (IMAP/POP3)  >  All threads  >  blackberry attachments  >  (Un) Subscribe thread alerts  
Subject:blackberry attachments
Summary:$part->parameters
Messages:1
Author:tribal
Date:2012-02-25 16:20:37
 

  1. blackberry attachments   Reply   Report abuse  
Picture of tribal 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