Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IMAP_SSL | No | Use SSL connection | true |
| SMTP_SSL | No | Use SSL/TLS (port 465) | true |
| IMAP_HOST | No | IMAP server hostname | imap.example.com |
| IMAP_PORT | No | IMAP server port | 993 |
| SMTP_HOST | No | SMTP server hostname | smtp.example.com |
| SMTP_PORT | No | SMTP server port | 465 |
| EMAIL_USER | Yes | Email username | |
| SMTP_STARTTLS | No | Use STARTTLS (port 587) | false |
| EMAIL_PASSWORD | Yes | Email password |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |