forked from extern/egroupware
W.I.P. SMIME:
- Fix failure message on send have no details
This commit is contained in:
parent
c324fda6ea
commit
fc451b2940
@ -3016,7 +3016,7 @@ class mail_compose
|
|||||||
catch (Exception $ex)
|
catch (Exception $ex)
|
||||||
{
|
{
|
||||||
$response = Api\Json\Response::get();
|
$response = Api\Json\Response::get();
|
||||||
$response->call('egw.message', $ex->getMessage());
|
$this->errorInfo = $ex->getMessage();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -3635,7 +3635,7 @@ class mail_compose
|
|||||||
* @param array|string $recipients list of recipients
|
* @param array|string $recipients list of recipients
|
||||||
* @param string $sender email of sender
|
* @param string $sender email of sender
|
||||||
* @param string $passphrase = '', SMIME Private key passphrase
|
* @param string $passphrase = '', SMIME Private key passphrase
|
||||||
*
|
*
|
||||||
* @return boolean returns true if successful and false if passphrase required
|
* @return boolean returns true if successful and false if passphrase required
|
||||||
* @throws Api\Exception\WrongUserinput if no certificate found
|
* @throws Api\Exception\WrongUserinput if no certificate found
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user