mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 22:34:04 +00:00
Update releases and readme
This commit is contained in:
parent
46b68ccb6b
commit
539d40d598
2 changed files with 9 additions and 2 deletions
|
@ -58,8 +58,7 @@ You can configure Go-MailHog using command line options or environment variables
|
|||
|
||||
Clone this repository to ```$GOPATH/src/github.com/ian-kent/Go-MailHog``` and type ```make deps```.
|
||||
|
||||
Run tests using ```make test```. You'll need a copy of MailHog running for tests to pass.
|
||||
(Tests currently fail using in-memory storage, use MongoDB!)
|
||||
Run tests using ```make test``` or ```goconvey```.
|
||||
|
||||
If you make any changes, run ```go fmt ./...``` before submitting a pull request.
|
||||
|
||||
|
|
|
@ -1,6 +1,14 @@
|
|||
Go-MailHog Releases
|
||||
===================
|
||||
|
||||
### [v0.07](https://github.com/ian-kent/Go-MailHog/releases/tag/0.07)
|
||||
|
||||
- Fix #6 - Make SMTP verbs case-insensitive
|
||||
|
||||
### [v0.06](https://github.com/ian-kent/Go-MailHog/releases/tag/0.06)
|
||||
|
||||
- Fix #5 - Support leading tab in multiline headers
|
||||
|
||||
### [v0.05](https://github.com/ian-kent/Go-MailHog/releases/tag/0.05)
|
||||
|
||||
- Add #4 - UI support for RFC2047 encoded headers
|
||||
|
|
Loading…
Reference in a new issue