From: Arthur Schiwon Date: Thu, 2 Feb 2023 09:17:42 +0000 (+0100) Subject: remove depraction of validateEmailAddress X-Git-Tag: v26.0.0beta2~8^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F30349%2Fhead;p=nextcloud-server.git remove depraction of validateEmailAddress for there are legit use cases to validate an email address without sending there to Signed-off-by: Arthur Schiwon --- diff --git a/lib/public/Mail/IMailer.php b/lib/public/Mail/IMailer.php index db46401a3d8..94044f7c720 100644 --- a/lib/public/Mail/IMailer.php +++ b/lib/public/Mail/IMailer.php @@ -96,8 +96,6 @@ interface IMailer { public function send(IMessage $message): array; /** - * @deprecated 26.0.0 - * * @param string $email Email address to be validated * @return bool True if the mail address is valid, false otherwise * @since 8.1.0