server.nntp_article

A function that returns an nntp_article that contains a tuple of attachments that are json files.

Attributes

here

Functions

nntp_article(→ email.message.EmailMessage)

Returns a tuple of paths to two JSON files.

Module Contents

server.nntp_article.nntp_article(title: str, attachments: collections.abc.Iterable[str | pathlib.Path]) email.message.EmailMessage

Returns a tuple of paths to two JSON files.

server.nntp_article.here