hackernews2nntp
Version:
Post Hacker News Stories & Comments to an NNTP Server
39 lines (31 loc) • 920 B
Plain Text
Path: {{ mail.path }}
From: {{{ mail.from }}}
Date: {{ mail.date }}
Subject: {{{ mail.subject }}}{{^title}}(No subject){{/title}}
Newsgroups: {{ mail.newsgroup }}
Message-ID: {{{ mail.message_id }}}
References: {{{ mail.parent_msgid }}}
Mime-Version: 1.0
Content-Type: multipart/alternative; boundary="{{ mail.boundary }}"
Content-ID: {{{ mail.content_id.global }}}
X-score: {{ score }}
X-type: {{ type }}
X-permalink: {{{ mail.permalink }}}
X-user-profile: {{{ mail.profile }}}
--{{ mail.boundary }}
Content-ID: {{{ mail.content_id.text }}}
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset=utf-8
{{{ mail.body_text }}}
Permalink: {{{ mail.permalink }}}
--{{ mail.boundary }}
Content-ID: {{{ mail.content_id.html }}}
Content-Transfer-Encoding: 8bit
Content-Type: text/html; charset=utf-8
<div>
{{{ text }}}
</div>
<p>
<a href="{{{ mail.permalink }}}">Permalink</a>
</p>
--{{ mail.boundary }}--