mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
WIP smime support:
- Fix decrypted message gets cut off
This commit is contained in:
parent
a81fe4f82a
commit
53669d2b3b
@ -2169,7 +2169,7 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
|
|||||||
);
|
);
|
||||||
|
|
||||||
} catch (Exception $ex) {
|
} catch (Exception $ex) {
|
||||||
if ($message['password_required'])
|
if (isset($message['password_required']))
|
||||||
{
|
{
|
||||||
$data = $message;
|
$data = $message;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user