| Commit message (Expand) | Author | Age | Files | Lines |
* | If we get multiple Content-Type header values, change subsequent headers | Not Zed | 2002-04-09 | 1 | -1/+1 |
* | Changed offset variables from int's to off_t's since the system may | Jeffrey Stedfast | 2002-03-01 | 1 | -4/+4 |
* | Completely new implementation of NNTP. | Not Zed | 2001-11-30 | 1 | -0/+12 |
* | Same as below. | 1 | 2001-11-01 | 1 | -1/+22 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -11/+11 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | Remove UNICODE_CFLAGS (and some other stuff that's redundant with | Dan Winship | 2001-04-27 | 1 | -2/+0 |
* | re-constify inbuf, to remove a warning. | Not Zed | 2001-03-14 | 1 | -6/+5 |
* | Added #ifndef NO_WARNINGS around a #warning. Added (void) to the prototype | Christopher James Lahey | 2000-12-13 | 1 | -0/+2 |
* | Shite, -1 on error, >=0 on success. So i've just been truncating all the | Not Zed | 2000-11-21 | 1 | -0/+5 |
* | Fixes for the summary messageid changes. Hash the messageid and store it. | Not Zed | 2000-11-21 | 1 | -26/+140 |
* | Go until inend, not inend+1. Changed the continuation and retry logic to | Not Zed | 2000-11-11 | 1 | -187/+134 |
* | Make sure 'atleast' is at least 1, always. This is possibly a temporary | Not Zed | 2000-11-11 | 1 | -3/+4 |
* | Keep track of the caller bestenc flags that make sense. | Not Zed | 2000-11-08 | 1 | -126/+111 |
* | Set the preface/postface from the parser into the multipart object. | Not Zed | 2000-11-04 | 1 | -4/+86 |
* | Merged in camel-incremental-branch. | Not Zed | 2000-11-02 | 1 | -1/+8 |
* | Added some malloc check debugging stuff. | Not Zed | 2000-10-17 | 1 | -14/+14 |
* | Removed temp_message_buffer, and content_input_stream fields which seem to | Not Zed | 2000-10-12 | 1 | -2/+2 |
* | teach camel about "its" vs. "it's" | Jacob "Ulysses" Berkman | 2000-10-11 | 1 | -1/+1 |
* | New function to fold headers. | Not Zed | 2000-09-28 | 1 | -15/+35 |
* | Make sure *datalength is > 0 before calling camel_mime_filter_filter | Jeffrey Stedfast | 2000-09-13 | 1 | -15/+17 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-11 | 1 | -0/+3 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -51/+33 |
* | A better way to compress leading whitespace. The code is probably invalid | Not Zed | 2000-08-11 | 1 | -2/+2 |
* | Make the mime parser a bit less reckless. More reckful? | Matthew Loper | 2000-07-27 | 1 | -1/+2 |
* | get the article num out of our uid and mark it read in the newsrc. | Chris Toshok | 2000-07-13 | 1 | -1/+2 |
* | Don't copy newlines into the parsed header text, and turn any number of | Dan Winship | 2000-06-18 | 1 | -10/+22 |
* | Fixes Bug 192. | Not Zed | 2000-06-02 | 1 | -2/+20 |
* | > searchpart = strchr(namepart, '?'); | NotZed | 2000-05-20 | 1 | -18/+5 |
* | Use CamelException to signal failure. (camel_stream_write_strings): | Dan Winship | 2000-05-09 | 1 | -6/+20 |
* | Merged NEW_SUMMARY branch back to trunk, and resolved conflicts. | NotZed | 2000-05-08 | 1 | -9/+51 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -3/+3 |
* | And same here ... | NotZed | 2000-05-05 | 1 | -30/+35 |
* | Plug a memory leak. (header_decode_text): Fixed memory leaks with | 5 | 2000-05-05 | 1 | -6/+13 |
* | Maxcount is minimum of the max and the requested count, not the maximum :) | NotZed | 2000-05-05 | 1 | -10/+210 |
* | No, we're not going to have g_strcasecmp for no good reason, | NotZed | 2000-05-04 | 1 | -5/+283 |
* | s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael's | Jacob Leach | 2000-05-03 | 1 | -5/+6 |
* | Fix the previous overflow problem properly (can happen in 2 places). | NotZed | 2000-05-03 | 1 | -39/+30 |
* | fix a bug that would cause corruption with very long headers. | Dan Winship | 2000-04-29 | 1 | -1/+1 |
* | Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces, | NotZed | 2000-04-26 | 1 | -0/+1 |
* | Whole swag of changes. Still lots of cleanup remaining ... | NotZed | 2000-04-23 | 1 | -3/+48 |
* | Ref the folder after setting it in the new message. | NotZed | 2000-04-22 | 1 | -0/+4 |
* | MERGE NEW_PARSER branch into HEAD, fixed conflicts. | NotZed | 2000-04-21 | 1 | -0/+1199 |