π¨Message
The GraphQL type definition for a Message returned by the API.
type Message {
id: String
ip: String
helo: String
date: String
mailfrom: String
rcptto: [String]
headerfrom: String
subject: String
data: String
html: String
}Field
Description
Last updated