Added Neil Rickert's mhpgp, the companion to mhsign.
[mmh] / man / mhpgp.man1
1 .\"
2 .\" %nmhwarning%
3 .\"
4 .TH MHPGP %manext1% "%nmhdate%" MH.6.8 [%nmhversion%]
5 .SH NAME
6 mhpgp \- check PGP signatures and decrypt PGP messages using gnupg
7 .SH SYNOPSIS
8 .HP 5
9 .na
10 .B mhpgp
11 .RB [ \-write ]
12 .RI [ msg ]
13 .RB [ \-Version ]
14 .RB [ \-help ]
15 .ad
16 .SH DESCRIPTION
17 .B mhpgp
18 is a script to simplify verifying and decrypting PGP messages,
19 using gnupg.
20 .PP
21 .B mhpgp
22 can handle signatures and encryption in MIME and plain (non-MIME) format.
23 Signed messages are verified.
24 Encrypted messages are displayed with
25 .B show
26 in decrypted form, the signature is verified as well.
27 .PP
28 With the
29 .B \-write
30 switch, the decrypted message is stored into the current folder.
31 .PP
32 If no
33 .I msg
34 is given, the current message is used.
35 .PP
36 Trailing blanks are stripped from the lines before signature verification,
37 because non are expected to be present as RFC 3156 requests:
38 .PP
39 .RS 5
40 [...] implementations MUST make sure that no trailing
41 whitespace is present after the MIME encoding has been applied.
42 .RE
43 .PP
44 If there is trailing whitespace, it was likely added mistakenly
45 during mail transfer.
46
47 .SH FILES
48 None
49
50 .SH "PROFILE COMPONENTS"
51 None
52
53 .SH "SEE ALSO"
54 mhsign(1), gpg(1)
55
56 .SH DEFAULTS
57 None
58
59 .SH CONTEXT
60 None
61
62 .SH BUGS
63 None