{{messageData.subject}}

Below are displayed timeline events related to the selected message. This includes receive info, forwarding and autoreplies

{{#each events}}
{{#if actionDescription}} {{#if action}}
Action
{{actionDescription}}
{{/if}} {{else}} {{#if action}}
Action
{{action}}
{{/if}} {{/if}}
ID
{{id}}{{#if seq}}.{{seq}}{{/if}}
Time
{{time}}
{{#if messageId}}
Message-ID
{{messageId}}
{{/if}} {{#if from}}
From
{{from}}
{{/if}} {{#if to}}
To
{{to}}
{{/if}} {{#if targetList}}
{{#if toTitle}}{{toTitle}}{{else}}Forwarding{{/if}}
{{#each targetList}}
{{../id}}.{{seq}}: {{text}} {{value}}
{{/each}}
{{/if}} {{#if origin}}
Sending host
{{origin}}
{{/if}} {{#if src}}
Local address
{{src}}
{{/if}} {{#if mx}}
Destination
{{mx}} {{#if dst}} [{{dst}}] {{/if}}
{{/if}} {{#if response}}
Server response
{{response}}
{{/if}} {{#if error}}
Error message
{{error}}
{{/if}}
{{/each}}