Skip to content

Commit 3e31824

Browse files
Merge pull request #13752 from nextcloud/chore/iemailvalidator
2 parents de0db0f + f7adda7 commit 3e31824

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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
@@ -113,6 +113,8 @@ Added APIs
113113
- New task processing task type ``OCP\TaskProcessing\AnalyzeImages`` to ask questions about images.
114114
- New method ``OCP\TaskProcessing\Manager::getAvailableTaskTypeIds`` to list only task type IDs without meta-data (faster than ``OCP\TaskProcessing\Manager::getAvailableTaskTypes``)
115115

116+
- New ``OCP\Mail\IEmailValidator`` to validate an email address.
117+
116118
Changed APIs
117119
^^^^^^^^^^^^
118120

@@ -132,6 +134,7 @@ Deprecated APIs
132134
- ``\OC_User::clearBackends`` is deprecated, please use ``\OCP\IUserManager::clearBackends`` available since 8.0.0
133135
- ``\OC_Helper::isReadOnlyConfigEnabled`` is deprecated, please use the ``config_is_read_only`` system config directly.
134136
- ``\OCP\OCM\IOCMProvider`` is deprecated, please use ``\OCP\OCM\ICapabilityAwareOCMProvider`` available since 32.0.0
137+
- ``\OCP\Mail\IMailer::validateMailAddress`` is deprecated, please use ``\OCP\Mail\IEmailValidator`` available since 32.0.0
135138

136139
Removed APIs
137140
^^^^^^^^^^^^

0 commit comments

Comments
 (0)