Skip to main content

Return mail from mailbox.

Return mail from mailbox.

Path Parameters
  • mailId string required

    Possible values: Value must match regular expression \d+

Responses

Success.


Schema
  • id Internal unique ID of this email. This is only used in the foodsharing mailbox system.
  • mailboxId ID of the mailbox in which this email is.
  • mailboxFolder Folder in the mailbox in which this email is, see {@link MailboxFolder}.
  • from object
    oneOf

  • mailbox string
  • hostname string
  • name string
  • address string
  • time date-time
  • subject Subject of the email. Can be empty but not null.
  • body Body of this email.
  • bodyHtml Body of this email in which HTML tags have not been stripped.
  • isRead Whether this email has been read.
  • isAnswered Whether this email has been answered.
Loading...