diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-09-06 17:46:20 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-09-06 17:46:20 +0200 |
commit | 98924a7fa1cae390f30d6daf4fcfd05cbfd80ffe (patch) | |
tree | 2e641b3937d375b8de4bd7972233c19a279d08dd /man/mhdr.1 | |
parent | 3a67663a5da60756159461ec976dee8b71308330 (diff) | |
download | mblaze-98924a7fa1cae390f30d6daf4fcfd05cbfd80ffe.tar.gz mblaze-98924a7fa1cae390f30d6daf4fcfd05cbfd80ffe.tar.xz mblaze-98924a7fa1cae390f30d6daf4fcfd05cbfd80ffe.zip |
mhdr: add -p to extract MIME parameters
Diffstat (limited to 'man/mhdr.1')
-rw-r--r-- | man/mhdr.1 | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/man/mhdr.1 b/man/mhdr.1 index 3046e3b..f34d9b9 100644 --- a/man/mhdr.1 +++ b/man/mhdr.1 @@ -6,7 +6,7 @@ .Nd show mail headers .Sh SYNOPSIS .Nm -.Op Fl h Ar header +.Op Fl h Ar header Op Fl p Ar parameter .Op Fl d .Op Fl H .Op Fl M @@ -31,6 +31,10 @@ The options are as follows: .It Fl h Ar header Only print the values of the headers in the colon-separated list .Ar header . +.It Fl p Ar parameter +Extract a particular RFC 2045 +.Ar parameter +from the specified headers. .It Fl d Decode the headers according to RFC 2047. .It Fl H @@ -55,6 +59,13 @@ and >1 if an error occurs. .Rs .%A N. Freed .%A N. Borenstein +.%D November 1996 +.%R RFC 2045 +.%T Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies +.Re +.Rs +.%A N. Freed +.%A N. Borenstein .%B MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text .%R RFC 2047 .%D November 1996 |