|
|
@ -9,9 +9,9 @@ ready to be sent to a mail submission agent. |
|
|
|
|
|
|
|
The name “fmail” stands for something like “Formatting MAIL”. |
|
|
|
|
|
|
|
The main feature of Fmail is its ability to add attachments to the |
|
|
|
input message and to sign the whole message (including attachments) |
|
|
|
using [PGP/MIME](https://tools.ietf.org/html/rfc3156). |
|
|
|
The main feature of Fmail is its ability to add attachments to the input |
|
|
|
message and to sign and/or encrypt the whole message (including |
|
|
|
attachments) using [PGP/MIME](https://tools.ietf.org/html/rfc3156). |
|
|
|
|
|
|
|
The signing feature makes Fmail usable as a “signing filter”, |
|
|
|
taking a complete (but unsigned) mail on its standard input and |
|
|
@ -23,7 +23,8 @@ Install |
|
|
|
------- |
|
|
|
Fmail depends on the following libraries: |
|
|
|
|
|
|
|
- [libgpgme](http://www.gnupg.org/gpgme.html), to sign messages; |
|
|
|
- [libgpgme](http://www.gnupg.org/gpgme.html), to sign and encrypt |
|
|
|
messages. |
|
|
|
|
|
|
|
- [libmagic](http://www.darwinsys.com/file/), to guess file type and |
|
|
|
encoding of attachments. |
|
|
|