Fup Duck
Fup Duck
Is there a specific reason that mail-gpg has been implemented as a `delivery_handler`, instead of an `interceptor`? The latter seems more appropriate to me. And it would also enable to...
Do you plan to work on support the new functions of GPGME 1.7 soon? I'm especially interested in gpgme_op_createkey, gpgme_op_createsubkey, gpgme_op_adduid, and gpgme_op_revuid. They would make my life easier. Unfortunately...
It should return `"No public key for #{from}"` but apparently the status_code doesn't match any of the constants in the `case`-statement. `status_code` is 1 in my case, which according to...
The website is out of date (e.g. the discussion where to store headers, text/rfc822-part vs. first protected mime-part). It should be updated, otherwise people might think that this project is...