summaryrefslogtreecommitdiffstats
path: root/pgp.c
AgeCommit message (Collapse)Author
1999-10-18Handle Ctrl-G on the pgp-hook prompt correctly.Thomas Roessler
1999-08-19Ian Bell (turnpike) reports that Outlook Express expects theThomas Roessler
boundary parameter to be the _last_ MIME parameter on a multipart/* body part, and otherwise displays messages as empty.
1999-08-15Various changes added over the last week:Thomas Roessler
- $delete_untag - creation of "application/pgp" messages - an attempt to fix prepare. - Browser format changes
1999-07-28Add a hook which enables us to fetch PGP keys from servers onThomas Roessler
demand. Look out for pkspxy. :-)
1999-06-08- Add a $weed option.Thomas Roessler
- Add out-of-band reporting of signature status.
1999-06-03Experimental: New PGP invocation interface. The invocations are doneThomas Roessler
through formats, so all this should fit more cleanly into mutt now.
1999-05-31Minor bug-fixes.Thomas Roessler
1999-02-22Currently, PGP signing messages will force quoted-printable encodingThomas Roessler
even if we should use base64.
1999-02-18Add retainable signatures. This should work nicely with encryptedThomas Roessler
mailing lists.
1999-02-02Thou shall not use dangling pointers.Thomas Roessler
1999-02-02Merging the external character set patch into unstable.Thomas Roessler
Additionally, this change introduces a M_CHARCONV state flag which gives us some more control about when character set conversions are actually done. Current versions of mutt would happily apply character set conversions when, e.g., saving a text/plain attachment to a file. (We had at least one corrupt russing translation file due to this mis-feature.) Additionally, we clean up some of the character set related code in handler.c. Most of that is now done by the decoder functions in charset.c.
1999-01-22Heavy hacking on mutt's pgp support. We no longer read the completeThomas Roessler
key ring into memory. For gpg, performance is heavily improved due to the fact that we are passing a couple of key hints to the key ring parsing back-end.
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
when merging changes.
1999-01-04Make the experimental branch the main trunk.Thomas Roessler
1998-12-30Localize some more messages. From Michael Sobolev.Thomas Roessler
1998-11-18This patch simplifies the generation of content type parametersThomas Roessler
significantly by introducing a funciton mutt_set_parameter(). Additionally, we re-use code from parse.c for parsing user-input content type headers on the compose screen.
1998-11-17Fix a search coloring related bug.Thomas Roessler
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
place. If there are still segmentation faults due to missing NONULLs over, they are gone now.
1998-10-27i18n fixes.Thomas Roessler
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler
gcc shut up about this.
1998-10-13Add RCS $Id$ strings to (hopefully) all source files.Thomas Roessler
1998-10-01Adding gettext support, based on the patch by Marco d'Itri.Thomas Roessler
1998-09-08Change the interface of pgp_decrypt_mime() to enable thisThomas Roessler
function to do some sanity checks.
1998-09-07[patch-0.94.5i.tlr.pgp_fixes.1] This patch fixes variousThomas Roessler
pgp-related issues. In particular, mutt won't segfault when trying to decrypt-save messages from the index, and the presence of a PGP-encrypted body part on the attachment menu will no longer confuse the MIME parser.
1998-09-07Introducing decrypt-save, decrypt-copy, andThomas Roessler
$forw{ard,}-decrypt. Based on work by Emil Laurentiu.
1998-09-07Fixing convert_to_7bit(). From Liviu Daia.Thomas Roessler
1998-08-28Cleaning up the fcc_attach hack. From Liviu.Thomas Roessler
1998-08-27Make $fcc_attach work correctly when sending PGP-encryptedThomas Roessler
messages. Hack by Liviu.
1998-08-25CVS branch clean-up.Thomas Roessler
1998-06-08GPG support, first take.Thomas Roessler
1998-06-08Initial revisionThomas Roessler