Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The following operations allow you to work with the Email Connector. Click an op
</tr>
</table>

The following OAuth2 authentication configurations can be used for IMAP and IMAPS connections. **Note**: These configurations are available from Email connector version 1.1.0 and above.
The following OAuth2 authentication configurations can be used for IMAP, IMAPS, and SMTPS connections. **Note**: These configurations are available from Email connector version 1.1.6 and above.
<table>
<tr>
<th>Parameter Name</th>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,47 @@ The connection configuration parameters are used to establish a connection with
<td>Action to take when the connection pool is exhausted.</td>
<td>No</td>
</tr>
<tr>
<th colspan="3">Oauth2 Authentication</th>
</tr>
<tr>
<td colspan="3">These configurations are available from Email connector version 2.0.3 and above.</td>
</tr>
<tr>
<td>Enable OAuth2</td>
<td>Specifies if OAuth2 authentication is required.</td>
<td>No</td>
</tr>
<tr>
<td>Grant Type</td>
<td>Type of OAuth2 grant to be used.</td>
<td>No</td>
</tr>
<tr>
<td>Client Id</td>
<td>Client ID for OAuth2 authentication.</td>
<td>No</td>
</tr>
<tr>
<td>Client Secret</td>
<td>Client Secret for OAuth2 authentication.</td>
<td>No</td>
</tr>
<tr>
<td>Refresh Token</td>
<td>Refresh Token for OAuth2 authentication.</td>
<td>No</td>
</tr>
<tr>
<td>Token URL</td>
<td>URL to obtain the OAuth2 token.</td>
<td>No</td>
</tr>
<tr>
<td>Scope</td>
<td>Scope for OAuth2 authentication.</td>
<td>No</td>
</tr>
</table>

??? note "POP3"
Expand Down