🤬
master
ROOT /
REST-GET-message-source.md
38 lines | ISO-8859-1 | 849 bytes

Back to REST API

Retrieve message source

URI

GET /api/v1/mailbox/{name}/{id}/source

Params

  • name - name of the mailbox the message belongs to
  • id - identifier of the message to retrieve

Output

Plain text dump of the message headers and body in SMTP format.

Example

Request: curl -i -H "Accept: application/json" https://crash.fyi/api/v1/mailbox/swaks/20131015T161202-0000/source

Response:

HTTP/1.1 200 OK
Content-Type: text/plain
Content-Length: 264
Date: Tue, 15 Oct 2013 23:52:09 GMT

Date: Tue, 15 Oct 2013 16:12:02 -0700
To: [email protected]
From: [email protected]
Subject: Swaks Plain Text
X-Mailer: swaks v20130209.0 jetmore.org/john/code/swaks/

This is a test mailing.

This should be clickable: http://google.com/
Please wait...
Page is in error, reload to recover