| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure cmdbuf is initialized to avoid compiler warning. | Jeremy Katz | 2003-05-17 | 1 | -1/+2 |
* | Don't call g_utf8_validate on an empty message. Fixes a warning. | Dan Winship | 2003-05-05 | 1 | -1/+1 |
* | Dont assume adding 1 to line length will go to the next line. e.g. for dos | Not Zed | 2003-04-17 | 1 | -1/+1 |
* | Do a more thorough check for html marked as text/plain. Check that the | Not Zed | 2003-03-27 | 1 | -2/+3 |
* | Camel part of the fix for Lewing's bug #39204. Second half of the patch | Jeffrey Stedfast | 2003-03-22 | 1 | -8/+21 |
* | canonicalise the charset name (if it is an iso charset) so that our | Jeffrey Stedfast | 2003-02-26 | 1 | -2/+56 |
* | Same as the ones below. | Jeffrey Stedfast | 2003-02-26 | 1 | -9/+10 |
* | Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown(). | Jeffrey Stedfast | 2003-02-21 | 1 | -16/+14 |
* | Detect text/html parts that were marked as text/plain and re-tag them as | Jeffrey Stedfast | 2002-12-17 | 1 | -14/+32 |
* | Use g_strerror when setting an exception string (we need it to be in | Jeffrey Stedfast | 2002-11-11 | 1 | -2/+2 |
* | Created temporary link list, we need to link with something for gettext. | Not Zed | 2002-11-05 | 1 | -1/+1 |
* | Remove a ton of useless snot. | Jeffrey Stedfast | 2002-11-01 | 1 | -2/+2 |
* | Changed to use a different length calculator. | Not Zed | 2002-07-19 | 1 | -5/+12 |
* | oops, changed the location of where we check for multipart/encrypted | Jeffrey Stedfast | 2002-07-12 | 1 | -4/+7 |
* | Handle multipart/encrypted parts too. | Jeffrey Stedfast | 2002-07-12 | 1 | -3/+7 |
* | Added a protocol field for users to use. | Not Zed | 2002-05-31 | 1 | -29/+13 |
* | If the last message(s) were deleted, and we had any messages output, | Not Zed | 2002-04-11 | 1 | -0/+3 |
* | oops, after converting everything truncate the GByteArray to the correct leng... | Jeffrey Stedfast | 2002-04-11 | 1 | -0/+4 |
* | Fixed a bug that would miscalculate how much data to copy into the | Jeffrey Stedfast | 2002-04-11 | 1 | -46/+61 |
* | Reverted my pgp/mime fixes here too. | Jeffrey Stedfast | 2002-03-02 | 1 | -27/+2 |
* | Rearrange the save filter stuff so that we save raw streams for all mime | Jeffrey Stedfast | 2002-03-01 | 1 | -36/+31 |
* | only save raw streams for leaf parts. | Jeffrey Stedfast | 2002-02-28 | 1 | -2/+9 |
* | Don't #include camel-mime-filter-save.h, we don't use it. | Jeffrey Stedfast | 2002-02-28 | 1 | -1/+27 |
* | revert my "simplification" of the last commit, it was broken - I must have be... | Jeffrey Stedfast | 2001-12-19 | 1 | -4/+13 |
* | New function to map ISO charsets to the Windows charsets. | Jeffrey Stedfast | 2001-12-18 | 1 | -26/+49 |
* | Protect against either of the types being NULL. | Jeffrey Stedfast | 2001-12-11 | 1 | -4/+5 |
* | For the uudecoding mode, garble up the "begin <mode> <filename>" line | Jeffrey Stedfast | 2001-11-27 | 1 | -2/+6 |
* | 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 |
* | Remove the stupid warning that should never have been there in the first | 5 | 2001-10-26 | 1 | -2/+2 |
* | Only do the rawtext checks if the part is a text part, otherwise don't | Jeffrey Stedfast | 2001-10-22 | 1 | -1/+1 |
* | If a charset isn't specified or claims to be utf-8, check the validity of | Jeffrey Stedfast | 2001-10-19 | 1 | -2/+28 |
* | Removed charset/locale charset lookup and iconv_open/close functions, | 1 | 2001-10-12 | 1 | -4/+6 |
* | Change to camel_charset_iconv_open/close. | 2 | 2001-10-03 | 1 | -2/+2 |
* | If the type is encoded, get the fallback charset from the message | 4 | 2001-09-25 | 1 | -4/+2 |
* | Convert the charset to the iconv-friendly name. | Jeffrey Stedfast | 2001-09-14 | 1 | -0/+2 |
* | Reuse the original boundary instead of generating our own. | Jeffrey Stedfast | 2001-09-08 | 1 | -2/+5 |
* | re-read the iconv man page, and treat the return value properly. It | Not Zed | 2001-08-27 | 1 | -145/+110 |
* | Revert Not Zed's previous commits as they apparently can cause serious | Peter Williams | 2001-08-25 | 1 | -91/+82 |
* | Limit the maximum output buffer size. iconv bugs? returns E2BIG forever on | Not Zed | 2001-08-24 | 1 | -1/+2 |
* | Likewise. | Not Zed | 2001-08-24 | 1 | -82/+90 |
* | renamed to camel_charset_to_iconv() to make it just a little more | Not Zed | 2001-07-20 | 1 | -1/+1 |
* | Convert to the iconv-friendly charset names. | Jeffrey Stedfast | 2001-07-20 | 1 | -3/+3 |
* | No need for `acharset' anymore. (check_html_charset): Return a const char* | Jeffrey Stedfast | 2001-07-20 | 1 | -13/+11 |
* | Removed. (check_html_charset): Replaced with this. | Not Zed | 2001-07-12 | 1 | -71/+80 |
* | New function to extract a meta-tag charset value if it exists. | Jeffrey Stedfast | 2001-07-12 | 1 | -23/+100 |
* | Ripped out my code since it was never being used since the mime parser is | Jeffrey Stedfast | 2001-07-12 | 1 | -111/+55 |
* | New function to parse an HTML meta-tag. | Jeffrey Stedfast | 2001-07-11 | 1 | -25/+83 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -0/+4 |
* | Remove this. It was only a thin wrapper around struct _header_content_type | Dan Winship | 2000-12-29 | 1 | -1/+0 |
* | Add tests. | Not Zed | 2000-11-24 | 1 | -1/+3 |
* | Shite, -1 on error, >=0 on success. So i've just been truncating all the | Not Zed | 2000-11-21 | 1 | -1/+2 |
* | Set the preface/postface from the parser into the multipart object. | Not Zed | 2000-11-04 | 1 | -0/+4 |
* | More UTF-8 handling | Lauris Kaplinski | 2000-08-25 | 1 | -4/+4 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-11 | 1 | -6/+9 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -10/+10 |
* | flush the filter stream before unreffing it, so it will | Dan Winship | 2000-06-21 | 1 | -3/+19 |
* | KLUDGE! Since neither ETable nor GtkHTML supports UTF-8 yet, output | Dan Winship | 2000-06-17 | 1 | -4/+4 |
* | Fixes Bug 192. | Not Zed | 2000-06-02 | 1 | -1/+0 |
* | Don't set a default boundary. Require the caller to do that. | Dan Winship | 2000-05-26 | 1 | -1/+2 |
* | Replace simple data wrapper here too, oops. | NotZed | 2000-05-26 | 1 | -1/+1 |
* | remove get/set_output_stream operations. They're redundant with | Dan Winship | 2000-05-18 | 1 | -4/+4 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -0/+5 |
* | And same here ... | NotZed | 2000-05-05 | 1 | -1/+0 |
* | No, we're not going to have g_strcasecmp for no good reason, | NotZed | 2000-05-04 | 1 | -4/+4 |
* | s/strcasecmp/g_strcasecamp/ everywhere except intl/, per michael's | Jacob Leach | 2000-05-03 | 1 | -4/+5 |
* | > * gmime-utils.[ch]: What the hell, remove it. This will break the | Michael Zucci | 2000-05-03 | 1 | -3/+2 |
* | Dont use autofill on these fucking long function anmes!!!!!! | 2 | 2000-05-03 | 1 | -5/+3 |
* | camel_mime_parser_tell() returns an offset from where it started parsing, | Dan Winship | 2000-04-29 | 1 | -12/+21 |
* | Remove. We weren't using the fields that made this different from | Dan Winship | 2000-04-27 | 1 | -3/+2 |
* | Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces, | NotZed | 2000-04-26 | 1 | -7/+3 |
* | fix a cut-and-pasto. | Dan Winship | 2000-04-25 | 1 | -1/+1 |
* | Big fixes for the last commit which broke the message creation entirely. | Michael Zucci | 2000-04-24 | 1 | -3/+5 |
* | No longer call data_wrapper_repository_init. | NotZed | 2000-04-24 | 1 | -117/+162 |
* | kill camel-log | Dan Winship | 2000-04-19 | 1 | -25/+0 |
* | fix the name of "Helix Code, Inc." in all the copyrights | Dan Winship | 2000-03-10 | 1 | -1/+1 |
* | Make sure we open with create with a creation mask. | NotZed | 2000-03-04 | 1 | -2/+0 |
* | Free the data in the headers hash table. (_add_header): g_strdup the | Dan Winship | 2000-02-24 | 1 | -4/+5 |
* | don't seek the begining of the substream. (_eos): fix eos condition | bertrand | 2000-02-17 | 1 | -0/+1 |
* | this routine replaces the _read_part routine and does not store the part | bertrand | 2000-02-16 | 1 | -4/+20 |
* | If we get a -1 read, DONT update the total bytes, and try and truncate the | NotZed | 2000-02-10 | 1 | -8/+11 |
* | 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 |
* | text parameter declared const | bertrand | 1999-08-29 | 1 | -10/+13 |
* | contruct the content from the buffer before calling CamelMedium | bertrand | 1999-08-26 | 1 | -0/+31 |
* | new file, groups mime-part related utils. Meant to be used by providers | bertrand | 1999-08-26 | 1 | -0/+134 |