mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
go.enmime API now uses HTML instead of Html
This commit is contained in:
@@ -115,7 +115,7 @@ func MailboxShowV1(w http.ResponseWriter, req *http.Request, ctx *httpd.Context)
|
||||
Header: header.Header,
|
||||
Body: &JSONMessageBodyV1{
|
||||
Text: mime.Text,
|
||||
HTML: mime.Html,
|
||||
HTML: mime.HTML,
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user