Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IMAP_PORT | No | IMAP server port for receiving emails | |
| POP3_PORT | No | POP3 server port for receiving emails | |
| SMTP_PORT | Yes | SMTP server port for sending emails | |
| IMAP_SERVER | No | IMAP server address for receiving emails | |
| POP3_SERVER | No | POP3 server address for receiving emails (alternative to IMAP) | |
| SMTP_SERVER | Yes | SMTP server address for sending emails | |
| IMAP_USE_SSL | No | Whether to use SSL for IMAP connection | |
| POP3_USE_SSL | No | Whether to use SSL for POP3 connection | |
| SMTP_USE_TLS | No | Whether to use TLS for SMTP connection | |
| IMAP_PASSWORD | No | IMAP password for authentication (use App Password for Gmail) | |
| IMAP_USERNAME | No | IMAP username for authentication | |
| POP3_PASSWORD | No | POP3 password for authentication (use App Password for Gmail) | |
| POP3_USERNAME | No | POP3 username for authentication | |
| SMTP_PASSWORD | Yes | SMTP password for authentication (use App Password for Gmail) | |
| SMTP_USERNAME | Yes | SMTP username for authentication | |
| DEFAULT_FROM_NAME | No | Default name to use as sender | |
| DEFAULT_FROM_EMAIL | Yes | Default email address to use as sender | |
| MAX_ATTACHMENT_SIZE_MB | No | Maximum attachment size in megabytes |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |