]>
Commit | Line | Data |
---|---|---|
2f9e679a MG |
1 | App-EdwardNG version 0.001 |
2 | ========================== | |
3 | ||
4 | EdwardNG is a reimplementation of the Edward reply bot referenced in https://emailselfdefense.fsf.org/. | |
5 | ||
6 | It takes mail messages, checks them for PGP signatures and encryption, then replies appropriately. | |
7 | ||
8 | INSTALLATION | |
9 | ||
10 | To install this module type the following: | |
11 | ||
12 | perl Makefile.PL | |
13 | make | |
14 | make test | |
15 | make install | |
16 | ||
17 | DEPENDENCIES | |
18 | ||
19 | This module requires these other modules and libraries: | |
20 | ||
21 | * Email::Sender | |
22 | * File::Slurp | |
23 | * MIME-Tools | |
24 | * Mail::GnuPG | |
25 | * PerlX::Maybe | |
26 | * Template-Toolkit | |
27 | * Try::Tiny | |
28 | ||
29 | COPYRIGHT AND LICENCE | |
30 | ||
1f08c352 | 31 | Copyright (C) 2014 by Fundația Ceata |
2f9e679a MG |
32 | |
33 | This library is free software; you can redistribute it and/or modify | |
34 | it under the same terms as Perl itself, either Perl version 5.18.2 or, | |
35 | at your option, any later version of Perl 5 you may have available. | |
36 | ||
37 |