Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
MailHog_darwin_386 | 2016-09-04 | 11.0 MB | |
MailHog_darwin_amd64 | 2016-09-04 | 13.4 MB | |
MailHog_freebsd_386 | 2016-09-04 | 10.9 MB | |
MailHog_freebsd_amd64 | 2016-09-04 | 13.4 MB | |
MailHog_freebsd_arm | 2016-09-04 | 10.9 MB | |
MailHog_linux_386 | 2016-09-04 | 11.0 MB | |
MailHog_linux_amd64 | 2016-09-04 | 13.4 MB | |
MailHog_linux_arm | 2016-09-04 | 10.9 MB | |
MailHog_netbsd_386 | 2016-09-04 | 10.9 MB | |
MailHog_netbsd_amd64 | 2016-09-04 | 13.4 MB | |
MailHog_netbsd_arm | 2016-09-04 | 10.9 MB | |
MailHog_openbsd_386 | 2016-09-04 | 11.0 MB | |
MailHog_openbsd_amd64 | 2016-09-04 | 13.4 MB | |
MailHog_windows_386.exe | 2016-09-04 | 11.1 MB | |
MailHog_windows_amd64.exe | 2016-09-04 | 13.5 MB | |
MailHog v0.2.1.tar.gz | 2016-09-04 | 1.2 MB | |
MailHog v0.2.1.zip | 2016-09-04 | 1.3 MB | |
README.md | 2016-09-04 | 773 Bytes | |
Totals: 18 Items | 181.5 MB | 0 |
- Update .travis.yml to Go 1.6 and tip
- Fix builds broken by out of date mgo import path
- [#82] - fix configuration documentation, thanks @riking
- [#83] - add search query parameter to Swagger JSON, thanks @kkrauth
- [#86] - vendor all dependencies
- [#89] - add missing iso88591_map.js and sjis_map.js
- [#90] - update broken link in documentation, thanks @espen
- [#91] - add assets/js/filesize-3.1.2.min.js
- [#93] - starting MailHog as a service using brew, thanks @espen
- [#95] - fix UTF-8 encoding bug in attachment names
- [#97] - fix header case sensitivity bug
- [#102] - merge multiple PRs adding WebSocket support, thanks @GREsau
- mailhog/smtp#2 - use file modification time for Created field, thanks @esiqveland