forked from extern/egroupware
fixed not always completly parsed multipart messages
This commit is contained in:
parent
0c608d5e07
commit
4bf278daea
@ -637,7 +637,7 @@ class Net_IMAP extends Net_IMAPProtocol {
|
|||||||
$_mimeParts = array(0 => $part);
|
$_mimeParts = array(0 => $part);
|
||||||
} else {
|
} else {
|
||||||
$part->partID = $_partID;
|
$part->partID = $_partID;
|
||||||
$_mimeParts = array($_partID => $part);
|
$_mimeParts[$_partID] = $part;
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user