Manitou-Mail Home

27.  Table: notes

Contains the private notes that can be attached to messages. "Private" in this context means that the notes are not exported to the outside by way of the mail transport system.

Structure of notes

mail_id

integer

Unique internal identifier of the message.

REFERENCES mail

note

text

Text of the note. It should never be empty, because the application code should delete the row when the text is cleared.

last_changed

timestamp with time zone

The date and time when the note was last modified.

DEFAULT now()