| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed smime functions as they were stale. | Jeffrey Stedfast | 2003-07-29 | 1 | -162/+0 |
* | Updated. (request_password): Same. | Jeffrey Stedfast | 2003-01-18 | 1 | -1/+1 |
* | Commented out stuff that doesn't build yet. Also fixed idl build rule. | Not Zed | 2002-11-12 | 1 | -5/+5 |
* | Don't need to pass a path to camel_gpg_context_new () anymore. | Jeffrey Stedfast | 2002-10-17 | 1 | -1/+1 |
* | Don't allow the pgp type to be anything except NONE or GPG. | Jeffrey Stedfast | 2002-06-27 | 1 | -94/+7 |
* | Some compiler warning fixes. | Jeffrey Stedfast | 2002-06-26 | 1 | -55/+12 |
* | If the pgp type is gpg, then use the gpg context. | Jeffrey Stedfast | 2002-06-22 | 1 | -24/+68 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -11/+11 |
* | Update to not send the remember-passphrase option to the context, it | Jeffrey Stedfast | 2001-09-26 | 1 | -8/+4 |
* | Update to pass in the `remember' argument when creating a new pgp context. | Jeffrey Stedfast | 2001-07-10 | 1 | -4/+4 |
* | Update to pass in the `remember' argument when creating a new pgp context. | Jeffrey Stedfast | 2001-07-10 | 1 | -4/+8 |
* | Removed the code to check for the validity of an S/MIME part. Stuff works | Jeffrey Stedfast | 2001-06-01 | 1 | -42/+88 |
* | Removed (this now exists in camel/camel-smime.c). | Jeffrey Stedfast | 2001-05-17 | 1 | -96/+128 |
* | Make sure we have a context before we try and use it. | Jeffrey Stedfast | 2001-04-23 | 1 | -2/+5 |
* | Only use non-NULL contexts. (mail_crypto_pgp_mime_part_encrypt): Same. | Jeffrey Stedfast | 2001-04-15 | 1 | -8/+17 |
* | Use the CamelCipherHash enum. (mail_crypto_pgp_mime_part_verify): Use a | Jeffrey Stedfast | 2001-04-13 | 1 | -4/+4 |
* | Updated for changes to PGP code. | Jeffrey Stedfast | 2001-04-13 | 1 | -416/+32 |
* | Huh, somehow I forgot to apply the from filter when verifying signed | Jeffrey Stedfast | 2001-04-12 | 1 | -1/+4 |
* | Cleaned up #includes. Remove unneccesary includes of <gnome.h>, | Kjartan Maraas | 2001-03-30 | 1 | -2/+4 |
* | unref the standard folders. (owner_set_cb): Use g_atexit() to call | Jeffrey Stedfast | 2001-03-19 | 1 | -0/+1 |
* | New function to prepare the mime part and any subparts for pgp signing. | Jeffrey Stedfast | 2001-03-17 | 1 | -6/+66 |
* | New function to decide if a mime part is an S/MIME v3 signed part. | Jeffrey Stedfast | 2001-03-07 | 1 | -20/+98 |
* | Correcty set the mime type for the multipart. Hmmm, still doesn't wrap | Jeffrey Stedfast | 2001-03-06 | 1 | -8/+12 |
* | Changed to use PgpValidity. | Jeffrey Stedfast | 2001-02-22 | 1 | -10/+6 |
* | A few minor tweaks. | Jeffrey Stedfast | 2001-01-24 | 1 | -11/+18 |
* | Fix a double-free problem. | Not Zed | 2001-01-23 | 1 | -19/+12 |
* | Helps if I spell stuff correctly so it can pass the tests ;-) | Jeffrey Stedfast | 2001-01-22 | 1 | -2/+2 |
* | Don't forget to unref the filters. (pgp_mime_part_verify): Same. | Jeffrey Stedfast | 2001-01-22 | 1 | -27/+21 |
* | Updated header comment and fixed some ref/unref count problems in the | Jeffrey Stedfast | 2001-01-21 | 1 | -6/+8 |
* | Updated header comment and fixed some ref/unref count problems in the | Jeffrey Stedfast | 2001-01-21 | 1 | -25/+25 |
* | Updated. (decode_pgp): Get rid of #ifdef PGP_PROGRAM's and handle | Jeffrey Stedfast | 2001-01-10 | 1 | -979/+11 |
* | Implemented. | Jeffrey Stedfast | 2001-01-02 | 1 | -30/+59 |
* | fix previous fix | Dan Winship | 2000-12-30 | 1 | -1/+1 |
* | Update this for CamelContentType too. | Dan Winship | 2000-12-30 | 1 | -17/+17 |
* | New callback to handle multipart/signed parts. (decode_pgp): Update to | Jeffrey Stedfast | 2000-12-16 | 1 | -14/+660 |
* | Updated to reflect arguments to the openpgp functions - now also takes an | Jeffrey Stedfast | 2000-12-12 | 1 | -81/+134 |
* | Fix up #include <config.h> Same here. Here too. Fix indentation of #ifdef | Kjartan Maraas | 2000-11-07 | 1 | -1/+1 |
* | Added new header files. | Jeffrey Stedfast | 2000-11-04 | 1 | -8/+7 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -4/+4 |
* | Fix to prevent possible buffer overflows and a logic fix. | Jeffrey Stedfast | 2000-08-28 | 1 | -4/+4 |
* | Fix to prevent possible buffer overflows | Jeffrey Stedfast | 2000-08-28 | 1 | -34/+37 |
* | New crypto function to clearsign plaintext | Jeffrey Stedfast | 2000-08-28 | 1 | -4/+126 |
* | Fixed an uninitialized variable. | Christopher James Lahey | 2000-08-26 | 1 | -1/+1 |
* | Implemented PGP 2.x encryption. We only need to get the passphrase if we | Jeffrey Stedfast | 2000-08-26 | 1 | -17/+58 |
* | Added support for encrypting via PGP 5.0 | Jeffrey Stedfast | 2000-08-14 | 1 | -5/+21 |
* | Update this for CamelObject (try_inline_pgp): Deal with decrypting here | Dan Winship | 2000-08-12 | 1 | -27/+29 |
* | Fix some compiler warnings. | Dan Winship | 2000-08-09 | 1 | -1/+0 |
* | Added support for encrypting with GnuPG. Support for PGP5 and PGP2 are | Jeffrey Stedfast | 2000-08-06 | 1 | -1/+108 |
* | New code to spawn off GPG/PGP to do stuff. Currently only deals with | Dan Winship | 2000-08-02 | 1 | -0/+405 |