From b073987da0c9cf03ec49902f67d69503e0c77993 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Tue, 1 Oct 2013 14:56:51 -0700 Subject: [PATCH] Update README w/ POP3 and github.io --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f4fa2f..5ca8951 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,11 @@ no password is required to browse the content of the mailboxes. Inbucket has a built-in SMTP server and stores incoming mail as flat files on disk - no external SMTP or database daemons required. -Read more at the [Inbucket website](http://jhillyerd.github.com/inbucket/). +There is also an embedded POP3 server, which allows message rendering to be +checked in multiple email programs or to verify message delivery as part of +an integration test suite. + +Read more at the [Inbucket website](http://jhillyerd.github.io/inbucket/). Development Status ------------------ @@ -25,7 +29,7 @@ for more details. Installation from Source ------------------------ -You will need a functioning [Go installation][1] for this to work. +You will need a functioning [Go installation][1] for this to work. Grab the Inbucket source code and compile the daemon: