Commit graph

240 commits

Author SHA1 Message Date
Ian Kent
cf42e49baf Update makefile and releases 2014-12-21 09:27:03 +00:00
Ian Kent
d7093a57a7 Fix #18 2014-12-21 09:18:19 +00:00
Ian Kent
309b4cde67 Fix typo 2014-12-21 08:02:28 +00:00
Ian Kent
6579b68bdb Add release documentation 2014-12-21 07:57:22 +00:00
Ian Kent
a8d1d0e42d Fix #11 - add build documentation 2014-12-21 07:55:53 +00:00
Ian Kent
9c2a484d6b Fix #12 - support invalid MAIL/RCPT syntax 2014-12-20 20:05:01 +00:00
Ian Kent
ba6490cc86 Merge branch 'master' of github.com:ian-kent/Go-MailHog 2014-12-17 19:54:48 +00:00
Ian Kent
fb29858e46 Fix #16 (on the right branch this time!) 2014-12-17 19:54:29 +00:00
Ian Kent
254603deb9 Merge pull request #17 from geerlingguy/fix-api-docs
Update docs to refer to correct /api/v1 URL.
2014-12-17 19:11:05 +00:00
Jeff Geerling
a418b35649 Update docs to refer to correct /api/v1 URL. 2014-12-17 12:15:59 -06:00
Ian Kent
36a5728c5d Merge pull request #14 from derwassi/master
display of multipart messages
2014-12-12 14:47:01 +00:00
mathias.wasserthal
72ec3f7142 correct display of text/plain and text/html multipart messages with quoted-printable transfer type 2014-12-12 15:22:56 +01:00
Ian Kent
537f51a6f6 Move some packages 2014-12-07 18:57:05 +00:00
Ian Kent
216eb8148d Add build status badge 2014-12-02 22:28:08 +00:00
Ian Kent
15876510c2 Try again 2014-12-02 22:14:59 +00:00
Ian Kent
8c6b4b1b21 Hopefully fix drone.io tests 2014-12-02 22:12:23 +00:00
Ian Kent
2fca79a015 Update .travis.yml and README (doesn't compile on Go 1.1) 2014-12-02 22:09:35 +00:00
Ian Kent
c4fa1a2ea5 Hopefully fix travis issue 2014-12-02 21:48:36 +00:00
Ian Kent
99b3d68b9a Fix makefile dependency 2014-12-02 20:03:25 +00:00
Ian Kent
539d40d598 Update releases and readme 2014-12-02 19:53:02 +00:00
Ian Kent
46b68ccb6b Add .travis.yml 2014-12-02 19:46:57 +00:00
Ian Kent
cdb5236bf7 Add godoc reference 2014-11-23 16:15:48 +00:00
Ian Kent
66ca91749f Fix #9
- TODO support non-UTF-8 encodings
2014-11-23 16:10:47 +00:00
Ian Kent
bb46bac58f Fix Dockerfile 2014-11-23 15:56:18 +00:00
Ian Kent
5bfba232e6 Fix routes 2014-11-23 15:53:17 +00:00
Ian Kent
7504df6a6e Remove old tests, fix import 2014-11-23 15:50:49 +00:00
Ian Kent
89e7347a4e UI fixes 2014-11-23 15:47:58 +00:00
Ian Kent
8321b0e40a Move stuff around 2014-11-23 15:10:55 +00:00
Ian Kent
116c210c25 Remove old config package 2014-11-23 15:05:51 +00:00
Ian Kent
8da67a78f4 Refactor web/api/smtp servers 2014-11-23 15:05:11 +00:00
Ian Kent
1397525c0d Fix build 2014-11-23 14:08:53 +00:00
Ian Kent
0862749fa9 Move assets and main func 2014-11-23 14:04:38 +00:00
Ian Kent
558e8186b7 Move config/message/http/storage packages 2014-11-23 14:01:36 +00:00
Ian Kent
87a60771a6 Move smtp package 2014-11-23 13:50:57 +00:00
Ian Kent
e2226baeca Add AUTH LOGIN tests 2014-11-23 13:47:32 +00:00
Ian Kent
8d1a721bac Add AUTH PLAIN tests 2014-11-23 13:27:35 +00:00
Ian Kent
ac570178bc Add AUTH EXTERNAL tests 2014-11-23 12:58:57 +00:00
Ian Kent
cb5e79debb Add session tests 2014-11-23 12:43:33 +00:00
Ian Kent
fe4748f583 Use io.ReadWriteCloser in place of net.TCPConn for SMTP session 2014-11-23 04:21:53 +00:00
Ian Kent
c6ae2e15dc Remove old session tests and add basic validation handler tests 2014-11-23 04:14:25 +00:00
Ian Kent
f5a70dd078 Add reply struct tests 2014-11-23 04:07:09 +00:00
Ian Kent
86a0d413ad Avoid testing log output 2014-11-23 03:51:24 +00:00
Ian Kent
33d706d401 Add more protocol tests 2014-11-23 03:48:35 +00:00
Ian Kent
09098402f8 Add more protocol tests 2014-11-23 01:31:59 +00:00
Ian Kent
5d305bfb5a Add some protocol tests 2014-11-23 01:17:22 +00:00
Ian Kent
559c2a5146 Make ident configurable 2014-11-23 00:42:15 +00:00
Ian Kent
1a5fd826ec Add LOGIN/PLAIN/CRAM-MD5 authentication hooks 2014-11-23 00:36:32 +00:00
Ian Kent
fc25fce4d2 Fix storage interface and fix dependency mess 2014-11-23 00:23:39 +00:00
Ian Kent
2b58b571cb Add hook for EXTERNAL authentication mechanism 2014-11-22 19:26:11 +00:00
Ian Kent
256849f2c6 Add sender/recipient validate hooks 2014-11-22 19:20:47 +00:00