Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Details of emails sent and received

ColumnTypeReferencesComments
id Integer  Primary key
guid String  
vdb_id Integer  
summary String  Subject of the email
detail String  Body of the email
creator_id Integerdb_person.id Creator ID
is_parsed_ok Boolean (t or f)  If this mail was read from an email server, whether it was parsed without any problems
sender String  Sender email address
to_recipients String  To recipient email addresses
cc_recipients String  Cc recipient email addresses
bcc_recipients String  Bcc recipient email addresses
reply_to String  Reply to email address
is_html Boolean (t or f)  Whether this is HTML email
task_id Integerdb_task.id 
discussion_id Integer  
created Date  Date this mail was created
parent_id Integerdb_message.id ID of this email messsage this was a reply to
root_id Integerdb_message.id Root ID of the email thread
num_attachments Integer  Number of attachments
  • No labels