From bcc9b78009f58020e2171910ce8042ce4576c9ea Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Thu, 17 Oct 2013 15:09:34 -0700 Subject: [PATCH] Updated REST GET message (markdown) --- REST-GET-message.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REST-GET-message.md b/REST-GET-message.md index 0d1cfa3..f579c8b 100644 --- a/REST-GET-message.md +++ b/REST-GET-message.md @@ -14,8 +14,8 @@ Retrieve message body ### 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 decoded Text and HTML portions of the MIME body of the email * The parsed SMTP headers (not converted to UTF-8) +* The decoded Text and HTML portions of the MIME body of the email ### Example