Skip to content

Commit 673da3b

Browse files
authored
fix: Correct IMAP ssl_mode default from tls to auto (#1529)
1 parent 3eabbfa commit 673da3b

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

  • website
    • docs/components/data-connectors
    • versioned_docs
      • version-1.10.x/components/data-connectors
      • version-1.11.x/components/data-connectors
      • version-1.5.x/components/data-connectors
      • version-1.6.x/components/data-connectors
      • version-1.7.x/components/data-connectors
      • version-1.8.x/components/data-connectors
      • version-1.9.x/components/data-connectors

website/docs/components/data-connectors/imap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The IMAP connector supports the following connection and authentication paramete
102102
| `imap_host` | Optional. The host or IP address of the IMAP server to connect to. Not required for known connections like Outlook or Gmail. |
103103
| `imap_port` | Optional. The port of the IMAP server to connect to. |
104104
| `imap_mailbox` | Optional. The mailbox to read mail from. Defaults to `INBOX`, the standard email inbox. |
105-
| `imap_ssl_mode` | Optional. The IMAP SSL mode to use. Defaults to `tls`, permitted values of `tls`, `starttls`, `disabled` or `auto`. |
105+
| `imap_ssl_mode` | Optional. The IMAP SSL mode to use. Defaults to `auto`, permitted values of `tls`, `starttls`, `disabled` or `auto`. |
106106

107107
## Examples
108108

website/versioned_docs/version-1.10.x/components/data-connectors/imap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The IMAP connector supports the following connection and authentication paramete
102102
| `imap_host` | Optional. The host or IP address of the IMAP server to connect to. Not required for known connections like Outlook or Gmail. |
103103
| `imap_port` | Optional. The port of the IMAP server to connect to. |
104104
| `imap_mailbox` | Optional. The mailbox to read mail from. Defaults to `INBOX`, the standard email inbox. |
105-
| `imap_ssl_mode` | Optional. The IMAP SSL mode to use. Defaults to `tls`, permitted values of `tls`, `starttls`, `disabled` or `auto`. |
105+
| `imap_ssl_mode` | Optional. The IMAP SSL mode to use. Defaults to `auto`, permitted values of `tls`, `starttls`, `disabled` or `auto`. |
106106

107107
## Examples
108108

website/versioned_docs/version-1.11.x/components/data-connectors/imap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The IMAP connector supports the following connection and authentication paramete
102102
| `imap_host` | Optional. The host or IP address of the IMAP server to connect to. Not required for known connections like Outlook or Gmail. |
103103
| `imap_port` | Optional. The port of the IMAP server to connect to. |
104104
| `imap_mailbox` | Optional. The mailbox to read mail from. Defaults to `INBOX`, the standard email inbox. |
105-
| `imap_ssl_mode` | Optional. The IMAP SSL mode to use. Defaults to `tls`, permitted values of `tls`, `starttls`, `disabled` or `auto`. |
105+
| `imap_ssl_mode` | Optional. The IMAP SSL mode to use. Defaults to `auto`, permitted values of `tls`, `starttls`, `disabled` or `auto`. |
106106

107107
## Examples
108108

website/versioned_docs/version-1.5.x/components/data-connectors/imap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The IMAP connector supports the following connection and authentication paramete
102102
| `imap_host` | Optional. The host or IP address of the IMAP server to connect to. Not required for known connections like Outlook or Gmail. |
103103
| `imap_port` | Optional. The port of the IMAP server to connect to. |
104104
| `imap_mailbox` | Optional. The mailbox to read mail from. Defaults to `INBOX`, the standard email inbox. |
105-
| `imap_ssl_mode` | Optional. The IMAP SSL mode to use. Defaults to `tls`, permitted values of `tls`, `starttls`, `disabled` or `auto`. |
105+
| `imap_ssl_mode` | Optional. The IMAP SSL mode to use. Defaults to `auto`, permitted values of `tls`, `starttls`, `disabled` or `auto`. |
106106

107107
## Examples
108108

website/versioned_docs/version-1.6.x/components/data-connectors/imap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The IMAP connector supports the following connection and authentication paramete
102102
| `imap_host` | Optional. The host or IP address of the IMAP server to connect to. Not required for known connections like Outlook or Gmail. |
103103
| `imap_port` | Optional. The port of the IMAP server to connect to. |
104104
| `imap_mailbox` | Optional. The mailbox to read mail from. Defaults to `INBOX`, the standard email inbox. |
105-
| `imap_ssl_mode` | Optional. The IMAP SSL mode to use. Defaults to `tls`, permitted values of `tls`, `starttls`, `disabled` or `auto`. |
105+
| `imap_ssl_mode` | Optional. The IMAP SSL mode to use. Defaults to `auto`, permitted values of `tls`, `starttls`, `disabled` or `auto`. |
106106

107107
## Examples
108108

website/versioned_docs/version-1.7.x/components/data-connectors/imap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The IMAP connector supports the following connection and authentication paramete
102102
| `imap_host` | Optional. The host or IP address of the IMAP server to connect to. Not required for known connections like Outlook or Gmail. |
103103
| `imap_port` | Optional. The port of the IMAP server to connect to. |
104104
| `imap_mailbox` | Optional. The mailbox to read mail from. Defaults to `INBOX`, the standard email inbox. |
105-
| `imap_ssl_mode` | Optional. The IMAP SSL mode to use. Defaults to `tls`, permitted values of `tls`, `starttls`, `disabled` or `auto`. |
105+
| `imap_ssl_mode` | Optional. The IMAP SSL mode to use. Defaults to `auto`, permitted values of `tls`, `starttls`, `disabled` or `auto`. |
106106

107107
## Examples
108108

website/versioned_docs/version-1.8.x/components/data-connectors/imap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The IMAP connector supports the following connection and authentication paramete
102102
| `imap_host` | Optional. The host or IP address of the IMAP server to connect to. Not required for known connections like Outlook or Gmail. |
103103
| `imap_port` | Optional. The port of the IMAP server to connect to. |
104104
| `imap_mailbox` | Optional. The mailbox to read mail from. Defaults to `INBOX`, the standard email inbox. |
105-
| `imap_ssl_mode` | Optional. The IMAP SSL mode to use. Defaults to `tls`, permitted values of `tls`, `starttls`, `disabled` or `auto`. |
105+
| `imap_ssl_mode` | Optional. The IMAP SSL mode to use. Defaults to `auto`, permitted values of `tls`, `starttls`, `disabled` or `auto`. |
106106

107107
## Examples
108108

website/versioned_docs/version-1.9.x/components/data-connectors/imap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The IMAP connector supports the following connection and authentication paramete
102102
| `imap_host` | Optional. The host or IP address of the IMAP server to connect to. Not required for known connections like Outlook or Gmail. |
103103
| `imap_port` | Optional. The port of the IMAP server to connect to. |
104104
| `imap_mailbox` | Optional. The mailbox to read mail from. Defaults to `INBOX`, the standard email inbox. |
105-
| `imap_ssl_mode` | Optional. The IMAP SSL mode to use. Defaults to `tls`, permitted values of `tls`, `starttls`, `disabled` or `auto`. |
105+
| `imap_ssl_mode` | Optional. The IMAP SSL mode to use. Defaults to `auto`, permitted values of `tls`, `starttls`, `disabled` or `auto`. |
106106

107107
## Examples
108108

0 commit comments

Comments
 (0)