aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-multipart-encrypted.c
Commit message (Collapse)AuthorAgeFilesLines
* On error, do not unref the parts gotten using camel_multipart_get_part()Jeffrey Stedfast2002-07-131-8/+8
| | | | | | | | | | | | 2002-07-12 Jeffrey Stedfast <fejj@ximian.com> * camel-multipart-encrypted.c (camel_multipart_encrypted_decrypt): On error, do not unref the parts gotten using camel_multipart_get_part() since that function does not ref the parts. Also don't forget to reset the decrypted stream before trying to parse it ;-) svn path=/trunk/; revision=17445
* Don't forget to set an appropriate exception before returning NULL.Jeffrey Stedfast2002-07-121-0/+2
| | | | | | | | | | 2002-07-11 Jeffrey Stedfast <fejj@ximian.com> * camel-multipart-encrypted.c (camel_multipart_encrypted_decrypt): Don't forget to set an appropriate exception before returning NULL. svn path=/trunk/; revision=17418
* Oops, this needs to take a userid argument.Jeffrey Stedfast2002-06-271-3/+3
| | | | | | | | | 2002-06-26 Jeffrey Stedfast <fejj@ximian.com> * camel-multipart-encrypted.c (camel_multipart_encrypted_encrypt): Oops, this needs to take a userid argument. svn path=/trunk/; revision=17299
* New class implementing the multipart/encrypted content type. ContainsJeffrey Stedfast2002-06-271-0/+329
2002-06-26 Jeffrey Stedfast <fejj@ximian.com> * camel-multipart-encrypted.[c,h]: New class implementing the multipart/encrypted content type. Contains methods for encrypting and decrypting a multipart/encrypted MIME object. svn path=/trunk/; revision=17296