A mail from mailbox
Kind: global class
Properties
| Name | Type | Description |
|---|---|---|
| uid | number | Mail's unique id |
| seq | number | Mail's sequence number |
| subject | string | Mail's subject |
| from | AddressObject | undefined | Mail's from informations |
| content | string | Mail's content |
| mailboxPath | string | Mail's mailbox name |
| parsedMail | ParsedMail | mailparser parsed mail |
mail.delete()
Delete this mail
Kind: instance method of Mail
mail.see()
Mark see this mail
Kind: instance method of Mail
mail.unsee()
Mark unsee this mail
Kind: instance method of Mail