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
|`MCP_EMAIL_SERVER_IMAP_HOST`| IMAP server host | - | Yes |
74
+
|`MCP_EMAIL_SERVER_IMAP_PORT`| IMAP server port |`993`| No |
75
+
|`MCP_EMAIL_SERVER_IMAP_SECURITY`| IMAP connection security: `tls`, `starttls`, or `none`|`tls`| No |
76
+
|`MCP_EMAIL_SERVER_IMAP_VERIFY_SSL`| Verify IMAP SSL certificates |`true`| No |
77
+
|`MCP_EMAIL_SERVER_SMTP_HOST`| SMTP server host | - | Yes |
78
+
|`MCP_EMAIL_SERVER_SMTP_PORT`| SMTP server port |`465`| No |
79
+
|`MCP_EMAIL_SERVER_SMTP_SECURITY`| SMTP connection security: `tls`, `starttls`, or `none`|`tls`| No |
80
+
|`MCP_EMAIL_SERVER_SMTP_VERIFY_SSL`| Verify SMTP SSL certificates |`true`| No |
81
+
|`MCP_EMAIL_SERVER_ENABLE_ATTACHMENT_DOWNLOAD`| Enable attachment download |`false`| No |
82
+
|`MCP_EMAIL_SERVER_SAVE_TO_SENT`| Save sent emails to IMAP Sent folder |`true`| No |
83
+
|`MCP_EMAIL_SERVER_SENT_FOLDER_NAME`| Custom Sent folder name (auto-detect if not set) | - | No |
84
84
85
85
> **Deprecated:**`MCP_EMAIL_SERVER_IMAP_SSL`, `MCP_EMAIL_SERVER_SMTP_SSL`, and `MCP_EMAIL_SERVER_SMTP_START_SSL` still work for backward compatibility but are superseded by the `*_SECURITY` variables above.
86
86
87
87
#### Connection Security Modes
88
88
89
89
The `security` field (or `*_SECURITY` env var) controls how the connection to the mail server is encrypted, per [RFC 8314](https://tools.ietf.org/html/rfc8314):
0 commit comments