aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-04-15 08:46:30 +0800
committerChris Toshok <toshok@src.gnome.org>2000-04-15 08:46:30 +0800
commit566b5183cbc2a52960c4411a74037c5559844bc2 (patch)
treef2a17604774fd74c237f0e6918b64dd12d729cce /camel/ChangeLog
parent82e77d6d8e73f418ae75d975324dbfa59218c4cd (diff)
downloadgsoc2013-evolution-566b5183cbc2a52960c4411a74037c5559844bc2.tar
gsoc2013-evolution-566b5183cbc2a52960c4411a74037c5559844bc2.tar.gz
gsoc2013-evolution-566b5183cbc2a52960c4411a74037c5559844bc2.tar.bz2
gsoc2013-evolution-566b5183cbc2a52960c4411a74037c5559844bc2.tar.lz
gsoc2013-evolution-566b5183cbc2a52960c4411a74037c5559844bc2.tar.xz
gsoc2013-evolution-566b5183cbc2a52960c4411a74037c5559844bc2.tar.zst
gsoc2013-evolution-566b5183cbc2a52960c4411a74037c5559844bc2.zip
always return TRUE for now. we need to check the server response to make
* providers/nntp/camel-nntp-folder.c (_exists): always return TRUE for now. we need to check the server response to make sure the group exists. (_get_message_by_uid): make sure to account for the \n we add to the string after every line. * providers/nntp/camel-nntp-utils.c (get_XOVER_headers): function to get the headers using the XOVER command. (get_HEAD_headers): function to get the headers using the HEAD command on each message. slooooooow. (camel_nntp_get_headers): make this function use either XOVER or HEAD versions depending on whether or not the server extension is present. svn path=/trunk/; revision=2445
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 2cb93278b3..f5d2bb5571 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,18 @@
+2000-04-14 Chris Toshok <toshok@helixcode.com>
+
+ * providers/nntp/camel-nntp-folder.c (_exists): always return TRUE
+ for now. we need to check the server response to make sure the
+ group exists.
+ (_get_message_by_uid): make sure to account for the \n we add to
+ the string after every line.
+
+ * providers/nntp/camel-nntp-utils.c (get_XOVER_headers): function
+ to get the headers using the XOVER command.
+ (get_HEAD_headers): function to get the headers using the HEAD
+ command on each message. slooooooow.
+ (camel_nntp_get_headers): make this function use either XOVER or HEAD
+ versions depending on whether or not the server extension is present.
+
2000-04-14 Dan Winship <danw@helixcode.com>
* camel-formatter.[ch]: This didn't belong in Camel. Move to mail/