We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexdiazdecerio/fastmail-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
---
name: Bug Report
about: Create a report to help us improve
title: '[BUG] '
labels: 'bug'
assignees: ''
---
## π Bug Description
A clear and concise description of what the bug is.
## π Expected Behavior
A clear and concise description of what you expected to happen.
## π Actual Behavior
A clear and concise description of what actually happened.
## π¨ Issue Type
- [ ] Email Threading/Reply Issues (inReplyTo parameter)
- [ ] Authentication Problems
- [ ] Connection/Network Issues
- [ ] Configuration Issues
- [ ] Performance Issues
- [ ] Other
## π Steps to Reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
## πΌοΈ Screenshots/Logs
If applicable, add screenshots or log outputs to help explain your problem.
```
Paste relevant logs here
```
## ποΈ Environment
- **Fastmail MCP Server Version**: [e.g., 1.1.0]
- **Node.js Version**: [e.g., 18.17.0]
- **Operating System**: [e.g., macOS 13.4, Ubuntu 22.04, Windows 11]
- **Installation Method**: [NPM Global/Local/Manual/Docker]
- **Claude Desktop Version**: [if applicable]
## βοΈ Configuration
```json
// Sanitized configuration (remove sensitive data)
{
"mcpServers": {
"fastmail": {
"command": "...",
"env": {
"FASTMAIL_EMAIL": "user@domain.com"
// DON'T include FASTMAIL_API_TOKEN
}
}
}
}
```
## π Additional Context
Add any other context about the problem here.
### For Email Threading Issues:
- [ ] Are you using `inReplyTo` parameter?
- [ ] Did `send_email` return `success: true`?
- [ ] Does the email appear in your Sent folder?
- [ ] Can you retrieve the email using the returned ID?
- [ ] Did the recipient receive the email?
## π§ Attempted Solutions
List any solutions you've already tried:
- [ ] Checked troubleshooting guide
- [ ] Verified configuration
- [ ] Restarted application
- [ ] Updated to latest version
- [ ] Other: ___________
## π Impact Assessment
- **Severity**: [Low/Medium/High/Critical]
- **Frequency**: [Always/Often/Sometimes/Rarely]
- **Workaround Available**: [Yes/No - describe if yes]