mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-17 17:47:03 +00:00
Abbreviate README
This commit is contained in:
32
README.md
32
README.md
@@ -12,40 +12,19 @@ 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.
|
||||
|
||||
Features
|
||||
--------
|
||||
* Receive and store E/SMTP messages
|
||||
* List messages in a mailbox
|
||||
* Displays:
|
||||
- Text content of a particular message
|
||||
- Source of a message (headers + body text)
|
||||
- HTML version of a message (in a new window)
|
||||
* List MIME attachments with buttons to display or download
|
||||
* Delete a message
|
||||
* Purge messages after a configurable amount of time
|
||||
* Optional load test mode; messages are never written to disk
|
||||
|
||||
It does not yet:
|
||||
|
||||
* Display inline attachments within HTML email
|
||||
|
||||
Screenshots
|
||||
-----------
|
||||

|
||||
*Viewing an email in Inbucket.*
|
||||
|
||||

|
||||
*Watching metrics while Inbucket recieves and stores over 4,000 messages per minute.*
|
||||
Read more at the [Inbucket website](http://jhillyerd.github.com/inbucket/).
|
||||
|
||||
Development Status
|
||||
------------------
|
||||
|
||||
Inbucket is currently beta quality: it works but is not well tested.
|
||||
|
||||
Please check the [issues list](https://github.com/jhillyerd/inbucket/issues?state=open)
|
||||
for more details.
|
||||
|
||||
Installation
|
||||
------------
|
||||
Installation from Source
|
||||
------------------------
|
||||
|
||||
You will need a functioning [Go installation][1] for this to work.
|
||||
|
||||
Grab the Inbucket source code and compile the daemon:
|
||||
@@ -64,6 +43,7 @@ There are RedHat EL6 init, logrotate and httpd proxy configs provided.
|
||||
|
||||
About
|
||||
-----
|
||||
|
||||
Inbucket is written in [Google Go][1].
|
||||
|
||||
Inbucket is open source software released under the MIT License. The latest
|
||||
|
||||
Reference in New Issue
Block a user