1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-09 04:31:55 +00:00
Files
go-inbucket/.goxc.json
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

13 lines
233 B
JSON

{
"TasksExclude": [
"pkg-build"
],
"Os": "darwin freebsd linux windows",
"Resources": {
"Include": "README*,LICENSE*,bin,etc,themes"
},
"PackageVersion": "20131001",
"PrereleaseInfo": "snapshot",
"FormatVersion": "0.8"
}