Skip to content

Instantly share code, notes, and snippets.

@Riduidel
Created July 12, 2019 16:40
Show Gist options
  • Select an option

  • Save Riduidel/f516b0959abffd4d7e7304b94a645da2 to your computer and use it in GitHub Desktop.

Select an option

Save Riduidel/f516b0959abffd4d7e7304b94a645da2 to your computer and use it in GitHub Desktop.
rrss2imap.email.enveloppe.jinja2
MIME-Version: 1.0
User-Agent: rss2email
Content-Transfer-Encoding: base64
To: {{to}}
Subject: {{title}}
Date: {{date}}
Content-Type: text/html; charset="{{charset}}"
{% for l in links %}X-RSS-Feed: {{l}}{%- endfor %}
{% for a in from %}From: {{a}}{%- endfor %}
{{message_body}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment