From c5a4656ea14cc36ca046e674623e72b74ae208f0 Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Wed, 16 Oct 2013 17:07:23 -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 35e8d47..9448abf 100644 --- a/REST-GET-message.md +++ b/REST-GET-message.md @@ -13,7 +13,7 @@ Retrieve message body ### Output -The Inbucket version of the message headers, plus the Text and HTML portions of the MIME body of the email. +The Inbucket version of the message headers (same as returned by [GET /mailbox/{name}](https://github.com/jhillyerd/inbucket/wiki/REST-GET-mailbox)), plus the Text and HTML portions of the MIME body of the email. ### Example