1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-26 21:15:57 +00:00

Multi-recipient swaks test

- Add a multi-recipient test to run-tests.sh
- Removal accidental output of jq binary location when pretty-printing REST JSON
- Add To: change to CHANGELOG.md
- Fix comment typo
This commit is contained in:
James Hillyerd
2016-09-18 13:03:10 -07:00
parent 8f14ba8359
commit 01ea89e7e2
4 changed files with 13 additions and 5 deletions

View File

@@ -344,13 +344,11 @@ func (m *FileMessage) From() string {
return m.Ffrom
}
// From returns the value of the Message From header
// From returns the value of the Message To header
func (m *FileMessage) To() string {
return m.Fto
}
// Subject returns the value of the Message Subject header
func (m *FileMessage) Subject() string {
return m.Fsubject