| Commit message (Expand) | Author | Age | Files | Lines |
* | ** See bug #69615. | Not Zed | 2004-12-01 | 1 | -37/+6 |
* | Fixes Bug#61088 | Hannah & Fazlu | 2004-09-20 | 1 | -15/+16 |
* | Merged notzed-eplugin-2-branch to head. | Michael Zucci | 2004-09-20 | 1 | -0/+1 |
* | ** This is no guarantee of security, but its just a helper to prevent old | Not Zed | 2004-07-13 | 1 | -0/+1 |
* | s/Can't/Cannot/. | Christian Neumair | 2004-07-02 | 1 | -11/+11 |
* | added a 'domain' argument, and rearragned arguments to be prettier and | Not Zed | 2004-05-21 | 1 | -3/+3 |
* | use the article number instead of the messageid. Some servers are just | Not Zed | 2004-05-19 | 1 | -4/+8 |
* | Fixed a string type-o. | Jeffrey Stedfast | 2004-05-18 | 1 | -2/+2 |
* | Fixed a type-o. Fixes bug #58348. | Jeffrey Stedfast | 2004-05-12 | 1 | -1/+1 |
* | Mark exception strings for translation and fixed a spelling mistake. | Jeffrey Stedfast | 2004-04-28 | 1 | -55/+55 |
* | wrap this file with #ifdef ENABLE_SMIME instead of #ifdef HAVE_NSS. | Chris Toshok | 2004-02-20 | 1 | -2/+2 |
* | ** See bug #52817. | Not Zed | 2004-01-20 | 1 | -1/+2 |
* | remove debug printf. | Not Zed | 2004-01-14 | 1 | -2/+11 |
* | also check application/pkcs7-signature (bloody applemail). | Not Zed | 2003-12-10 | 1 | -2/+5 |
* | put the camel-smime-context.[ch] back in here, remove it from EXTRA_DIST, | Not Zed | 2003-12-10 | 1 | -0/+6 |
* | Added list-unsubscribe header match. | Not Zed | 2003-12-01 | 1 | -20/+31 |
* | look at the content object's mime type, not the container's type. | Not Zed | 2003-11-13 | 1 | -5/+8 |
* | split out the CMSMessage verification code so it can be used from | Not Zed | 2003-11-10 | 1 | -72/+173 |
* | new (unfinished) api to peek inside smime parts to tell us whats in it. | Not Zed | 2003-11-05 | 1 | -75/+90 |
* | implement something basic. | Not Zed | 2003-10-30 | 1 | -2/+15 |
* | Added a note about api inconsistencies. | Not Zed | 2003-10-30 | 1 | -848/+765 |
* | Removed unneeded CAMEL_OBJECT() casts. | Jeffrey Stedfast | 2003-10-24 | 1 | -12/+14 |
* | New function to replace the one from camel-mime-part.c | Jeffrey Stedfast | 2003-09-19 | 1 | -4/+4 |
* | Same as the gpg and pkcs7 contexts. | Jeffrey Stedfast | 2003-02-15 | 1 | -1/+1 |
* | don't #include <gtk/gtk.h> | Jeffrey Stedfast | 2002-11-08 | 1 | -2/+0 |
* | Added a protocol field for users to use. | Not Zed | 2002-05-31 | 1 | -0/+48 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -11/+11 |
* | fix smime the same way... | Jeffrey Stedfast | 2001-08-30 | 1 | -15/+26 |
* | Numerous fixes to get it to compile. | Jeffrey Stedfast | 2001-06-01 | 1 | -24/+29 |
* | New virtual class for manipulating cryptographic message syntax messages | Jeffrey Stedfast | 2001-06-01 | 1 | -393/+687 |
* | Oops, I spelled the get-default-db function name wrong. | Jeffrey Stedfast | 2001-05-25 | 1 | -1/+2 |
* | We don't need to be passed the certdb path anymore. | Jeffrey Stedfast | 2001-05-17 | 1 | -3/+2 |
* | Don't close or free (it wasn't allocated) the certdb. | Jeffrey Stedfast | 2001-05-16 | 1 | -13/+3 |
* | Lots of fixes to get this to compile. | Jeffrey Stedfast | 2001-05-15 | 1 | -1/+1 |
* | Lots of fixes to get this to almost compile. Still struggling with the | Jeffrey Stedfast | 2001-05-15 | 1 | -14/+20 |
* | Add camel-smime-context.[c,h] and camel-smime.[c,h] to the build. | Jeffrey Stedfast | 2001-05-15 | 1 | -0/+3 |
* | Redo this a lot so that instead of having a class full of callbacks, we | Dan Winship | 2001-04-28 | 1 | -3/+2 |
* | #include "nss.h" rather than <nss.h> due to the non-mozilla nss.h file living... | Jeffrey Stedfast | 2001-04-27 | 1 | -2/+3 |
* | Oops, don't use the return value of iconv() as a string length, it only | Jeffrey Stedfast | 2001-04-23 | 1 | -0/+1 |
* | Implemented using the secmime.h convenience functions. (smime_clearsign): | Jeffrey Stedfast | 2001-04-21 | 1 | -0/+643 |