Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 518 Bytes

File metadata and controls

26 lines (16 loc) · 518 Bytes

getMailboxMessageRaw

Fetch one message's raw RFC822 bytes from a mailbox. Same app password auth as the list.

HTTP: GET /api/mailbox/messages/{uid}/raw

Parameters

Name In Description
uid path
address query

Returns

string

Example

$res = $mk->getMailboxMessageRaw(42, 'support-billing@acme.dev');

← All methods · Docs · mailkite.dev