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

Updated REST GET message (markdown)

James Hillyerd
2013-10-17 15:09:34 -07:00
parent 9bd86beda4
commit bcc9b78009

@@ -14,8 +14,8 @@ Retrieve message body
### Output ### Output
* The Inbucket version of the message headers (same as returned by [GET /mailbox/{name}](https://github.com/jhillyerd/inbucket/wiki/REST-GET-mailbox)) * The Inbucket version of the message headers (same as returned by [GET /mailbox/{name}](https://github.com/jhillyerd/inbucket/wiki/REST-GET-mailbox))
* The decoded Text and HTML portions of the MIME body of the email
* The parsed SMTP headers (not converted to UTF-8) * The parsed SMTP headers (not converted to UTF-8)
* The decoded Text and HTML portions of the MIME body of the email
### Example ### Example