summaryrefslogtreecommitdiff
path: root/camel/providers/nntp/camel-nntp-store.c
Commit message (Expand)AuthorAgeFilesLines
* bump version, libtool numbersEVOLUTION_DATA_SERVER_0_0_95evolution-data-server-0-0-95JP Rosevear2004-07-021-1335/+0
* move the stream based checking into the loop, after we connect. Fixes aNot Zed2004-06-101-8/+8
* reset current folder. (connect_to_server): and here too just to make sure.Not Zed2004-06-031-1/+6
* disconnect if we get an io error or user cancellation.Not Zed2004-06-031-0/+1
* only save the summary, don't update from server, thats what refresh infoNot Zed2004-06-031-154/+340
* removed.Not Zed2004-05-261-14/+9
* added a 'domain' argument, and rearragned arguments to be prettier andNot Zed2004-05-211-2/+2
* decode newsgroups header into a list of newsgroups.Not Zed2004-03-221-0/+5
* turn off NOINFERIORS always, translate to nochildren.Not Zed2004-03-111-7/+7
* ** See bug #53269.Not Zed2004-01-291-4/+3
* ** See bug #52817.Not Zed2004-01-201-1/+1
* now based on discofolder, cache_message and append_message implemented,Meilof Veeningen2004-01-121-136/+704
* Fix the code that creates a new ssl stream to pass the correct argumentsJeffrey Stedfast2003-09-221-2/+2
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-091-12/+8
* On connection failure, unref the tcp stream.Jeffrey Stedfast2002-05-281-62/+180
* Added #include <sys/types.h> for dirent.h which needs it on MacOS X.Jeffrey Stedfast2002-04-141-0/+4
* Completely new implementation of NNTP.Not Zed2001-11-301-648/+212
* If the uid doesn't have a ',' in it, fail to crash.Not Zed2001-11-271-1/+20
* Fixing the license text.Ettore Perazzoli2001-10-271-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Add locking to camel_nntp_get_grouplist_from_server().Joe Shaw2001-07-061-1/+16
* Added NNTP_NO_PERMISSION (502) to the list of response codes.Joe Shaw2001-07-031-1/+5
* Implemented nntp_folder_search_by_expression and nntp_folder_search_free.Sam Creasey2001-07-031-6/+13
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-231-1/+1
* Remove the EXTRA_GNOME_CFLAGS include.Jeffrey Stedfast2001-04-161-3/+1
* Big header cleanups and nntp compile fixKjartan Maraas2001-03-291-1/+1
* Rewrite a bunch. Replace the existing folder cache stuff with much simplerDan Winship2001-02-091-7/+0
* Updated.Jeffrey Stedfast2001-02-051-2/+2
* Mostly IMAP changes. Use the NAMESPACE extension (whereDan Winship2001-01-091-7/+4
* Kill off a long-hated Camel kludge: "empty" URLs andDan Winship2001-01-091-12/+4
* Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_*Dan Winship2000-11-031-5/+0
* Add a new argument, clean, that says whether or not to try to disconnectDan Winship2000-10-311-3/+4
* Add a "parent" field to CamelFolderInfo.Dan Winship2000-10-251-3/+3
* lots of i18n fixesDan Winship2000-10-241-7/+7
* add function to build a tree from the nntp group names (using '.' as aChris Toshok2000-10-201-41/+138
* No, we must not encode the headers here. These interfaces ARE rawNot Zed2000-10-181-1/+1
* remove the leading '/'. (nntp_store_subscribe_folder): same.Chris Toshok2000-10-111-3/+3
* fill in message_count and unread_message_count properly.Chris Toshok2000-10-111-2/+4
* write out the newsrc. (nntp_store_get_name): if @brief, just return host.Chris Toshok2000-10-101-11/+8
* add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): addChris Toshok2000-10-061-0/+78
* revert to old method (only use XOVER if OVER is supported.)Chris Toshok2000-10-051-9/+19
* use "nntp:" instead of "news:" since "news:" urls aren't supposed to haveChris Toshok2000-10-041-2/+7
* borrow some code from the imap provider to query the user for theirChris Toshok2000-10-041-25/+72
* Remove default_ports.Dan Winship2000-10-021-0/+2
* Remove camel_folder_{get,free}_subfolder_info, as we want to be able toDan Winship2000-10-021-0/+46
* Removed (camel_folder_init, camel_folder_construct): New object initDan Winship2000-09-191-0/+7
* care about response code. (get_HEAD_headers): same.Chris Toshok2000-09-051-80/+69
* Cleanup of lots of exception handling ; bugfixesPeter Williams2000-09-051-0/+6
* remove get_folder_name. (nntp_store_get_folder_name): remove.Chris Toshok2000-09-011-8/+0
* use camel_remote_store_recv_line.Chris Toshok2000-09-011-175/+77