| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Lock the command channel while searching. (imap_body_contains): If | Not Zed | 2000-12-24 | 2 | -90/+93 |
* | change a bunch of IS_CAMEL_* macros to CAMEL_IS_* | Dan Winship | 2000-12-14 | 2 | -2/+2 |
* | Fix the check for "flags aren't actually changing". | Dan Winship | 2000-12-06 | 1 | -2/+6 |
* | Remove assertion that content is there, when it no longer can be. | Not Zed | 2000-11-30 | 2 | -5/+8 |
* | Fixes for the summary messageid changes. Hash the messageid and store it. | Not Zed | 2000-11-21 | 1 | -2/+6 |
* | Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_* | Dan Winship | 2000-11-04 | 2 | -5/+3 |
* | Add a new argument, clean, that says whether or not to try to disconnect | Dan Winship | 2000-11-01 | 1 | -3/+4 |
* | Remove md5-utils.h include since it's not part of Camel any more. | Dan Winship | 2000-10-30 | 1 | -2/+4 |
* | Add a "parent" field to CamelFolderInfo. | Dan Winship | 2000-10-25 | 1 | -3/+3 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 5 | -20/+20 |
* | add camel-nntp-types.h. | Chris Toshok | 2000-10-24 | 1 | -1/+2 |
* | add function to build a tree from the nntp group names (using '.' as a | Chris Toshok | 2000-10-21 | 1 | -41/+138 |
* | Update comment here so refresh_info isn't just for reconnects any more. | Dan Winship | 2000-10-20 | 1 | -37/+23 |
* | 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 | 4 | -30/+54 |
* | write out the newsrc. (nntp_store_get_name): if @brief, just return host. | Chris Toshok | 2000-10-10 | 2 | -57/+86 |
* | new file. | Chris Toshok | 2000-10-07 | 3 | -0/+301 |
* | add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): add | Chris Toshok | 2000-10-06 | 6 | -23/+194 |
* | revert to old method (only use XOVER if OVER is supported.) | Chris Toshok | 2000-10-05 | 2 | -14/+24 |
* | return a gboolean so we can tell if this command worked. we can't key off | Chris Toshok | 2000-10-05 | 1 | -8/+9 |
* | news: -> nntp:. | Chris Toshok | 2000-10-05 | 1 | -23/+2 |
* | 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 | 2 | -30/+109 |
* | Remove default_ports. | Dan Winship | 2000-10-03 | 2 | -2/+2 |
* | Remove camel_folder_{get,free}_subfolder_info, as we want to be able to | Dan Winship | 2000-10-03 | 2 | -45/+47 |
* | Removed (camel_folder_init, camel_folder_construct): New object init | Dan Winship | 2000-09-20 | 5 | -74/+59 |
* | fixes to make this beast distcheck | Peter Teichman | 2000-09-13 | 1 | -0/+1 |
* | Fixed a warning. | Christopher James Lahey | 2000-09-09 | 2 | -0/+2 |
* | care about response code. (get_HEAD_headers): same. | Chris Toshok | 2000-09-06 | 9 | -97/+263 |
* | 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 | 5 | -219/+100 |
* | make this a bit more robust. try to create an empty .newsrc file for the | Chris Toshok | 2000-09-01 | 4 | -37/+266 |
* | CamelRemoteStore: a new generic store for stores that connect to servers. Pre... | Peter Williams | 2000-08-30 | 2 | -14/+35 |
* | Add support for specifying on which port to connect to a server; fix a potent... | Peter Williams | 2000-08-26 | 1 | -0/+2 |
* | Remove this duplicate file to fix build | JP Rosevear | 2000-08-25 | 1 | -0/+2 |
* | Automatically connect services when given a valid URL (should hopefully disco... | Peter Williams | 2000-08-23 | 1 | -7/+10 |
* | Make sure newsrc is not null (nntp_folder_get_subfolder_names): ditto | JP Rosevear | 2000-08-22 | 2 | -6/+18 |
* | Make sure respbuffer is not null before manipulating it. If it is null, | JP Rosevear | 2000-08-22 | 1 | -3/+10 |
* | Add camel-nntp-utils.h | Dan Winship | 2000-08-14 | 1 | -1/+2 |
* | remove get_name and get_full_name assignments, since the camel-folder.c | Chris Toshok | 2000-08-12 | 1 | -16/+0 |
* | 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 | 6 | -77/+55 |
* | Fix the NNTP provider's Makefile.am so that it does not use installed | Ettore Perazzoli | 2000-08-09 | 2 | -5/+8 |
* | New code to keep an on-disk cache of what UIDs have been seen in a folder. | Dan Winship | 2000-08-09 | 1 | -1/+1 |
* | Initialize the service_cache for the news/nntp providers | Jeffrey Stedfast | 2000-08-04 | 1 | -6/+10 |
* | srcdir != builddir fix | Peter Williams | 2000-08-03 | 1 | -0/+1 |
* | Fix Makefile.am booboo. | Peter Williams | 2000-07-28 | 1 | -2/+0 |
* | Remove exceptions from a number of methods that work on what ought to be | Dan Winship | 2000-07-25 | 1 | -37/+18 |
* | Remove camel_folder_get_message_uid, which was not used, and not | Dan Winship | 2000-07-24 | 1 | -10/+0 |
* | get the article num out of our uid and mark it read in the newsrc. | Chris Toshok | 2000-07-13 | 2 | -40/+38 |
* | Useful default implementations for free_{uids,subfolder_names,summary}. | Dan Winship | 2000-07-13 | 1 | -20/+2 |
* | don't add test-newsrc to the build since it needs libcamel (which isn't | Chris Toshok | 2000-07-13 | 4 | -179/+212 |
* | Update to reflect past changes in the Camel API. Use gtk macro casts | Jeffrey Stedfast | 2000-07-09 | 3 | -17/+17 |
* | Make this return a GPtrArray rather than a GList. | Dan Winship | 2000-07-08 | 1 | -1/+1 |
* | 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 | 10 | -472/+840 |
* | don't pass a second (incorrect) -rpath in addition to the (correct) one | Dan Winship | 2000-06-13 | 1 | -1/+1 |
* | Add a domain field to CamelProvider, to say what kind of data it provides. | Dan Winship | 2000-05-29 | 1 | -0/+4 |
* | remove message_number_capability and require uid capatibility. | Dan Winship | 2000-05-19 | 1 | -8/+10 |
* | get things working with new camel summary stuff. | Chris Toshok | 2000-05-16 | 9 | -679/+142 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 2 | -5/+2 |
* | s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael's | Jacob Leach | 2000-05-03 | 1 | -5/+5 |
* | Set G_LOG_DOMAIN in following files. | Matthew Loper | 2000-05-03 | 1 | -1/+2 |
* | Tweak the definition of CamelProvider. Among other things, a provider may | Dan Winship | 2000-04-30 | 3 | -15/+36 |
* | kill camel-log | Dan Winship | 2000-04-19 | 4 | -46/+0 |
* | Remove the "session" field from CamelMimeMessage. Nothing uses it, about | Dan Winship | 2000-04-18 | 1 | -1/+1 |
* | always return TRUE for now. we need to check the server response to make | Chris Toshok | 2000-04-15 | 2 | -48/+157 |
* | 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 | 3 | -16/+77 |
* | initial import of nntp store. | Chris Toshok | 2000-04-15 | 11 | -0/+2014 |