From 4321d72d9ba3e58e4ab05a75dc4beeb16246a392 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 28 Feb 2001 18:16:02 +0000 Subject: Added camel-sasl*.[c,h] to the build. 2001-02-28 Jeffrey Stedfast * Makefile.am: Added camel-sasl*.[c,h] to the build. * camel-sasl.[c,h]: new "abstract" SASL class * camel-sasl-kerberos4.[c,h]: new SASL class for KERBEROS_V4 * camel-sasl-cram-md5.[c,h]: new SASL class for CRAM-MD5 * camel-sasl-plain.[c,h]: new SASL class for PLAIN * providers/imap/camel-imap-auth.c: Removed the base64 functions. * camel-mime-utils.c (base64_encode_simple): Moved here from camel-imap-auth.c (base64_decode_simple): Same. svn path=/trunk/; revision=8428 --- camel/ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index 0ad8b32e1c..e370e7bbc3 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,21 @@ +2001-02-28 Jeffrey Stedfast + + * Makefile.am: Added camel-sasl*.[c,h] to the build. + + * camel-sasl.[c,h]: new "abstract" SASL class + + * camel-sasl-kerberos4.[c,h]: new SASL class for KERBEROS_V4 + + * camel-sasl-cram-md5.[c,h]: new SASL class for CRAM-MD5 + + * camel-sasl-plain.[c,h]: new SASL class for PLAIN + + * providers/imap/camel-imap-auth.c: Removed the base64 functions. + + * camel-mime-utils.c (base64_encode_simple): Moved here from + camel-imap-auth.c + (base64_decode_simple): Same. + 2001-02-26 Dan Winship * providers/imap/camel-imap-folder.c (imap_sync): Group messages -- cgit v1.2.3