diff options
author | Meilof Veeningen <meilof@wanadoo.nl> | 2004-01-13 06:20:40 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-01-13 06:20:40 +0800 |
commit | 70f49bc0d7ce40521c4c99b7c9dbe6255db2c788 (patch) | |
tree | 6a1cd1a9114c3cb5d64dfe10c6fd08f39e853b03 /camel/ChangeLog | |
parent | fb0dddb43d9b8a502c6c32dc10e6e485f35bec74 (diff) | |
download | gsoc2013-evolution-70f49bc0d7ce40521c4c99b7c9dbe6255db2c788.tar gsoc2013-evolution-70f49bc0d7ce40521c4c99b7c9dbe6255db2c788.tar.gz gsoc2013-evolution-70f49bc0d7ce40521c4c99b7c9dbe6255db2c788.tar.bz2 gsoc2013-evolution-70f49bc0d7ce40521c4c99b7c9dbe6255db2c788.tar.lz gsoc2013-evolution-70f49bc0d7ce40521c4c99b7c9dbe6255db2c788.tar.xz gsoc2013-evolution-70f49bc0d7ce40521c4c99b7c9dbe6255db2c788.tar.zst gsoc2013-evolution-70f49bc0d7ce40521c4c99b7c9dbe6255db2c788.zip |
now based on discofolder, cache_message and append_message implemented,
2004-01-12 Meilof Veeningen <meilof@wanadoo.nl>
* providers/nntp/camel-nntp-folder.[ch]: now based on discofolder,
cache_message and append_message implemented, only retrieve messages
when we are subscribed, some stubs
* providers/nntp/camel-nntp-provider.c: newsgroup name display
settings, password authentication, fix for check_equal where the
protocols wouldn't be checked
* providers/nntp/camel-nntp-store.[ch]: base on discostore with
online/offline support, subscriptions, downloading changed parts of
the newsgroup list, some stubs, authentication, automatic reconnect
* providers/nntp/camel-nntp-store-summary.[ch]: NNTP store
summary based on IMAP code
* providers/nntp/camel-nntp-summary.c: save summary after xover
* providers/nntp/camel-nntp-grouplist.h: added CamelNNTPGroupList
structs
* providers/nntp/Makefile.am: added store summary
svn path=/trunk/; revision=24178
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 4f11989338..16c276217b 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,27 @@ +2004-01-12 Meilof Veeningen <meilof@wanadoo.nl> + + * providers/nntp/camel-nntp-folder.[ch]: now based on discofolder, + cache_message and append_message implemented, only retrieve messages + when we are subscribed, some stubs + + * providers/nntp/camel-nntp-provider.c: newsgroup name display + settings, password authentication, fix for check_equal where the + protocols wouldn't be checked + + * providers/nntp/camel-nntp-store.[ch]: base on discostore with + online/offline support, subscriptions, downloading changed parts of + the newsgroup list, some stubs, authentication, automatic reconnect + + * providers/nntp/camel-nntp-store-summary.[ch]: NNTP store + summary based on IMAP code + + * providers/nntp/camel-nntp-summary.c: save summary after xover + + * providers/nntp/camel-nntp-grouplist.h: added CamelNNTPGroupList + structs + + * providers/nntp/Makefile.am: added store summary + 2004-01-12 Not Zed <NotZed@Ximian.com> ** See bug 52725. @@ -31,7 +55,7 @@ * providers/groupwise/groupwise-config-listener.c (is_groupwise_account): added null check for source url to take care of accounts with Server Types as "None" - + 2004-01-09 Not Zed <NotZed@Ximian.com> * providers/imap/camel-imap-store.c (imap_forget_folder): fix @@ -69,7 +93,7 @@ to add e-sources for groupwise calender and tasks * providers/groupwise/Makefile.am : added new files to Makefile.am - + 2004-01-05 JP Rosevear <jpr@ximian.com> * camel-utf8.c: include sys/types.h for freebsd |