Loading
If you would like to get an api key feel free to contact us, (its free) :)
url : https://mail-inbox.me/actions.php?action=getDomains&apikey=[yourkey]
["mail-inbox.me"]
url : https://mail-inbox.me/user.php?user=[emailID]&apikey=[yourkey]
username@domain.example
url : https://mail-inbox.me/mail.php?email=[emailID]&apikey=[yourkey]
Note:
Above API call will provide a JSON response with all details of all emails in the inbox of particular email ID. It will provide file name and link to download for Attachments. It will also provide links Delete and Download emails. Make sure you append your API key (like &apikey=[yourkey] ) to the end of Delete and Download URLs.
{
"0":{
"textPlain":"Api response test\r\n",
"textHtml":"API TEST MESSAGE",
"id":573,
"date":"2019-07-30 08:21:00",
"headersRaw":"Return-Path:....,
"to":[
{
"personal":"test@mail-inbox.me",
"mailbox":"test",
"host":"mail-inbox.me"
}
],
"fromaddress":"sender name <sender@host.com>",
"from":[
{
"personal":"sender name",
"mailbox":"sender name",
"host":"gmail.com"
}
],
"reply_toaddress":"sender name <sender@host.com>",
"reply_to":[
{
"personal":"sender name",
"mailbox":"sender name",
"host":"gmail.com"
}
],
"senderaddress":"sender name <sender@host.com>",
"sender":[
{
"personal":"sender name",
"mailbox":"sender name",
"host":"gmail.com"
}
]
},
"subject":"test",
"fromName":"sender name",
"fromAddress":"sender@host.com",
"to":{
"test@mail-inbox.me":"test@mail-inbox.me"
},
"toString":"test@mail-inbox.me <test@mail-inbox.me>",
"cc":[
],
"bcc":[
],
"replyTo":{
"sender@host.com":"sender name"
},
"messageId":"<VI1PR01MB43514A24C60F0EAA4C069507FDDC0@VI1PR01MB4351.eurprd01.prod.exchangelabs.com>",
"tmail_attachments":[
],
"tmail_delete_url":"https://mail-inbox.me/actions.php?action=delete&id=573&email=test@mail-inbox.me",
"tmail_download_url":"https://mail-inbox.me/actions.php?action=download&id=573&email=test@mail-inbox.me"
}
}