aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-cms-context.c
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagLIBCAPPLET_1_5_1nobody2001-07-251-324/+0
| | | | | | 'LIBCAPPLET_1_5_1'. svn path=/tags/LIBCAPPLET_1_5_1/; revision=11387
* New virtual class for manipulating cryptographic message syntax messagesJeffrey Stedfast2001-06-011-0/+324
2001-05-31 Jeffrey Stedfast <fejj@ximian.com> * camel-cms-context.[c,h]: New virtual class for manipulating cryptographic message syntax messages (like S/MIME). * camel-smime-context.[c,h]: Modified to inherit from the CamelCMSContext class rather than the CamelCipherContext class. * camel-smime.[c,h]: Removed - just use camel-smime-context directly. * camel-smime-utils.[c,h]: New source files. Moved the 2 useful functions from camel-smime.[c,h] into here. svn path=/trunk/; revision=10065