| Commit message (Expand) | Author | Age | Files | Lines |
* | decode newsgroups header into a list of newsgroups. | Not Zed | 2004-03-22 | 1 | -0/+5 |
* | turn off NOINFERIORS always, translate to nochildren. | Not Zed | 2004-03-11 | 1 | -7/+7 |
* | ** See bug #53269. | Not Zed | 2004-01-29 | 1 | -4/+3 |
* | ** See bug #52817. | Not Zed | 2004-01-20 | 1 | -1/+1 |
* | now based on discofolder, cache_message and append_message implemented, | Meilof Veeningen | 2004-01-13 | 1 | -136/+704 |
* | Fix the code that creates a new ssl stream to pass the correct arguments | Jeffrey Stedfast | 2003-09-22 | 1 | -2/+2 |
* | Get rid of the #ifdef ENABLE_THREADS since we no longer plan to | Jeffrey Stedfast | 2003-07-10 | 1 | -12/+8 |
* | On connection failure, unref the tcp stream. | Jeffrey Stedfast | 2002-05-28 | 1 | -62/+180 |
* | Added #include <sys/types.h> for dirent.h which needs it on MacOS X. | Jeffrey Stedfast | 2002-04-15 | 1 | -0/+4 |
* | Completely new implementation of NNTP. | Not Zed | 2001-11-30 | 1 | -648/+212 |
* | If the uid doesn't have a ',' in it, fail to crash. | Not Zed | 2001-11-28 | 1 | -1/+20 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -1/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | Add locking to camel_nntp_get_grouplist_from_server(). | Joe Shaw | 2001-07-06 | 1 | -1/+16 |
* | Added NNTP_NO_PERMISSION (502) to the list of response codes. | Joe Shaw | 2001-07-04 | 1 | -1/+5 |
* | Implemented nntp_folder_search_by_expression and nntp_folder_search_free. | Sam Creasey | 2001-07-03 | 1 | -6/+13 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | Remove the EXTRA_GNOME_CFLAGS include. | Jeffrey Stedfast | 2001-04-17 | 1 | -3/+1 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -1/+1 |
* | Rewrite a bunch. Replace the existing folder cache stuff with much simpler | Dan Winship | 2001-02-10 | 1 | -7/+0 |
* | Updated. | Jeffrey Stedfast | 2001-02-06 | 1 | -2/+2 |
* | Mostly IMAP changes. Use the NAMESPACE extension (where | Dan Winship | 2001-01-10 | 1 | -7/+4 |
* | Kill off a long-hated Camel kludge: "empty" URLs and | Dan Winship | 2001-01-10 | 1 | -12/+4 |
* | Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_* | Dan Winship | 2000-11-04 | 1 | -5/+0 |
* | Add a new argument, clean, that says whether or not to try to disconnect | Dan Winship | 2000-11-01 | 1 | -3/+4 |
* | Add a "parent" field to CamelFolderInfo. | Dan Winship | 2000-10-25 | 1 | -3/+3 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -7/+7 |
* | add function to build a tree from the nntp group names (using '.' as a | Chris Toshok | 2000-10-21 | 1 | -41/+138 |
* | No, we must not encode the headers here. These interfaces ARE raw | Not Zed | 2000-10-18 | 1 | -1/+1 |
* | remove the leading '/'. (nntp_store_subscribe_folder): same. | Chris Toshok | 2000-10-12 | 1 | -3/+3 |
* | fill in message_count and unread_message_count properly. | Chris Toshok | 2000-10-11 | 1 | -2/+4 |
* | write out the newsrc. (nntp_store_get_name): if @brief, just return host. | Chris Toshok | 2000-10-10 | 1 | -11/+8 |
* | add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): add | Chris Toshok | 2000-10-06 | 1 | -0/+78 |
* | revert to old method (only use XOVER if OVER is supported.) | Chris Toshok | 2000-10-05 | 1 | -9/+19 |
* | use "nntp:" instead of "news:" since "news:" urls aren't supposed to have | Chris Toshok | 2000-10-05 | 1 | -2/+7 |
* | borrow some code from the imap provider to query the user for their | Chris Toshok | 2000-10-05 | 1 | -25/+72 |
* | Remove default_ports. | Dan Winship | 2000-10-03 | 1 | -0/+2 |
* | Remove camel_folder_{get,free}_subfolder_info, as we want to be able to | Dan Winship | 2000-10-03 | 1 | -0/+46 |
* | Removed (camel_folder_init, camel_folder_construct): New object init | Dan Winship | 2000-09-20 | 1 | -0/+7 |
* | care about response code. (get_HEAD_headers): same. | Chris Toshok | 2000-09-06 | 1 | -80/+69 |
* | Cleanup of lots of exception handling ; bugfixes | Peter Williams | 2000-09-06 | 1 | -0/+6 |
* | remove get_folder_name. (nntp_store_get_folder_name): remove. | Chris Toshok | 2000-09-01 | 1 | -8/+0 |
* | use camel_remote_store_recv_line. | Chris Toshok | 2000-09-01 | 1 | -175/+77 |
* | make this a bit more robust. try to create an empty .newsrc file for the | Chris Toshok | 2000-09-01 | 1 | -11/+173 |
* | CamelRemoteStore: a new generic store for stores that connect to servers. Pre... | Peter Williams | 2000-08-30 | 1 | -9/+25 |
* | Automatically connect services when given a valid URL (should hopefully disco... | Peter Williams | 2000-08-23 | 1 | -7/+10 |
* | Make sure respbuffer is not null before manipulating it. If it is null, | JP Rosevear | 2000-08-22 | 1 | -3/+10 |
* | use g_get_home_dir, since evolution_dir isn't available in the providers. | Chris Toshok | 2000-08-12 | 1 | -3/+2 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -28/+18 |
* | don't add test-newsrc to the build since it needs libcamel (which isn't | Chris Toshok | 2000-07-13 | 1 | -119/+140 |
* | Update to reflect past changes in the Camel API. Use gtk macro casts | Jeffrey Stedfast | 2000-07-09 | 1 | -2/+2 |
* | New method, to return an end-user-friendly name corresponding to a | Dan Winship | 2000-07-02 | 1 | -1/+10 |
* | ignore test-newsrc | Chris Toshok | 2000-06-23 | 1 | -45/+46 |
* | get things working with new camel summary stuff. | Chris Toshok | 2000-05-16 | 1 | -12/+25 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -4/+1 |
* | kill camel-log | Dan Winship | 2000-04-19 | 1 | -5/+0 |
* | add XXX so i can find this hardcoded string later. | Chris Toshok | 2000-04-15 | 1 | -0/+1 |
* | okay. working now. | Chris Toshok | 2000-04-15 | 1 | -0/+14 |
* | initial import of nntp store. | Chris Toshok | 2000-04-15 | 1 | -0/+466 |