aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-crypto.c
Commit message (Expand)AuthorAgeFilesLines
* use libedataserver/e-account-list.h instead of e-util/e-account-list.h.Simon Zheng2006-01-061-1/+1
* Cleaned up header inclusions and added plenty of forward declarations.Not Zed2004-03-311-2/+3
* Removed smime functions as they were stale.Jeffrey Stedfast2003-07-291-162/+0
* Updated. (request_password): Same.Jeffrey Stedfast2003-01-181-1/+1
* Commented out stuff that doesn't build yet. Also fixed idl build rule.Not Zed2002-11-121-5/+5
* Don't need to pass a path to camel_gpg_context_new () anymore.Jeffrey Stedfast2002-10-171-1/+1
* Don't allow the pgp type to be anything except NONE or GPG.Jeffrey Stedfast2002-06-271-94/+7
* Some compiler warning fixes.Jeffrey Stedfast2002-06-261-55/+12
* If the pgp type is gpg, then use the gpg context.Jeffrey Stedfast2002-06-221-24/+68
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* Update to not send the remember-passphrase option to the context, itJeffrey Stedfast2001-09-261-8/+4
* Update to pass in the `remember' argument when creating a new pgp context.Jeffrey Stedfast2001-07-101-4/+4
* Update to pass in the `remember' argument when creating a new pgp context.Jeffrey Stedfast2001-07-101-4/+8
* Removed the code to check for the validity of an S/MIME part. Stuff worksJeffrey Stedfast2001-06-011-42/+88
* Removed (this now exists in camel/camel-smime.c).Jeffrey Stedfast2001-05-171-96/+128
* Make sure we have a context before we try and use it.Jeffrey Stedfast2001-04-231-2/+5
* Only use non-NULL contexts. (mail_crypto_pgp_mime_part_encrypt): Same.Jeffrey Stedfast2001-04-151-8/+17
* Use the CamelCipherHash enum. (mail_crypto_pgp_mime_part_verify): Use aJeffrey Stedfast2001-04-131-4/+4
* Updated for changes to PGP code.Jeffrey Stedfast2001-04-131-416/+32
* Huh, somehow I forgot to apply the from filter when verifying signedJeffrey Stedfast2001-04-121-1/+4
* Cleaned up #includes. Remove unneccesary includes of <gnome.h>,Kjartan Maraas2001-03-301-2/+4
* unref the standard folders. (owner_set_cb): Use g_atexit() to callJeffrey Stedfast2001-03-191-0/+1
* New function to prepare the mime part and any subparts for pgp signing.Jeffrey Stedfast2001-03-171-6/+66
* New function to decide if a mime part is an S/MIME v3 signed part.Jeffrey Stedfast2001-03-071-20/+98
* Correcty set the mime type for the multipart. Hmmm, still doesn't wrapJeffrey Stedfast2001-03-061-8/+12
* Changed to use PgpValidity.Jeffrey Stedfast2001-02-221-10/+6
* A few minor tweaks.Jeffrey Stedfast2001-01-241-11/+18
* Fix a double-free problem.Not Zed2001-01-231-19/+12
* Helps if I spell stuff correctly so it can pass the tests ;-)Jeffrey Stedfast2001-01-221-2/+2
* Don't forget to unref the filters. (pgp_mime_part_verify): Same.Jeffrey Stedfast2001-01-221-27/+21
* Updated header comment and fixed some ref/unref count problems in theJeffrey Stedfast2001-01-211-6/+8
* Updated header comment and fixed some ref/unref count problems in theJeffrey Stedfast2001-01-211-25/+25
* Updated. (decode_pgp): Get rid of #ifdef PGP_PROGRAM's and handleJeffrey Stedfast2001-01-101-979/+11
* Implemented.Jeffrey Stedfast2001-01-021-30/+59
* fix previous fixDan Winship2000-12-301-1/+1
* Update this for CamelContentType too.Dan Winship2000-12-301-17/+17
* New callback to handle multipart/signed parts. (decode_pgp): Update toJeffrey Stedfast2000-12-161-14/+660
* Updated to reflect arguments to the openpgp functions - now also takes anJeffrey Stedfast2000-12-121-81/+134
* Fix up #include <config.h> Same here. Here too. Fix indentation of #ifdefKjartan Maraas2000-11-071-1/+1
* Added new header files.Jeffrey Stedfast2000-11-041-8/+7
* lots of i18n fixesDan Winship2000-10-241-4/+4
* Fix to prevent possible buffer overflows and a logic fix.Jeffrey Stedfast2000-08-281-4/+4
* Fix to prevent possible buffer overflowsJeffrey Stedfast2000-08-281-34/+37
* New crypto function to clearsign plaintextJeffrey Stedfast2000-08-281-4/+126
* Fixed an uninitialized variable.Christopher James Lahey2000-08-261-1/+1
* Implemented PGP 2.x encryption. We only need to get the passphrase if weJeffrey Stedfast2000-08-261-17/+58
* Added support for encrypting via PGP 5.0Jeffrey Stedfast2000-08-141-5/+21
* Update this for CamelObject (try_inline_pgp): Deal with decrypting hereDan Winship2000-08-121-27/+29
* Fix some compiler warnings.Dan Winship2000-08-091-1/+0
* Added support for encrypting with GnuPG. Support for PGP5 and PGP2 areJeffrey Stedfast2000-08-061-1/+108
* New code to spawn off GPG/PGP to do stuff. Currently only deals withDan Winship2000-08-021-0/+405