| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of the #ifdef ENABLE_THREADS since we no longer plan to | Jeffrey Stedfast | 2003-07-10 | 1 | -19/+7 |
* | Use camel_mkdir(). | Jeffrey Stedfast | 2003-07-08 | 1 | -1/+2 |
* | Updated for string-utils namespace changes. | Jeffrey Stedfast | 2003-07-08 | 1 | -3/+3 |
* | Ensure cmdbuf is initialized to avoid compiler warning. | Jeremy Katz | 2003-05-17 | 1 | -3/+3 |
* | oops, the service owns the url after we construct it. | Not Zed | 2003-04-23 | 1 | -2/+0 |
* | ** Should fix #41629, #41448, et al. | Not Zed | 2003-04-23 | 1 | -28/+10 |
* | Fixes for bug #39170 | Jeffrey Stedfast | 2003-03-06 | 1 | -2/+2 |
* | Same as the gpg and pkcs7 contexts. | Jeffrey Stedfast | 2003-02-15 | 1 | -4/+6 |
* | add a "translation_domain" field. (NULL for all providers in the camel | Dan Winship | 2003-01-08 | 1 | -5/+8 |
* | Removed hash-table-utils.[c,h] from the build. | Jeffrey Stedfast | 2002-11-01 | 1 | -1/+1 |
* | Don't register the noop timeout here anymore, we're gonna handle all this | Jeffrey Stedfast | 2002-08-22 | 1 | -76/+4 |
* | up the timeout to 10 minutes | Jeffrey Stedfast | 2002-08-21 | 1 | -1/+1 |
* | Override the default noop implementation. | Jeffrey Stedfast | 2002-08-21 | 1 | -2/+38 |
* | Set CAMEL_URL_NEED_PATH for the vFolder provider. | Jeffrey Stedfast | 2002-08-21 | 1 | -6/+6 |
* | If the passed-in URL contains a path, but the service doesn't allow paths, | Dan Winship | 2002-08-19 | 1 | -0/+6 |
* | make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so you | Dan Winship | 2002-04-04 | 1 | -15/+19 |
* | Now takes a url argument. | Jeffrey Stedfast | 2002-03-13 | 1 | -1/+1 |
* | Changed name from "NT Login" to simply "Login". | Not Zed | 2002-01-30 | 1 | -1/+1 |
* | 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 |
* | When registering provider, translate all strings. | 9 | 2001-10-20 | 1 | -0/+23 |
* | Fix up the provider flags to specify things more completely so we don't | Dan Winship | 2001-10-02 | 1 | -1/+1 |
* | Init the nntp url hash and url_equal functions. | Jeffrey Stedfast | 2001-09-29 | 1 | -2/+4 |
* | Change "gboolean connected" to "CamelServiceConnectionStatus status", | Dan Winship | 2001-09-27 | 1 | -1/+1 |
* | General cleanup of camel debug printfs. | 9 | 2001-09-19 | 1 | -5/+7 |
* | If filter inbox is set on the store, and we're opening inbox '', then | 8 | 2001-09-19 | 1 | -2/+184 |
* | Properly determine match type to pass to header_match. | Not Zed | 2001-08-08 | 1 | -2/+4 |
* | Clean up some exception misusage. | Peter Williams | 2001-07-18 | 1 | -3/+5 |
* | new method to get an application-initialized filter driver. | Dan Winship | 2001-07-02 | 1 | -0/+17 |
* | The service can be NULL here too, thanks to Wayne Davis for pointing this | Jeffrey Stedfast | 2001-05-17 | 1 | -1/+0 |
* | Don't abort if the Service is NULL, this is perfectly valid for cipher | Jeffrey Stedfast | 2001-05-11 | 1 | -1/+0 |
* | Set the disconnected status. (camel_disco_store_can_work_offline): Return | Dan Winship | 2001-05-10 | 1 | -0/+27 |
* | Redo this a lot so that instead of having a class full of callbacks, we | Dan Winship | 2001-04-28 | 1 | -152/+230 |
* | Remove the EXTRA_GNOME_CFLAGS include. | Jeffrey Stedfast | 2001-04-17 | 1 | -6/+6 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -0/+3 |
* | New. Return the provider for a URL. | Dan Winship | 2001-03-26 | 1 | -18/+62 |
* | eh, changed my mind, put the exception back in camel_url_new() | Dan Winship | 2001-03-26 | 1 | -6/+2 |
* | New URL parser with full RFC1808 relative URL support. Yum. | Dan Winship | 2001-03-26 | 1 | -2/+6 |
* | add a "GList *authtypes", so you can get the list of authtypes used by a | Dan Winship | 2001-03-22 | 1 | -5/+3 |
* | So it turns out that NSS_Init *isn't* idempotent, so we have to protect | Jeffrey Stedfast | 2001-03-15 | 1 | -2/+1 |
* | Created a new mode (CAMEL_AUTHENTICATOR_ACCEPT) which is a Yes/No prompt | Jeffrey Stedfast | 2001-03-10 | 1 | -27/+8 |
* | Removed all files. | Not Zed | 2001-02-22 | 1 | -0/+24 |
* | Rewrite a bunch. Replace the existing folder cache stuff with much simpler | Dan Winship | 2001-02-10 | 1 | -2/+7 |
* | Changed to push the operation into a status stack. | Not Zed | 2001-02-08 | 1 | -254/+0 |
* | Add missing header for cancel check stuff. | Not Zed | 2001-02-02 | 1 | -1/+1 |
* | Index: ChangeLog | Michael Zucci | 2001-01-17 | 1 | -8/+9 |
* | Ugh, this design is ugly like my butt. | Jeffrey Stedfast | 2001-01-16 | 1 | -0/+25 |
* | Chganged len back to be unsigned. And do a simple range check on the | Not Zed | 2001-01-16 | 1 | -7/+35 |
* | A cancellable connection routine. (remote_send_string): Return cancelled | Not Zed | 2001-01-15 | 1 | -0/+226 |
* | Lock the command channel while searching. (imap_body_contains): If | Not Zed | 2000-12-24 | 1 | -2/+30 |
* | Add a missed unref. | Not Zed | 2000-11-29 | 1 | -0/+1 |
* | add a missing #include | Dan Winship | 2000-10-25 | 1 | -0/+1 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -3/+2 |
* | Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY value | Dan Winship | 2000-10-13 | 1 | -20/+7 |
* | Make this not leak. | Dan Winship | 2000-09-08 | 1 | -2/+3 |
* | Make this take a path to a directory that Camel can use for its own | Dan Winship | 2000-09-08 | 1 | -9/+111 |
* | Make CamelServices connect only when told to (old behavior). Make CamelRemote... | Peter Williams | 2000-08-31 | 1 | -0/+19 |
* | CamelRemoteStore: a new generic store for stores that connect to servers. Pre... | Peter Williams | 2000-08-30 | 1 | -1/+1 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -31/+73 |
* | remove some non-error case debugging messages. | Dan Winship | 2000-07-06 | 1 | -3/+0 |
* | Updated | Jeffrey Stedfast | 2000-06-23 | 1 | -23/+40 |
* | Only fetch the summary if the folder summary doesn't already exist. When | Jeffrey Stedfast | 2000-06-21 | 1 | -4/+4 |
* | Add another argument, "mode", which can be CAMEL_AUTHENTICATOR_ASK or | Dan Winship | 2000-06-10 | 1 | -16/+26 |
* | Don't ref the services in the cache. | Christopher James Lahey | 2000-06-03 | 1 | -9/+0 |
* | Ref and unref objects in the service cache properly. | Christopher James Lahey | 2000-06-03 | 1 | -0/+3 |
* | Init filter_from to NULL, for exception case. (mbox_get_message_by_uid): | Not Zed | 2000-05-31 | 1 | -5/+57 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -1/+1 |
* | New function to replace camel_provider_scan. Returns a list of either (a) | Dan Winship | 2000-05-04 | 1 | -0/+62 |
* | Tweak the definition of CamelProvider. Among other things, a provider may | Dan Winship | 2000-04-30 | 1 | -216/+58 |
* | Set the exception if no provider is found. | Dan Winship | 2000-04-18 | 1 | -1/+5 |
* | the URL RFC says the port must be numeric, so we don't want to do | Dan Winship | 2000-04-06 | 1 | -11/+7 |
* | fix the name of "Helix Code, Inc." in all the copyrights | Dan Winship | 2000-03-10 | 1 | -1/+1 |
* | More changes than a man can remember. | Bertrand Guiheneuf | 2000-03-06 | 1 | -0/+8 |
* | add camel_session_get_transport_for_protocol | Dan Winship | 2000-02-25 | 1 | -0/+43 |
* | Add "authenticator" to CamelSession and update things to use it. | Dan Winship | 2000-02-22 | 1 | -2/+39 |
* | add CamelExceptions to several functions. Use camel_session_new to | Dan Winship | 2000-02-22 | 1 | -44/+69 |
* | New header with the typedefs for all camel classes. Now the class headers | Dan Winship | 2000-02-19 | 1 | -1/+1 |
* | use camel_stream_reset instead of seek. The formatter should be able to | bertrand | 2000-02-18 | 1 | -1/+1 |
* | add exception handling everywhere in the store related functions | bertrand | 2000-01-22 | 1 | -2/+2 |
* | 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 |
* | Address update | Bertrand Guiheneuf | 1999-08-30 | 1 | -1/+1 |
* | those two func go here now. | bertrand | 1999-08-13 | 1 | -0/+1 |
* | remove stupid debug code. (add_mail_store): use camel_session_get_store | bertrand | 1999-08-13 | 1 | -0/+6 |
* | compilation and runtime fixes. | bertrand | 1999-08-12 | 1 | -1/+3 |
* | new function: returns a store for an URL. | bertrand | 1999-08-12 | 1 | -2/+76 |
* | new file. MH provider registration stuff. | bertrand | 1999-08-12 | 1 | -1/+1 |
* | merge a lot of work. Rough ChangeLog will follow | Bertrand Guiheneuf | 1999-08-01 | 1 | -1/+0 |
* | Implemented base64 encoder based on CamelStreams. Should the | Miguel de Icaza | 1999-07-15 | 1 | -1/+1 |
* | new methods | bertrand | 1999-05-01 | 1 | -1/+1 |
* | initialize folder object. | bertrand | 1999-04-26 | 1 | -3/+4 |
* | new method to set the default provider for a protocol. | bertrand | 1999-04-25 | 1 | -1/+61 |
* | start session object | Bertrand Guiheneuf | 1999-04-25 | 1 | -0/+71 |