This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 76f193e4c5e [doc] Mail-microsoft-oauth: make component requirements
easier to understand (#18758)
76f193e4c5e is described below
commit 76f193e4c5e3d7e31eb780ee726f4adbdc7fac84
Author: JiriOndrusek <[email protected]>
AuthorDate: Tue Jul 29 14:54:33 2025 +0200
[doc] Mail-microsoft-oauth: make component requirements easier to
understand (#18758)
---
.../src/main/docs/mail-microsoft-oauth.adoc | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git
a/components/camel-mail-microsoft-oauth/src/main/docs/mail-microsoft-oauth.adoc
b/components/camel-mail-microsoft-oauth/src/main/docs/mail-microsoft-oauth.adoc
index 975bf85a223..8b55ccd3e1d 100644
---
a/components/camel-mail-microsoft-oauth/src/main/docs/mail-microsoft-oauth.adoc
+++
b/components/camel-mail-microsoft-oauth/src/main/docs/mail-microsoft-oauth.adoc
@@ -28,7 +28,11 @@ for this component:
</dependency>
----
-Importing `camel-mail-microsoft-oauth` it will automatically import the
camel-mail component.
+The Mail Microsoft OAuth2 provides an authenticator usable by
xref:components::mail-component.adoc[Mail] component.
+Importing `camel-mail-microsoft-oauth` it will automatically import the
`camel-mail` component.
+
+Parameters `authenticator` and `mail.imaps.auth.mechanisms` (with value
`XOAUTH2`) are mandatory.
+See the example below for more information.
== Usage