1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-01-08 04:01:55 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
James Hillyerd
425a1349c6 Release 1.0-rc2 2013-11-07 11:00:54 -08:00
James Hillyerd
ea7274e5dd Fix bad Fatalf's, release 1.0-rc1 2013-10-17 16:06:17 -07:00
James Hillyerd
b7e1dbb418 goxc changes
Reorganize stuff in bin dir to other places, or delete it
Only build amd64 binaries to reduce bintray space usage
2013-10-13 20:32:59 -07:00
James Hillyerd
52771e19b6 Finishing up index.gob work
- Wrote more unit tests to make sure filestore behaves as expected
 - Renamed NewFileDataStore to DefaultFileDataStore, implemented a new
   NewFileDataStore for unit tests.
 - filestore now removes entire mailbox dir when last message is deleted
2013-10-13 11:46:20 -07:00
James Hillyerd
27015b3c58 Update github link in integral templates 2013-10-10 15:26:33 -07: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
d9b728ef46 Added goxc config for cross compile builds
https://github.com/laher/goxc
2013-09-17 11:00:37 -07:00