Last active
October 8, 2015 12:37
-
-
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/)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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