aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-smime-context.c
Commit message (Expand)AuthorAgeFilesLines
* 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