aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-08-23 04:22:05 +0800
committerPeter Williams <peterw@src.gnome.org>2000-08-23 04:22:05 +0800
commit53d3bf3bf2978e75ec2625d1616ad790ed121841 (patch)
tree9361665beb5a3b63ced68b9a44aedda0f535a32b /camel
parent130bb0e5710983ce14d1151f2611beaff6891379 (diff)
downloadgsoc2013-evolution-53d3bf3bf2978e75ec2625d1616ad790ed121841.tar
gsoc2013-evolution-53d3bf3bf2978e75ec2625d1616ad790ed121841.tar.gz
gsoc2013-evolution-53d3bf3bf2978e75ec2625d1616ad790ed121841.tar.bz2
gsoc2013-evolution-53d3bf3bf2978e75ec2625d1616ad790ed121841.tar.lz
gsoc2013-evolution-53d3bf3bf2978e75ec2625d1616ad790ed121841.tar.xz
gsoc2013-evolution-53d3bf3bf2978e75ec2625d1616ad790ed121841.tar.zst
gsoc2013-evolution-53d3bf3bf2978e75ec2625d1616ad790ed121841.zip
ChangeLog updates.
svn path=/trunk/; revision=4966
Diffstat (limited to 'camel')
-rw-r--r--camel/ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 48d8dbf1c0..192e99e9ff 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,31 @@
+2000-08-22 Peter Williams <peterw@helixcode.com>
+
+ * camel-service.c (camel_service_new): Connect automatically if the
+ URL is not empty.
+ (finalize): Disconnect automatically if connected.
+ (camel_service_query_auth_types): Split into two functions; one to
+ be called if we're connected to an actual server (_connected), one
+ to be called if we're just gauging the general authtypes supported
+ (_generic).
+ (is_connected): Remove.
+
+ * camel-store.c (camel_store_get_folder): Don't connect explicitly to
+ the service.
+
+ * providers/nntp/camel-nntp-store.c (query_auth_types_generic): Split
+ the query_auth_types function. Hook it up in _new.
+ (finalize): Don't try to disconnect here.
+
+ * providers/pop3/camel-pop3-store.c (query_auth_types_generic): Same.
+ (finalize): Don't try to disconnect here.
+
+ * providers/imap/camel-imap-store.c (query_auth_types_generic): Same.
+ (finalize): Don't try to disconnect here.
+
+ * providers/smtp/camel-smtp-transport.c (query_auth_types_generic): Split
+ the query_auth_types (dummy, in this case) function. Hook it up in _new.
+ (finalize): Don't try to disconnect here.
+
2000-08-21 JP Rosevear <jpr@helixcode.com>
* providers/nntp/camel-nntp-folder.c (nntp_folder_get_subfolder_names):