Skip to content

Commit b0bee4b

Browse files
ClaudeClaude
authored andcommitted
fix: Correct IMAP ssl_mode default from tls to auto
The documentation incorrectly states the IMAP connector's `imap_ssl_mode` parameter defaults to `tls`. The actual default in the code is `auto` (ParameterSpec in connector-imap/src/lib.rs). Fixed across all versioned docs (1.5.x through 1.11.x) and vNext.
1 parent 15ea2f1 commit b0bee4b

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)