]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove depraction of validateEmailAddress 30349/head
authorArthur Schiwon <blizzz@arthur-schiwon.de>
Thu, 2 Feb 2023 09:17:42 +0000 (10:17 +0100)
committerArthur Schiwon <blizzz@arthur-schiwon.de>
Thu, 2 Feb 2023 09:30:06 +0000 (10:30 +0100)
for there are legit use cases to validate an email address without
sending there to

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
lib/public/Mail/IMailer.php

index db46401a3d82bab7ff5e91b72bae347cd4152c30..94044f7c720935c13a3f6856e64d4adde86d8806 100644 (file)
@@ -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