mailinator
Provides methods for working with Mailinator service - www.mailinator.com
Last updated
Provides methods for working with Mailinator service - www.mailinator.com
Last updated
Deletes sepcific email.
** Example of the returned object:**
Parameters:
Name | Type | Description |
---|---|---|
Returns:
Object
- Status.
Fetches specific email.
** Example of the returned object:**
Parameters:
Returns:
Object
- Email details. E.g.
Extracts first available email body.
Parameters:
Returns:
String
- Email body.
Extracts email's subject.
Parameters:
Returns:
String
- Email subject.
Initializes mailinator module.
Parameters:
Fetches inbox messages or all saved messages.
** Example of the returned object:**
Parameters:
Returns:
Object
- List containing message details.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
id
String
Message ID.
id
String
Message ID.
emailObj
Object
Email object returned by mailiniator.fetch
emailObj
Object
Email object returned by mailiniator.fetch
token
String
API token.
privateDomain
String
optional
Specifies whether to use a private domain.
inbox
String
optional
Inbox name. If ommited saved messages will be fetched instead.