You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `imap_username` | Optional. The username to use for the IMAP connection. Defaults to the value of the `from:` mailbox field. |
99
-
| `imap_access_token` | Optional. The OAuth access token to use for the IMAP connection, to connect to OAuth-enabled IMAP servers (like Outlook, or Gmail). |
100
99
| `imap_password` | Optional. The password to use for the IMAP connection, in plaintext authentication mode. |
101
100
| `imap_host` | Optional. The host or IP address of the IMAP server to connect to. Not required for known connections like Outlook or Gmail. |
102
101
| `imap_port` | Optional. The port of the IMAP server to connect to. |
@@ -116,16 +115,6 @@ datasets:
116
115
imap_password: ${ secrets:IMAP_PASSWORD }
117
116
```
118
117
119
-
### Using OAuth authentication
120
-
121
-
```yaml
122
-
datasets:
123
-
- from: imap:jsmith@outlook.com
124
-
name: emails
125
-
params:
126
-
imap_access_token: ${ secrets:IMAP_ACCESS_TOKEN }
127
-
```
128
-
129
118
## Secrets
130
119
131
120
Spice integrates with multiple secret stores to help manage sensitive data securely. For detailed information on supported secret stores, refer to the [secret stores documentation](/docs/components/secret-stores). Additionally, learn how to use referenced secrets in component parameters by visiting the [using referenced secrets guide](/docs/components/secret-stores#using-secrets).
0 commit comments