mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
fix: display inline text attachment as attachment too, as they are part of a multipart/mixed mail, and was not displayed as attachment, but indicated as mail with attachment by headerinformation
This commit is contained in:
parent
063e451437
commit
3a74183a4f
@ -2205,7 +2205,7 @@
|
|||||||
{
|
{
|
||||||
$attachments = array_merge($this->getMessageAttachments($_uid, '', $subPart), $attachments);
|
$attachments = array_merge($this->getMessageAttachments($_uid, '', $subPart), $attachments);
|
||||||
}
|
}
|
||||||
continue;
|
if (!($subPart->type=='TEXT' && $subPart->disposition =='INLINE' && $subPart->filename)) continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
// fetch the subparts for this part
|
// fetch the subparts for this part
|
||||||
|
Loading…
Reference in New Issue
Block a user