Contains the body of each message. The content is decoded. Messages that have no body have no entry in this table.
> Columns
mail_id: integer, unique
Unique internal identifier of the message. This is a foreign key
to mail.mail_id.
bodytext: text
The content of the body.
textsize: integer
The size of the body in bytes. Should be equal to length(bodytext).
> Size
One row per message in the database, except those that have an empty body.