From df5fb3eee842838a7e36749aa4d5f861ff14886a Mon Sep 17 00:00:00 2001 From: James Hillyerd Date: Tue, 15 Oct 2013 16:48:57 -0700 Subject: [PATCH] Updated REST GET mailbox (markdown) --- REST-GET--mailbox.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/REST-GET--mailbox.md b/REST-GET--mailbox.md index 5723401..d6bccca 100644 --- a/REST-GET--mailbox.md +++ b/REST-GET--mailbox.md @@ -4,17 +4,17 @@ ### Params -* name: Name of the mailbox to list the contents of +* `name` - Name of the mailbox to list the contents of ### Output A JSON array of message header maps, containing the following fields: -* Mailbox - name of the mailbox the message belongs to -* Id - message identifier, will be unique for this mailbox, but not across mailboxes -* From - message sender -* Subject - message subject line -* Date - date message was received (not the date specified by SMTP headers) in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format. -* Size - size of headers + message in bytes +* `Mailbox` - name of the mailbox the message belongs to +* `Id` - message identifier, will be unique for this mailbox, but not across mailboxes +* `From` - message sender +* `Subject` - message subject line +* `Date` - date message was received (not the date specified by SMTP headers) in [ISO 8601](http://en.wikipedia.org/wiki/ISO_8601) format. +* `Size` - size of headers + message in bytes ### Example