Releases: mailhog/MailHog
Releases · mailhog/MailHog
MailHog v0.1.3
MailHog v0.1.2
- Hopefully fix #22 - broken rendering of HTML email
- Partially implement #15 - authentication for SMTP release
- Load outgoing SMTP servers from file
- Save outgoing SMTP server when releasing message in UI
- Select outgoing SMTP server when release message in UI
- Make Jim (Chaos Monkey) available via APIv2
- Add Jim overview and on/off switch to web UI
MailHog v0.1.1
- Fix #23 - switch to iframe to fix CSS bug
- Update to latest AngularJS
- Update Dockerfile - thanks @humboldtux
- Fix SMTP AUTH bug (missing from EHLO)
- Fix SMTP new line parsing
MailHog v0.1.0
- New user interface
- Freeze APIv1 specification
- Add APIv2 (spec may be unstable)
- Switch to semantic versioning
Go-MailHog v0.09
Introducing Jim, the Chaos Monkey
Go-MailHog v0.08
- Extract SMTP protocol into isolated library
- Better protocol tests
- Add hooks for manipulating protocol behaviour
- Merge #14 - fix display of multipart messges, thanks @derwassi
- Merge #17 - fix API v1 docs, thanks @geerlingguy
- Fix #11 - add build documentation
- Fix #12 - support broken MAIL/RCPT syntax
- Fix #16 - add deployment documentation
- Fix #18 - better server-sent event support using goose
Go-MailHog v0.07
Bug fixes:
- #7 - support lowercase SMTP verbs
Go-MailHog v0.06
Bug fixes:
- #5 - support multiline headers with leading tab
Go-MailHog v0.05
New features:
- #4 - UI support for RFC2047 encoded headers