aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-smime-context.c
Commit message (Expand)AuthorAgeFilesLines
* ** See bug #69615.Not Zed2004-12-011-37/+6
* Fixes Bug#61088Hannah & Fazlu2004-09-201-15/+16
* Merged notzed-eplugin-2-branch to head.Michael Zucci2004-09-201-0/+1
* ** This is no guarantee of security, but its just a helper to prevent oldNot Zed2004-07-131-0/+1
* s/Can't/Cannot/.Christian Neumair2004-07-021-11/+11
* added a 'domain' argument, and rearragned arguments to be prettier andNot Zed2004-05-211-3/+3
* use the article number instead of the messageid. Some servers are justNot Zed2004-05-191-4/+8
* Fixed a string type-o.Jeffrey Stedfast2004-05-181-2/+2
* Fixed a type-o. Fixes bug #58348.Jeffrey Stedfast2004-05-121-1/+1
* Mark exception strings for translation and fixed a spelling mistake.Jeffrey Stedfast2004-04-281-55/+55
* wrap this file with #ifdef ENABLE_SMIME instead of #ifdef HAVE_NSS.Chris Toshok2004-02-201-2/+2
* ** See bug #52817.Not Zed2004-01-201-1/+2
* remove debug printf.Not Zed2004-01-141-2/+11
* also check application/pkcs7-signature (bloody applemail).Not Zed2003-12-101-2/+5
* put the camel-smime-context.[ch] back in here, remove it from EXTRA_DIST,Not Zed2003-12-101-0/+6
* Added list-unsubscribe header match.Not Zed2003-12-011-20/+31
* look at the content object's mime type, not the container's type.Not Zed2003-11-131-5/+8
* split out the CMSMessage verification code so it can be used fromNot Zed2003-11-101-72/+173
* new (unfinished) api to peek inside smime parts to tell us whats in it.Not Zed2003-11-051-75/+90
* implement something basic.Not Zed2003-10-301-2/+15
* Added a note about api inconsistencies.Not Zed2003-10-301-848/+765
* Removed unneeded CAMEL_OBJECT() casts.Jeffrey Stedfast2003-10-241-12/+14
* New function to replace the one from camel-mime-part.cJeffrey Stedfast2003-09-191-4/+4
* Same as the gpg and pkcs7 contexts.Jeffrey Stedfast2003-02-151-1/+1
* don't #include <gtk/gtk.h>Jeffrey Stedfast2002-11-081-2/+0
* Added a protocol field for users to use.Not Zed2002-05-311-0/+48
* More fixing of the license texts.Ettore Perazzoli2001-10-281-11/+11
* fix smime the same way...Jeffrey Stedfast2001-08-301-15/+26
* Numerous fixes to get it to compile.Jeffrey Stedfast2001-06-011-24/+29
* New virtual class for manipulating cryptographic message syntax messagesJeffrey Stedfast2001-06-011-393/+687
* Oops, I spelled the get-default-db function name wrong.Jeffrey Stedfast2001-05-251-1/+2
* We don't need to be passed the certdb path anymore.Jeffrey Stedfast2001-05-171-3/+2
* Don't close or free (it wasn't allocated) the certdb.Jeffrey Stedfast2001-05-161-13/+3
* Lots of fixes to get this to compile.Jeffrey Stedfast2001-05-151-1/+1
* Lots of fixes to get this to almost compile. Still struggling with theJeffrey Stedfast2001-05-151-14/+20
* Add camel-smime-context.[c,h] and camel-smime.[c,h] to the build.Jeffrey Stedfast2001-05-151-0/+3
* Redo this a lot so that instead of having a class full of callbacks, weDan Winship2001-04-281-3/+2
* #include "nss.h" rather than <nss.h> due to the non-mozilla nss.h file living...Jeffrey Stedfast2001-04-271-2/+3
* Oops, don't use the return value of iconv() as a string length, it onlyJeffrey Stedfast2001-04-231-0/+1
* Implemented using the secmime.h convenience functions. (smime_clearsign):Jeffrey Stedfast2001-04-211-0/+643