2 Maintainer: gregor herrmann <gregoa@debian.org>
3 Uploaders: tony mancill <tmancill@debian.org>
6 Build-Depends: debhelper-compat (= 12),
8 Standards-Version: 4.5.0
9 Vcs-Browser: https://git.toastfreeware.priv.at/debian/mailtextbody.git
10 Vcs-Git: https://git.toastfreeware.priv.at/debian/mailtextbody.git
11 Homepage: https://www.toastfreeware.priv.at/
12 Rules-Requires-Root: no
16 Depends: ${misc:Depends},
18 Description: tool to return the body of an email message
19 Mailtextbody reads a complete email message on stdin and returns the body
20 on stdout. Technically speaking, it returns the first decoded text/plain
21 MIME part of any (however nested) MIME message or just the body of a
22 non-MIME message otherwise.
24 Mailtextbody can easily be included in other tools using pipes.