aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index eb5f704beb..504676950c 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,20 @@
2000-05-28 Dan Winship <danw@helixcode.com>
+ * camel-provider.h: Add a domain field to CamelProvider, to say
+ what kind of data it provides.
+
+ * providers/imap/camel-imap-provider.c:
+ * providers/mbox/camel-mbox-provider.c:
+ * providers/pop3/camel-pop3-provider.c:
+ * providers/sendmail/camel-sendmail-provider.c:
+ * providers/smtp/camel-smtp-provider.c: Set domain to "mail".
+
+ * providers/nntp/camel-nntp-provider.c: Set domain to "news".
+
+ * providers/vee/camel-vee-provider.c: Set domain to "vfolder". (So
+ it doesn't end up being listed as a potential mail source in the
+ mail config wizard.)
+
* providers/pop3/camel-pop3-store.c: Split apart password and APOP
auth, since some servers seem to do both, but don't really.
(connect_to_server): Renamed from try_connect. Now actually does