UNPKG

hackernews2nntp

Version:

Post Hacker News Stories & Comments to an NNTP Server

39 lines (31 loc) 972 B
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 {{{ url }}}{{{ mail.body_text }}} Discussion: {{{ mail.permalink }}} --{{ mail.boundary }} Content-ID: {{{ mail.content_id.html }}} Content-Transfer-Encoding: 8bit Content-Type: text/html; charset=utf-8 <div> <a href="{{{ url }}}">{{{ url }}}</a>{{{ text }}} </div> <p> <a href="{{{ mail.permalink }}}">Discussion</a> </p> --{{ mail.boundary }}--