| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | oops, we want get_unread_message_count, not get_message_count! | 0 | 2001-10-11 | 1 | -1/+6 |
* | Turn off warnings. (get_name): Same. | Jeffrey Stedfast | 2001-10-06 | 1 | -4/+5 |
* | Unregister the operation before unreffing it. | Jeffrey Stedfast | 2001-10-05 | 1 | -0/+4 |
* | Dont re-register the connect_op if we got it by calling | 7 | 2001-09-28 | 1 | -4/+6 |
* | Change "gboolean connected" to "CamelServiceConnectionStatus status", | Dan Winship | 2001-09-27 | 1 | -15/+67 |
* | Do a clean disconnect. | Jeffrey Stedfast | 2001-09-05 | 1 | -2/+1 |
* | fixed a compile error | Jeffrey Stedfast | 2001-08-20 | 1 | -50/+51 |
* | Added some operation progress reporting. Actual data transfer is 'tricky' | Not Zed | 2001-07-23 | 1 | -1/+1 |
* | D'oh. s/FALSE/CAMEL_URL_HIDE_PASSWORD/ | Dan Winship | 2001-06-27 | 1 | -1/+1 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -1/+1 |
* | Use e_gethostbyname_r. (camel_service_gethost): Remove unused var. | Dan Winship | 2001-04-27 | 1 | -9/+3 |
* | Check if gethostbyname_r take five params | JP Rosevear | 2001-04-12 | 1 | -1/+7 |
* | Dont overwrite an exception if we got one already. Added camel_operation | Not Zed | 2001-03-30 | 1 | -10/+19 |
* | Not quite finished but checking in for some local frobbing. | Not Zed | 2001-03-30 | 1 | -14/+132 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -3/+6 |
* | change "gboolean show_passwd" to "guint32 flags". | Dan Winship | 2001-03-30 | 1 | -3/+3 |
* | Add the port (if user defined) to the path to fix bug #1996. | Jeffrey Stedfast | 2001-03-28 | 1 | -0/+6 |
* | add a "GList *authtypes", so you can get the list of authtypes used by a | Dan Winship | 2001-03-22 | 1 | -51/+17 |
* | Rewrite a bunch. Replace the existing folder cache stuff with much simpler | Dan Winship | 2001-02-10 | 1 | -47/+36 |
* | Updated. | Jeffrey Stedfast | 2001-02-06 | 1 | -16/+19 |
* | Kill off a long-hated Camel kludge: "empty" URLs and | Dan Winship | 2001-01-10 | 1 | -11/+5 |
* | Lock the command channel while searching. (imap_body_contains): If | Not Zed | 2000-12-24 | 1 | -14/+52 |
* | Don't g_return_if_fail if the service is already disconnected. Just | Dan Winship | 2000-12-02 | 1 | -1/+3 |
* | Fix the default implementation for CamelService::get_name() so that it | Ettore Perazzoli | 2000-11-08 | 1 | -1/+1 |
* | fix bug in previous | Dan Winship | 2000-11-04 | 1 | -3/+1 |
* | Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_* | Dan Winship | 2000-11-04 | 1 | -26/+17 |
* | Add a new argument, clean, that says whether or not to try to disconnect | Dan Winship | 2000-11-01 | 1 | -29/+10 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -12/+7 |
* | when using the construct (flags & CAMEL_SERVICE_URL_NEED_*) make sure to | Chris Toshok | 2000-10-17 | 1 | -8/+11 |
* | Make this take a path to a directory that Camel can use for its own | Dan Winship | 2000-09-08 | 1 | -0/+63 |
* | Make CamelServices connect only when told to (old behavior). Make CamelRemote... | Peter Williams | 2000-08-31 | 1 | -6/+16 |
* | CamelRemoteStore: a new generic store for stores that connect to servers. Pre... | Peter Williams | 2000-08-30 | 1 | -31/+48 |
* | Automatically connect services when given a valid URL (should hopefully disco... | Peter Williams | 2000-08-23 | 1 | -37/+89 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -45/+29 |
* | New method, to return an end-user-friendly name corresponding to a | Dan Winship | 2000-07-02 | 1 | -1/+32 |
* | Remove camel_service_connect_with_url. (URLs must be specified when the | Dan Winship | 2000-06-16 | 1 | -197/+98 |
* | Init filter_from to NULL, for exception case. (mbox_get_message_by_uid): | Not Zed | 2000-05-31 | 1 | -2/+8 |
* | Fix up some glib precondition stuff. Try to set the URL in | Dan Winship | 2000-05-30 | 1 | -15/+13 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -3/+3 |
* | New function to replace camel_provider_scan. Returns a list of either (a) | Dan Winship | 2000-05-04 | 1 | -8/+10 |
* | kill camel-log | Dan Winship | 2000-04-19 | 1 | -4/+0 |
* | the URL RFC says the port must be numeric, so we don't want to do | Dan Winship | 2000-04-06 | 1 | -58/+18 |
* | Add a htons in the default_number case, and document the fact that the | Dan Winship | 2000-03-31 | 1 | -3/+3 |
* | convenience functions to canonicalize the host and port values of a | Dan Winship | 2000-03-29 | 1 | -0/+88 |
* | new routine to free the data allocated by camel_service_query_auth_types. | Dan Winship | 2000-03-28 | 1 | -2/+25 |
* | New function to query a service for the authentication protocols it | Dan Winship | 2000-03-23 | 1 | -0/+32 |
* | add a field refering to a service associated to the efolder. In the case | bertrand | 2000-03-12 | 1 | -1/+1 |
* | fix the name of "Helix Code, Inc." in all the copyrights | Dan Winship | 2000-03-10 | 1 | -1/+1 |
* | add CamelExceptions to several functions. Use camel_session_new to | Dan Winship | 2000-02-22 | 1 | -23/+140 |
* | Make camel-service use a Gurl internally. Remove the login/password | Dan Winship | 2000-02-18 | 1 | -108/+59 |
* | Updated my e-mail address to reflect my new employment | Bertrand Guiheneuf | 2000-01-04 | 1 | -1/+1 |
* | Fix copyright informations once again | Bertrand Guiheneuf | 1999-12-15 | 1 | -1/+1 |
* | Copyright change | Bertrand Guiheneuf | 1999-10-23 | 1 | -1/+4 |
* | When using g_free (obj) don't test if obj != NULL g_free () already do | bertrand | 1999-09-01 | 1 | -1/+1 |
* | Address update | Bertrand Guiheneuf | 1999-08-30 | 1 | -1/+1 |
* | Message creation still consumes a lot of | bertrand | 1999-08-11 | 1 | -0/+17 |
* | updated some autogen doc stuff. Still don't understand warnings :( | bertrand | 1999-08-07 | 1 | -34/+34 |
* | merge a lot of work. Rough ChangeLog will follow | Bertrand Guiheneuf | 1999-08-01 | 1 | -18/+18 |
* | Implemented base64 encoder based on CamelStreams. Should the | Miguel de Icaza | 1999-07-15 | 1 | -1/+1 |
* | static functions naming follows gnome coding style guide. | bertrand | 1999-05-12 | 1 | -24/+24 |
* | new method. | bertrand | 1999-05-05 | 1 | -4/+92 |
* | typo fix | bertrand | 1999-05-03 | 1 | -2/+2 |
* | new methods | bertrand | 1999-05-01 | 1 | -20/+35 |
* | more test implementation. | bertrand | 1999-04-22 | 1 | -3/+3 |
* | A first attempt at setting up the documentation system. | Bertrand Guiheneuf | 1999-04-21 | 1 | -2/+1 |
* | now CamelStore inherits from CamelService. | bertrand | 1999-04-21 | 1 | -1/+1 |
* | basic abstract service class. | bertrand | 1999-04-21 | 1 | -1/+103 |
* | simple service class added | Bertrand Guiheneuf | 1999-04-21 | 1 | -0/+73 |