1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

Update readme

This commit is contained in:
James Hillyerd
2012-10-17 21:58:13 -07:00
parent 24dcd62951
commit ddaeb9ee01

View File

@@ -14,20 +14,20 @@ disk - no external SMTP or database daemons required.
Development Status Development Status
------------------ ------------------
Inbucket is currently in the early stages of development. Inbucket is currently alpha quality: it works but is not well tested.
It can: It can:
* Receive SMTP and ESMTP messages and store them to disk * Receive SMTP and ESMTP messages and store them to disk
* List subject, sender and date of messages for a particular mailbox * List subject, sender and date of messages for a particular mailbox
* Display the content of a particular message (text only) * Parse MIME multipart emails
* Display the source of a particular message (headers + body text) * Display the content of a particular message
* Display the source of a message (headers + body text)
* Display the HTML version of a message (in a new window)
* Delete a message * Delete a message
It does not yet: It does not yet:
* Parse MIME multipart emails
* Display HTML email
* Display or download attachments * Display or download attachments
Installation Installation