Skip to content

Instantly share code, notes, and snippets.

@flakshack
Last active October 8, 2015 12:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flakshack/3332724 to your computer and use it in GitHub Desktop.
Save flakshack/3332724 to your computer and use it in GitHub Desktop.
Outlook 2010 Style Reply Headers for quotefixformac (https://code.google.com/p/quotefixformac/)
<div>
<div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p style='margin:0in;margin-bottom:.0001pt;'><span style='font-family: Tahoma, sans-serif; font-size:10.0pt'><b>From:</b> ${message.from}
<b>Date:</b> ${message.sent.format('EEEE, MMM dd, yyyy HH:mm a')}
<b>To:</b> ${message.recipients.to}
{% if message.recipients.cc %}
<b>Cc:</b> ${message.recipients.cc}
{% end %}
<b>Subject:</b> ${message.subject}</span></p></div></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment