chore: drop outdated deprecation comment from Mailer

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
This commit is contained in:
Ferdinand Thiessen 2025-03-14 09:09:53 +01:00
parent 7a95a1c3af
commit 4717f5cbc9
No known key found for this signature in database
GPG key ID: 45FAE7268762B400

View file

@ -232,9 +232,6 @@ class Mailer implements IMailer {
}
/**
* @deprecated 26.0.0 Implicit validation is done in \OC\Mail\Message::setRecipients
* via \Symfony\Component\Mime\Address::__construct
*
* @param string $email Email address to be validated
* @return bool True if the mail address is valid, false otherwise
*/