diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-02-02 10:17:42 +0100 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2023-02-02 10:30:06 +0100 |
commit | e123d270fcf099d780d8b35f9b7000c28b02fd5d (patch) | |
tree | 2cb751525816bd5ca2da78e0497428249bf3bd6a /lib | |
parent | dde5c46a3eb7c6dcee47795590619ccd393577d2 (diff) | |
download | nextcloud-server-e123d270fcf099d780d8b35f9b7000c28b02fd5d.tar.gz nextcloud-server-e123d270fcf099d780d8b35f9b7000c28b02fd5d.zip |
remove depraction of validateEmailAddress
for there are legit use cases to validate an email address without
sending there to
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/Mail/IMailer.php | 2 |
1 files changed, 0 insertions, 2 deletions
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 |