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

Updated REST GET mailbox (markdown)

James Hillyerd
2013-10-15 16:48:09 -07:00
parent c9b09af0bf
commit 059f423061

@@ -2,8 +2,6 @@
`GET /mailbox/{name}`
Example: `curl -i -H "Accept: application/json" http://localhost:9000/mailbox/swaks`
### Params
* name: Name of the mailbox to list the contents of
@@ -20,7 +18,7 @@ A JSON array of message header maps, containing the following fields:
### Example
Request: `GET /mailbox/swaks`
Request: `curl -i -H "Accept: application/json" http://localhost:9000/mailbox/swaks`
Response: