| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for api changes. | Not Zed | 2004-02-19 | 1 | -4/+3 |
* | Remove hard coded disable deprecated flags | JP Rosevear | 2003-12-07 | 1 | -2/+1 |
* | s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and | Jeffrey Stedfast | 2003-09-19 | 1 | -3/+3 |
* | temporarily reverting my camel namespace patches until after we merge in some... | Jeffrey Stedfast | 2003-08-27 | 1 | -3/+3 |
* | Namespaced. | Jeffrey Stedfast | 2003-08-26 | 1 | -3/+3 |
* | added a comment | Jeffrey Stedfast | 2003-03-11 | 1 | -0/+2 |
* | Fixes for bug #39168 | Jeffrey Stedfast | 2003-03-06 | 1 | -0/+11 |
* | fixed a type-o that causes a segfault | Jeffrey Stedfast | 2003-02-24 | 1 | -1/+1 |
* | Do it the same way we just made the sendmail code do it. | Jeffrey Stedfast | 2003-02-24 | 1 | -38/+33 |
* | s/g_slist_free1/g_slist_free_1 | Jeffrey Stedfast | 2003-02-23 | 1 | -2/+4 |
* | Remove all Bcc headers before sending to the smtp server. | Jeffrey Stedfast | 2003-02-23 | 1 | -4/+41 |
* | Define in terms of privincludedir. (camellibexecdir): Define in terms of | Dan Winship | 2003-02-06 | 1 | -2/+1 |
* | Update to the new $(BASE_VERSION)-versioned path. Likewise. Likewise. | Ettore Perazzoli | 2003-01-23 | 1 | -1/+1 |
* | Replace calls to g_string_sprintfa() with g_string_append_printf() since | Jeffrey Stedfast | 2002-12-18 | 1 | -11/+12 |
* | If writing to the sendmail pipe fails, wait for the sendmail process to | Jeffrey Stedfast | 2002-08-06 | 1 | -12/+20 |
* | make service_cache be an array of CAMEL_NUM_PROVIDER_TYPES elements so you | Dan Winship | 2002-04-04 | 1 | -1/+0 |
* | Use -avoid-version instead of -version-info 0:0:0, and specify -module. | Dan Winship | 2002-04-02 | 1 | -1/+1 |
* | Change the message arg to a CamelMimeMessage instead of a CamelMedium. | Dan Winship | 2002-03-29 | 1 | -88/+33 |
* | Clean up some of the Makefiles so we dont' link every library multiple | Ettore Perazzoli | 2002-01-25 | 1 | -2/+2 |
* | Updated to match the new send_to API. (smtp_send): Get the from address | Jeffrey Stedfast | 2002-01-16 | 1 | -5/+9 |
* | Change the prototype for camel_address_get_type to return a CamelType | Jeffrey Stedfast | 2001-12-21 | 1 | -14/+23 |
* | install in the right directory. (accidentally didn't commit these before) | Dan Winship | 2001-12-20 | 1 | -5/+2 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 3 | -3/+0 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 3 | -6/+6 |
* | Added CAMEL_CFLAGS so we get the right iconv stuff, patch from Yanko | 8 | 2001-10-19 | 1 | -0/+1 |
* | Init the nntp url hash and url_equal functions. | Jeffrey Stedfast | 2001-09-29 | 1 | -1/+3 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 3 | -6/+6 |
* | Check if gethostbyname_r take five params | JP Rosevear | 2001-04-12 | 1 | -1/+3 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 2 | -1/+6 |
* | add a "GList *authtypes", so you can get the list of authtypes used by a | Dan Winship | 2001-03-22 | 1 | -5/+3 |
* | More fixing for exim: It can't deal with "-tif", you need to say "-t -i | Dan Winship | 2001-03-14 | 1 | -10/+11 |
* | Remove the "-U" for now, because it breaks exim's "sendmail" wrapper. (And | Dan Winship | 2001-03-10 | 1 | -2/+2 |
* | Use "-f" to set the envelope from address so bounces go to the right | Dan Winship | 2001-03-02 | 1 | -10/+34 |
* | Updated. | Jeffrey Stedfast | 2001-02-06 | 1 | -26/+26 |
* | Added profiling temp files. | Not Zed | 2001-01-22 | 1 | -0/+4 |
* | Add an "url_flags" field to CamelProvider. Move the CAMEL_SERVICE_URL_* | Dan Winship | 2000-11-04 | 1 | -0/+2 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 2 | -17/+19 |
* | Remove default_ports. | Dan Winship | 2000-10-03 | 1 | -1/+0 |
* | Add support for specifying on which port to connect to a server; fix a potent... | Peter Williams | 2000-08-26 | 1 | -0/+1 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 2 | -23/+17 |
* | Fix Makefile.am booboo. | Peter Williams | 2000-07-28 | 1 | -2/+0 |
* | New method, to return an end-user-friendly name corresponding to a | Dan Winship | 2000-07-02 | 1 | -0/+15 |
* | Updated | Jeffrey Stedfast | 2000-06-23 | 1 | -1/+6 |
* | 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/+2 |
* | > searchpart = strchr(namepart, '?'); | NotZed | 2000-05-20 | 1 | -6/+7 |
* | Bleah. Can't fsync a pipe. As a quick kludge, just don't stream_flush it. | Dan Winship | 2000-05-10 | 1 | -2/+0 |
* | Use CamelException to signal failure. (camel_stream_write_strings): | Dan Winship | 2000-05-09 | 1 | -2/+10 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -1/+2 |
* | 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/+14 |
* | Made Evolution OAF-compatible. | Ettore Perazzoli | 2000-04-28 | 1 | -1/+5 |
* | Clarify what provider.protocol, provider.name, and provider.description | Dan Winship | 2000-04-11 | 1 | -2/+6 |
* | actually record the pid returned by fork(). Noticed by clahey. | Dan Winship | 2000-04-09 | 1 | -1/+2 |
* | fix the CamelProvider entry (new flags field was missing) | Dan Winship | 2000-03-24 | 1 | -0/+1 |
* | chuuuut. | Mathieu Lacage | 2000-02-26 | 1 | -0/+7 |
* | another typo | Dan Winship | 2000-02-25 | 1 | -1/+1 |
* | Add CamelTransport abstract class and CamelSendmailTransport | Dan Winship | 2000-02-25 | 4 | -0/+343 |