Maps the mail database entries to the files they were created from. Useful only for debugging or administration purposes: the files may be deleted depending on the administrator's policy.
> Columns
mail_id: integer, unique
Unique internal identifier of the message. This is a foreign key
to mail.mail_id.
filename: varchar(300)
Path of the file originally containing the raw message.
> Size
One row per message.