Releases: mitigate-dev/mail_mcp
Releases · mitigate-dev/mail_mcp
v1.0.0
Changes since v0.1.0
- Add MIT LICENSE and gemspec homepage/source URIs
- Use neutral naming/urls
- Use implicit TLS for SMTP and default to port 465
- Set sane connection timeouts for SMTP and IMAP
- Add
MailMCP.loggerand log IMAP/SMTP operations - Render IMAP and SMTP login errors on separate lines
- Preserve login form fields on validation error
- Improve
send_mail_messagehandling - Add optional full name to login and use it as From display name
- Add email field to login and extract
LoginForm - Add form screenshot to README