| Commit message (Expand) | Author | Age | Files | Lines |
* | Simple subclass of CamelFolderSummary that also keeps a UIDVALIDITY value | Dan Winship | 2000-10-13 | 1 | -3/+2 |
* | Removed temp_message_buffer, and content_input_stream fields which seem to | Not Zed | 2000-10-12 | 1 | -0/+5 |
* | teach camel about "its" vs. "it's" | Jacob "Ulysses" Berkman | 2000-10-11 | 1 | -4/+4 |
* | Fix so that we don't encode every single char in the word. Also, do we | Jeffrey Stedfast | 2000-10-07 | 1 | -2/+2 |
* | Fix so that we don't encode every single char in the word. Also, do we | Jeffrey Stedfast | 2000-10-07 | 1 | -12/+13 |
* | Encode the name part of the address and don't quote the name. | Jeffrey Stedfast | 2000-10-06 | 1 | -14/+71 |
* | Modified to not encode space chars in the middle of a line. (isblank): New | Jeffrey Stedfast | 2000-10-06 | 1 | -30/+38 |
* | Handle the case where ct != NULL, but type and subtype are, and also match | Not Zed | 2000-10-04 | 1 | -2/+2 |
* | Make sure to add the space char after an encoded word when the encoding is | Jeffrey Stedfast | 2000-09-29 | 1 | -0/+2 |
* | New function to fold headers. | Not Zed | 2000-09-28 | 1 | -57/+348 |
* | (append_latin1): Do an additional mask for account for c's | Michael Zucci | 2000-08-31 | 1 | -1/+1 |
* | New function - even though its broken, we'll assume mailers send latin1 | Not Zed | 2000-08-31 | 1 | -2/+24 |
* | Use `g_free()' instead of `free()' in the `header_decode_text()' | Ettore Perazzoli | 2000-08-27 | 1 | -1/+1 |
* | More UTF-8 handling | Lauris Kaplinski | 2000-08-25 | 1 | -1/+1 |
* | put commas between addresses. | Dan Winship | 2000-08-24 | 1 | -0/+2 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-11 | 1 | -2/+6 |
* | A few string overrun checks for the mime parser | Peter Williams | 2000-08-01 | 1 | -5/+5 |
* | Make the mime parser a bit less reckless. More reckful? | Matthew Loper | 2000-07-27 | 1 | -2/+2 |
* | Remove some text cruft i was using for testing. | Michael Zucci | 2000-07-13 | 1 | -2/+1 |
* | Reset filter on setup. (reset): When resetting qp encoding, set the state | Not Zed | 2000-07-13 | 1 | -23/+75 |
* | New function to copy a header_references structure. | Dan Winship | 2000-07-10 | 1 | -1/+16 |
* | Work around In-Reply-To's with unquoted punctuation. So many broken | Dan Winship | 2000-07-08 | 1 | -1/+1 |
* | Make this deal with the full RFC822 References/In-Reply-To format rather | Dan Winship | 2000-07-07 | 1 | -12/+18 |
* | Added prototype for uudecode_step | Jeffrey Stedfast | 2000-07-06 | 1 | -3/+1 |
* | A rather complex uudecoder written in the spirit of Zucchi-ness, is it up | Jeffrey Stedfast | 2000-07-02 | 1 | -0/+105 |
* | Utilities for parsing broken date strings. | Jeffrey Stedfast | 2000-07-01 | 1 | -290/+3 |
* | oops, forgot I had blocked that code from running :) | Jeffrey Stedfast | 2000-07-01 | 1 | -2/+2 |
* | Wrote some code to try and un-mangle broken date formats and then parse | Jeffrey Stedfast | 2000-07-01 | 1 | -12/+314 |
* | KLUDGE! Since neither ETable nor GtkHTML supports UTF-8 yet, output | Dan Winship | 2000-06-17 | 1 | -1/+1 |
* | Properly dereference warning/debug messages. (header_references_decode): | Not Zed | 2000-06-08 | 1 | -6/+8 |
* | Ick, damn signs! Fix a bug with sign extended bytes. | Not Zed | 2000-06-03 | 1 | -3/+3 |
* | If we get a funny result, just throw it out. Basically a fix for the one | Not Zed | 2000-06-03 | 1 | -8/+81 |
* | Use `foo@bar' rather than `"" <foo@bar>' for email addresses with no name | Dan Winship | 2000-05-29 | 1 | -2/+2 |
* | Big bunch o memleaks fixed. | NotZed | 2000-05-12 | 1 | -0/+3 |
* | Merged NEW_SUMMARY branch back to trunk, and resolved conflicts. | NotZed | 2000-05-08 | 1 | -6/+10 |
* | And same here ... | NotZed | 2000-05-05 | 1 | -1/+3 |
* | Plug a memory leak. (header_decode_text): Fixed memory leaks with | 5 | 2000-05-05 | 1 | -31/+35 |
* | Maxcount is minimum of the max and the requested count, not the maximum :) | NotZed | 2000-05-05 | 1 | -32/+40 |
* | No, we're not going to have g_strcasecmp for no good reason, | NotZed | 2000-05-04 | 1 | -18/+18 |
* | s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael's | Jacob Leach | 2000-05-03 | 1 | -18/+18 |
* | If the iconv handle is -1, then dont try and convert (crashes | NotZed | 2000-05-03 | 1 | -10/+17 |
* | fix typo when dereferencing saveoffset. | Larry Ewing | 2000-05-03 | 1 | -1/+1 |
* | Dont try and check a NULL header. | NotZed | 2000-04-28 | 1 | -1/+1 |
* | fix format specifier for time zone. Fix typo in month names array. | Dan Winship | 2000-04-27 | 1 | -3/+2 |
* | Big fixes for the last commit which broke the message creation entirely. | Michael Zucci | 2000-04-24 | 1 | -36/+263 |
* | fix some obvious minor bugs noted by -Wall. | Dan Winship | 2000-04-24 | 1 | -2/+2 |
* | Whole swag of changes. Still lots of cleanup remaining ... | NotZed | 2000-04-23 | 1 | -2/+150 |
* | Ref the folder after setting it in the new message. | NotZed | 2000-04-22 | 1 | -55/+147 |
* | use libunicode iconv functions rather than libc ones (since libc might not | Dan Winship | 2000-04-21 | 1 | -8/+15 |
* | MERGE NEW_PARSER branch into HEAD, fixed conflicts. | NotZed | 2000-04-21 | 1 | -0/+1870 |
* | mime utils namespace change | Bertrand Guiheneuf | 1999-05-12 | 1 | -36/+0 |
* | overload wrapper class method. (_write_to_file): start to write some text | bertrand | 1999-05-12 | 1 | -0/+36 |