aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/nntp/camel-nntp-folder.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagGNOME_LIBS_1_4_1_4nobody2001-05-231-265/+0
* Lock the command channel while searching. (imap_body_contains): IfNot Zed2000-12-241-78/+9
* Fix the check for "flags aren't actually changing".Dan Winship2000-12-061-2/+6
* Remove assertion that content is there, when it no longer can be.Not Zed2000-11-301-1/+1
* lots of i18n fixesDan Winship2000-10-241-2/+2
* Update comment here so refresh_info isn't just for reconnects any more.Dan Winship2000-10-201-37/+23
* Remove camel_folder_{get,free}_subfolder_info, as we want to be able toDan Winship2000-10-031-45/+1
* Removed (camel_folder_init, camel_folder_construct): New object initDan Winship2000-09-201-69/+47
* care about response code. (get_HEAD_headers): same.Chris Toshok2000-09-061-8/+21
* use camel_remote_store_recv_line.Chris Toshok2000-09-011-17/+10
* CamelRemoteStore: a new generic store for stores that connect to servers. Pre...Peter Williams2000-08-301-5/+10
* Make sure newsrc is not null (nntp_folder_get_subfolder_names): dittoJP Rosevear2000-08-221-6/+10
* remove get_name and get_full_name assignments, since the camel-folder.cChris Toshok2000-08-121-16/+0
* Merge with camel-async.Peter Williams2000-08-111-32/+20
* Fix the NNTP provider's Makefile.am so that it does not use installedEttore Perazzoli2000-08-091-1/+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-131-38/+31
* 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-131-50/+59
* Update to reflect past changes in the Camel API. Use gtk macro castsJeffrey Stedfast2000-07-091-13/+13
* Make this return a GPtrArray rather than a GList.Dan Winship2000-07-081-1/+1
* ignore test-newsrcChris Toshok2000-06-231-407/+259
* 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-161-142/+71
* Make camel not leak like a sieve.Dan Winship2000-05-081-1/+1
* kill camel-logDan Winship2000-04-191-33/+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-151-3/+10
* okay. working now.Chris Toshok2000-04-151-16/+41
* initial import of nntp store.Chris Toshok2000-04-151-0/+687