Skip to content

Releases: mailhog/MailHog

MailHog v0.1.3

08 Jan 22:36
Compare
Choose a tag to compare

Fix #22 - render non-multipart messages with HTML content type
Fix #25 - make web UI resource paths relative

MailHog v0.1.2

08 Jan 21:17
Compare
Choose a tag to compare
  • 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

04 Jan 12:54
Compare
Choose a tag to compare
  • 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

27 Dec 13:50
Compare
Choose a tag to compare
  • New user interface
  • Freeze APIv1 specification
  • Add APIv2 (spec may be unstable)
  • Switch to semantic versioning

Go-MailHog v0.09

24 Dec 13:40
Compare
Choose a tag to compare
Go-MailHog v0.09 Pre-release
Pre-release

Introducing Jim, the Chaos Monkey

Go-MailHog v0.08

21 Dec 09:34
Compare
Choose a tag to compare
Go-MailHog v0.08 Pre-release
Pre-release
  • 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

18 Nov 08:10
Compare
Choose a tag to compare
Go-MailHog v0.07 Pre-release
Pre-release

Bug fixes:

  • #7 - support lowercase SMTP verbs

Go-MailHog v0.06

13 Nov 18:23
Compare
Choose a tag to compare
Go-MailHog v0.06 Pre-release
Pre-release

Bug fixes:

  • #5 - support multiline headers with leading tab

Go-MailHog v0.05

01 Nov 22:51
Compare
Choose a tag to compare
Go-MailHog v0.05 Pre-release
Pre-release

New features:

  • #4 - UI support for RFC2047 encoded headers

Go-MailHog v0.04

29 Oct 18:53
Compare
Choose a tag to compare
Go-MailHog v0.04 Pre-release
Pre-release

New features

  • Configure from environment
  • Include example Dockerfile

Bug fixes

  • Fix #1 - mismatched import path and repository name
  • Fix #2 - possible panic with some MIME content
  • Fix #3 - incorrect handling of RSET