| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove UNICODE_CFLAGS (and some other stuff that's redundant with | Dan Winship | 2001-04-27 | 1 | -6/+3 |
* | Oops, don't use the return value of iconv() as a string length, it only | Jeffrey Stedfast | 2001-04-23 | 1 | -3/+2 |
* | don't use g_return's | Jeffrey Stedfast | 2001-04-17 | 1 | -2/+3 |
* | Go back to doing the utf8 conversion by hand so that we don't depend on | Jeffrey Stedfast | 2001-04-17 | 1 | -4/+43 |
* | eh? | Jeffrey Stedfast | 2001-04-17 | 1 | -2/+0 |
* | Oops, lets not get into a recursive call here ;-) | Jeffrey Stedfast | 2001-04-13 | 1 | -1/+1 |
* | Updated to reflect the few changes made to the CamelPgpContext class. | Jeffrey Stedfast | 2001-04-13 | 1 | -254/+70 |
* | Use e_utf8_from_locale_string() rather than trying to do it manually since | Jeffrey Stedfast | 2001-04-11 | 1 | -26/+4 |
* | Added camel-pgp-context.[c,h] to the build. Also added tests/smime/pgp.c | Jeffrey Stedfast | 2001-04-10 | 1 | -22/+22 |
* | mutex lock & unlock the context. (camel_pgp_clearsign): Same. | Jeffrey Stedfast | 2001-04-02 | 1 | -0/+49 |
* | Update the function prototypes to match those found in | Jeffrey Stedfast | 2001-04-02 | 1 | -0/+1 |
* | New class for PGP encrypting, decrypting, signing and verifying. Next I'll | Jeffrey Stedfast | 2001-03-29 | 1 | -0/+1481 |