mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix wrongly used exception type on previous commit
This commit is contained in:
parent
cec3cc2170
commit
f576fbd722
@ -317,7 +317,7 @@ class mail_integration {
|
||||
}
|
||||
$mailcontent['date'] = strtotime($mailcontent['headers']['DATE']);
|
||||
}
|
||||
catch (Exception $ex) {
|
||||
catch (Mail\Smime\PassphraseMissing $ex) {
|
||||
EGroupware\Api\Framework::message(lang('Fetching content of this message failed'.
|
||||
' because the content of this message seems to be encrypted'.
|
||||
' and can not be decrypted properly.'),'error');
|
||||
|
Loading…
Reference in New Issue
Block a user