1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00
Commit Graph

5 Commits

Author SHA1 Message Date
James Hillyerd
ad85a1db93 Set content-type properly on MailboxHtml handler
- Changes to upstream go.enmime help with #20
- Setting content-type is required so that browsers correclty render
  docs that don't include an <html> element.
2013-11-15 12:03:27 -08:00
James Hillyerd
c9392c7eb1 Wired character-set decoding into From and Subject
- Removed extra message object from ReadBody() return type
 - We now use enmime's GetHeader() when building the GOB, this will get
   us alternate character set decoding for the From and Subject headers.
 - Added a swaks test with a utf-8 subject line
2013-10-01 14:01:08 -07:00
James Hillyerd
e2cc4fc8a1 Allow cmdline opts on swaks run-tests script 2012-11-07 13:55:35 -08:00
James Hillyerd
e45a420dae Add body to attach test 2012-11-05 22:17:18 -08:00
James Hillyerd
12b8a079ac Add a script to generate a few test emails 2012-11-04 21:09:18 -08:00