Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level (debug, info, warn, error). | info |
| LOG_FORMAT | No | Log format (json or text). | json |
| EMAIL_DEBUG | No | Enable debug logging to stderr. | false |
| EMAIL_ACCOUNTS | No | JSON array of account configurations (inline). | |
| EMAIL_CONFIG_FILE | No | Path to a JSON config file containing email account definitions. | |
| MAX_DOWNLOAD_SIZE_MB | No | Max size allowed for attachment downloads in MB. | 25 |
| EMAIL_DEFAULT_ACCOUNT | No | Default account ID to use when none is specified in tool calls. | |
| EMAIL_IMAP_RATE_LIMIT | No | IMAP requests allowed per minute per account. | 60 |
| EMAIL_IMAP_TIMEOUT_MS | No | IMAP operation timeout in milliseconds. | 30000 |
| EMAIL_SMTP_RATE_LIMIT | No | SMTP sends allowed per hour per account. | 100 |
| EMAIL_SMTP_TIMEOUT_MS | No | SMTP operation timeout in milliseconds. | 30000 |
| MAX_ATTACHMENT_SIZE_MB | No | Max size allowed for a single attachment in MB. | 18 |
| EMAIL_POOL_CLOSE_TIMEOUT_MS | No | Pool close timeout in milliseconds. | 5000 |
| MAX_TOTAL_ATTACHMENT_SIZE_MB | No | Max total size for all attachments in a message in MB. | 18 |
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 | |