about summary refs log tree commit diff
path: root/README
blob: ca42f54d850fcd358492ad4f208eab29103e662c (plain) (blame)
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
26
27
28
29
30
31
32
33
34
35
unpgpmime
---------

unpgpmime is a program that strips PGP/MIME information from an
internet mail message.

This is useful for programs that work with email but that don't
support PGP/MIME, like git-am.

Currently, only PGP/MIME encryption is supported (not unencrypted
signatures).  Headers are copied from encrypted parts, providing
compatibility with memoryhole[1].

[1]: https://github.com/autocrypt/memoryhole

The following packages must be available at runtime:

* Ruby (2.6.0 or later)
* mail (the Ruby library)
* GnuPG

Please report bugs and send patches to Alyssa Ross <hi@alyssa.is>.

unpgpmime is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.