1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Source: muttdown
Section: contrib/mail
Priority: optional
Maintainer: Python Applications Packaging Team <python-apps-team@lists.alioth.debian.org>
Uploaders: gustavo panizzo <gfa@zumbi.com.ar>
Build-Depends: debhelper (>= 11), dh-python, python3-all, python3-setuptools, python3-pip, python3-pynliner, python3-markdown, python3-yaml, python3-nose, python3-pytest, python3
Standards-Version: 4.3.0
Homepage: https://github.com/Roguelazer/muttdown
Vcs-Git: https://salsa.debian.org/python-team/applications/muttdown.git
Vcs-Browser: https://salsa.debian.org/python-team/applications/muttdown
Package: muttdown
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Recommends: ${python3:Recommends}, ${misc:Recommends}
Description: Compiles annotated text mail into html using the Markdown standard
muttdown is a sendmail-replacement designed for use with the mutt email
client which will transparently compile annotated text/plain mail into
text/html using the Markdown standard.
It will recursively walk the MIME tree and compile any text/plain or
text/markdown part which begins with the sigil "!m" into Markdown,
which it will insert alongside the original in a
multipart/alternative container.
.
It's also smart enough not to break multipart/signed
|