Add a flag to imap settings to enable/disable oauth2 scheme

This commit is contained in:
Eike Kettner
2021-01-03 16:36:19 +01:00
parent ac6a7b28be
commit 0cfd8974d3
8 changed files with 69 additions and 10 deletions

View File

@ -3873,6 +3873,7 @@ components:
- from
- sslType
- ignoreCertificates
- useOAuth
properties:
name:
type: string
@ -3891,6 +3892,11 @@ components:
type: string
ignoreCertificates:
type: boolean
useOAuth:
type: boolean
description: |
Use the password as an OAuth2 access token with the
authentication scheme XOAUTH2.
CalEventCheckResult:
description: |
The result of checking a calendar event string.