| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow the url to be NULL just like the libc free convention. | Jeffrey Stedfast | 2001-07-27 | 3 | -14/+23 |
* | Send an IMAP command, but don't wait for responses. | Dan Winship | 2001-07-27 | 5 | -233/+504 |
* | Add another Sender pattern. | Dan Winship | 2001-07-25 | 2 | -0/+6 |
* | Change the break into a continue, we should process as many as we can | Not Zed | 2001-07-25 | 3 | -5/+17 |
* | oops, and just in case value is NULL... | Jeffrey Stedfast | 2001-07-25 | 1 | -1/+1 |
* | Handle broken mailers that send unencoded 8bit header params. And there | Jeffrey Stedfast | 2001-07-25 | 2 | -0/+41 |
* | New #define, and there was much rejoicing. Rah. | Jeffrey Stedfast | 2001-07-25 | 2 | -0/+7 |
* | Somehow this missed the commit. | Not Zed | 2001-07-24 | 1 | -2/+2 |
* | Added some warnings for bad cases. | Not Zed | 2001-07-24 | 2 | -4/+26 |
* | Slight fix for when source == destination (we don't want to do this action | Jeffrey Stedfast | 2001-07-24 | 2 | -0/+9 |
* | Added some operation progress reporting. Actual data transfer is 'tricky' | Not Zed | 2001-07-23 | 4 | -12/+44 |
* | More usage fixes for CamelException. Check our own exception for | Peter Williams | 2001-07-21 | 2 | -2/+12 |
* | Pull up test fixes to get them building again | JP Rosevear | 2001-07-21 | 10 | -12/+18 |
* | renamed to camel_charset_to_iconv() to make it just a little more | Not Zed | 2001-07-20 | 6 | -9/+15 |
* | Convert to the iconv-friendly charset names. | Jeffrey Stedfast | 2001-07-20 | 9 | -116/+165 |
* | Fixed a compiler warning about returning without a value in a non-void | Jeffrey Stedfast | 2001-07-20 | 1 | -1/+1 |
* | Modified to treat the return value from camel_charset_locale_name() as a | Jeffrey Stedfast | 2001-07-20 | 5 | -62/+79 |
* | In camel: | Peter Williams | 2001-07-20 |