mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
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);
|
||||
} else {
|
||||
$part->partID = $_partID;
|
||||
$_mimeParts = array($_partID => $part);
|
||||
$_mimeParts[$_partID] = $part;
|
||||
}
|
||||
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user