aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/nntp
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagCONTROL_CENTER_1_3_1nobody2000-08-2213-1975/+0
* Make sure newsrc is not null (nntp_folder_get_subfolder_names): dittoJP Rosevear2000-08-222-6/+18
* Make sure respbuffer is not null before manipulating it. If it is null,JP Rosevear2000-08-221-3/+10
* Add camel-nntp-utils.hDan Winship2000-08-141-1/+2
* remove get_name and get_full_name assignments, since the camel-folder.cChris Toshok2000-08-121-16/+0
* use g_get_home_dir, since evolution_dir isn't available in the providers.Chris Toshok2000-08-121-3/+2
* Merge with camel-async.Peter Williams2000-08-116-77/+55
* Fix the NNTP provider's Makefile.am so that it does not use installedEttore Perazzoli2000-08-092-5/+8
* New code to keep an on-disk cache of what UIDs have been seen in a folder.Dan Winship2000-08-091-1/+1
* Initialize the service_cache for the news/nntp providersJeffrey Stedfast2000-08-041-6/+10
* srcdir != builddir fixPeter Williams2000-08-031-0/+1
* Fix Makefile.am booboo.Peter Williams2000-07-281-2/+0
* Remove exceptions from a number of methods that work on what ought to beDan Winship2000-07-251-37/+18
* Remove camel_folder_get_message_uid, which was not used, and notDan Winship2000-07-241-10/+0
* get the article num out of our uid and mark it read in the newsrc.Chris Toshok2000-07-132-40/+38
* Useful default implementations for free_{uids,subfolder_names,summary}.Dan Winship2000-07-131-20/+2
* don't add test-newsrc to the build since it needs libcamel (which isn'tChris Toshok2000-07-134-179/+212
* Update to reflect past changes in the Camel API. Use gtk macro castsJeffrey Stedfast2000-07-093-17/+17
* Make this return a GPtrArray rather than a GList.Dan Winship2000-07-081-1/+1
* New method, to return an end-user-friendly name corresponding to aDan Winship2000-07-021-1/+10
* ignore test-newsrcChris Toshok2000-06-2310-472/+840
* don't pass a second (incorrect) -rpath in addition to the (correct) oneDan Winship2000-06-131-1/+1
* Add a domain field to CamelProvider, to say what kind of data it provides.Dan Winship2000-05-291-0/+4
* remove message_number_capability and require uid capatibility.Dan Winship2000-05-191-8/+10
* get things working with new camel summary stuff.Chris Toshok2000-05-169-679/+142
* Make camel not leak like a sieve.Dan Winship2000-05-082-5/+2
* s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael'sJacob Leach2000-05-031-5/+5
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-031-1/+2
* Tweak the definition of CamelProvider. Among other things, a provider mayDan Winship2000-04-303-15/+36
* kill camel-logDan Winship2000-04-194-46/+0
* Remove the "session" field from CamelMimeMessage. Nothing uses it, aboutDan Winship2000-04-181-1/+1
* always return TRUE for now. we need to check the server response to makeChris Toshok2000-04-152-48/+157
* add XXX so i can find this hardcoded string later.Chris Toshok2000-04-151-0/+1
* okay. working now.Chris Toshok2000-04-153-16/+77
* initial import of nntp store.Chris Toshok2000-04-1511-0/+2014