File: control

package info (click to toggle)
mailtextbody 0.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 540 kB
  • sloc: sh: 4,172; cpp: 47; makefile: 7
file content (24 lines) | stat: -rw-r--r-- 918 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: mailtextbody
Maintainer: gregor herrmann <gregoa@debian.org>
Uploaders: tony mancill <tmancill@debian.org>
Section: mail
Priority: optional
Build-Depends: debhelper-compat (= 12),
               libmimetic-dev
Standards-Version: 4.5.0
Vcs-Browser: https://git.toastfreeware.priv.at/debian/mailtextbody.git
Vcs-Git: https://git.toastfreeware.priv.at/debian/mailtextbody.git
Homepage: https://www.toastfreeware.priv.at/
Rules-Requires-Root: no

Package: mailtextbody
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: tool to return the body of an email message
 Mailtextbody reads a complete email message on stdin and returns the body
 on stdout.  Technically speaking, it returns the first decoded text/plain
 MIME part of any (however nested) MIME message or just the body of a
 non-MIME message otherwise.
 .
 Mailtextbody can easily be included in other tools using pipes.