From: | <%= h strip_email_headers(message['_source']['from']).first %> | ||
---|---|---|---|
To: | <%= h strip_email_headers(message['_source']['to']).join ', ' %> | ||
Cc: | <%= h strip_email_headers(message['_source']['cc']).join ', ' %> | ||
Subject: | <%= h message['_source']['subject'] %> | ||
Date: | <%= date_format message['_source']['date'] %> | ||
Message-Id: | <%= h message['_source']['raw_message_id'] %> | ||
In Reply to: | <%= parent['_source']['subject'] %> by <%= parent['_source']['from'] %> |
File name | MIME type |
---|---|
<%= h attachment['filename'] %> | <%= h attachment['mime'] %> |
Subject | Author |
---|---|
<%= h child['_source']['subject'] %> | <%= h strip_email_headers(child['_source']['from']).first %> |