Skip to content

Commit 3ff64d9

Browse files
kesselbbackportbot[bot]
authored andcommitted
docs: new IEmailValidator::isValid
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
1 parent f9f99e3 commit 3ff64d9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ Added APIs
128128
- New task processing task type ``OCP\TaskProcessing\AnalyzeImages`` to ask questions about images.
129129
- New method ``OCP\TaskProcessing\Manager::getAvailableTaskTypeIds`` to list only task type IDs without meta-data (faster than ``OCP\TaskProcessing\Manager::getAvailableTaskTypes``)
130130

131+
- New ``OCP\Mail\IEmailValidator`` to validate an email address.
132+
131133
Changed APIs
132134
^^^^^^^^^^^^
133135

@@ -147,6 +149,7 @@ Deprecated APIs
147149
- ``\OC_User::clearBackends`` is deprecated, please use ``\OCP\IUserManager::clearBackends`` available since 8.0.0
148150
- ``\OC_Helper::isReadOnlyConfigEnabled`` is deprecated, please use the ``config_is_read_only`` system config directly.
149151
- ``\OCP\OCM\IOCMProvider`` is deprecated, please use ``\OCP\OCM\ICapabilityAwareOCMProvider`` available since 32.0.0
152+
- ``\OCP\Mail\IMailer::validateMailAddress`` is deprecated, please use ``\OCP\Mail\IEmailValidator`` available since 32.0.0
150153

151154
Removed APIs
152155
^^^^^^^^^^^^

0 commit comments

Comments
 (0)