mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
W.I.P. SMIME:
- Fix sometimes attachments parts are not readable
This commit is contained in:
parent
f436538797
commit
ef8d014719
@ -2384,7 +2384,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
||||
}
|
||||
else // only encrypted message
|
||||
{
|
||||
$message_parts = Horde_Mime_Part::parseMessage($_message);
|
||||
$message_parts = Horde_Mime_Part::parseMessage($_message, array('forcemime' => true));
|
||||
}
|
||||
|
||||
if (!Mail\Smime::isSmimeSignatureOnly($params['mimeType']))
|
||||
|
Loading…
Reference in New Issue
Block a user