| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixed the fix for stupidly-broken-mailer bug #5 to work when multiple | Jeffrey Stedfast | 2002-05-03 | 1 | -3/+3 |
* | If we get multiple Content-Type header values, change subsequent headers | Not Zed | 2002-04-09 | 1 | -4/+4 |
* | Don't count our filler when encoding our line-length octet. | Jeffrey Stedfast | 2002-04-09 | 1 | -2/+5 |
* | Simplified since we can now decode in-reply-to without getting extra | Jeffrey Stedfast | 2002-04-05 | 1 | -17/+42 |
* | Fix this to work right. We need to convert the input buffer to the charset | Jeffrey Stedfast | 2002-03-20 | 1 | -22/+57 |
* | Change the order of the mailing list magic patterns so that the more | Ettore Perazzoli | 2002-03-12 | 1 | -17/+17 |
* | Use the FOLD_SIZE as a recommended folding size, but add a new | Not Zed | 2002-02-28 | 1 | -4/+4 |
* | The day number has to be 2 chars wide, space filled to work properly with | Not Zed | 2002-02-08 | 1 | -1/+3 |
* | Use camel_mime_parser_read to read internal parser data. | Jeffrey Stedfast | 2002-02-05 | 1 | -2/+2 |
* | Oops, this was converting foo@[blah] to foo@[ blah ], fixed. | Not Zed | 2002-01-31 | 1 | -2/+2 |
* | New function to decode an enhanced status code. (smtp_set_exception): Sets | Jeffrey Stedfast | 2002-01-29 | 1 | -2/+2 |
* | As a temporary solution, just printf ("\a"); to make a beep :-) | Jeffrey Stedfast | 2002-01-22 | 1 | -1/+1 |
* | Stop uudecoding once the CAMEL_UUDECODE_STATE_END state bit gets set. Set | Jeffrey Stedfast | 2002-01-18 | 1 | -55/+62 |
* | Don't try setting a content-type parameter if either the name or value is | Jeffrey Stedfast | 2002-01-05 | 1 | -1/+4 |
* | Completely rewritten. It is now a load faster and a heck of a lot more | Jeffrey Stedfast | 2001-12-22 | 1 | -12/+3 |
* | Protect against either of the types being NULL. | Jeffrey Stedfast | 2001-12-11 | 1 | -66/+78 |
* | Updates for compliance with rfc2231 | Jeffrey Stedfast | 2001-11-20 | 1 | -15/+32 |
* | Removed unused variable. | Jeffrey Stedfast | 2001-10-30 | 1 | -1/+0 |
* | w(x) out some warnings. | 0 | 2001-10-30 | 1 | -4/+4 |
* | Minor fix - should have been using a strNcmp when checking if it was an | Jeffrey Stedfast | 2001-10-30 | 1 | -1/+2 |
* | Turn off w() -> warnings. | 9 | 2001-10-29 | 1 | -2/+2 |
* | More fixing of the license texts. | Ettore Perazzoli | 2001-10-28 | 1 | -11/+11 |
* | Remove the stupid warning that should never have been there in the first | 5 | 2001-10-26 | 1 | -9/+9 |
* | Remove an extra * in one of the regexps that glibc apparently doesn't mind | Dan Winship | 2001-10-24 | 1 | -1/+1 |
* | Use search_type_mlist for mailing list searches. | Michael Zucci | 2001-10-23 | 1 | -207/+70 |
* | (camel_search_header_match): Oops, missing i=0. | Michael Zucci | 2001-10-23 | 1 | -7/+22 |
* | If no content, dont try and decode further and spit meaningless warnings. | 6 | 2001-10-17 | 1 | -0/+4 |
* | Removed charset/locale charset lookup and iconv_open/close functions, | 1 | 2001-10-12 | 1 | -16/+17 |
* | Fix a slight error in logic. Just because the last word was an encoded | Jeffrey Stedfast | 2001-10-07 | 1 | -9/+17 |
* | Implemented uuencoding and decoding. (complete): Implemented uuencoding | Jeffrey Stedfast | 2001-10-06 | 1 | -3/+157 |
* | Try harder to get broken names out of addresses. Unencoded ,'s in names | 5 | 2001-10-06 | 1 | -7/+37 |
* | Change to camel_charset_iconv_open/close. | 2 | 2001-10-03 | 1 | -13/+12 |
* | Revert my x-unknown special-case hack - this may mask other problems. | Jeffrey Stedfast | 2001-10-03 | 1 | -4/+15 |
* | If the type is encoded, get the fallback charset from the message | 4 | 2001-09-25 | 1 | -103/+59 |
* | New function to just load the summary. Not much use yet, until unread | Michael Zucci | 2001-09-21 | 1 | -1/+18 |
* | General cleanup of camel debug printfs. | 9 | 2001-09-19 | 1 | -1/+1 |
* | s/List-Owner/List-Post | Jeffrey Stedfast | 2001-09-19 | 1 | -1/+1 |
* | Match mailing-list header List-Owner. | Jeffrey Stedfast | 2001-09-19 | 1 | -0/+1 |
* | Make sure the generated UID is non-NULL before appending it to the array | Jeffrey Stedfast | 2001-08-20 | 1 | -1/+1 |
* | regfree the pattern before continue'ing. This was showing up quite a bit | Jeffrey Stedfast | 2001-08-10 | 1 | -0/+1 |
* | Fix the fix that fixes broken mailer behavior. We want to make sure that | Jeffrey Stedfast | 2001-07-28 | 1 | -2/+3 |
* | Allow the url to be NULL just like the libc free convention. | Jeffrey Stedfast | 2001-07-27 | 1 | -1/+5 |
* | Add another Sender pattern. | Dan Winship | 2001-07-25 | 1 | -0/+1 |
* | 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 | 1 | -0/+37 |
* | renamed to camel_charset_to_iconv() to make it just a little more | Not Zed | 2001-07-20 | 1 | -2/+2 |
* | Convert to the iconv-friendly charset names. | Jeffrey Stedfast | 2001-07-20 | 1 | -58/+64 |
* | Remove my iso8859-1 -> iso-8859-1 hack and use | Jeffrey Stedfast | 2001-07-20 | 1 | -33/+29 |
* | Added a hack to convert charsets in the format iso8859-1 to iso-8859-1 | Jeffrey Stedfast | 2001-07-14 | 1 | -17/+27 |
* | Removed. (check_html_charset): Replaced with this. | Not Zed | 2001-07-12 | 1 | -63/+10 |
* | New function to extract a meta-tag charset value if it exists. | Jeffrey Stedfast | 2001-07-12 | 1 | -1/+3 |
* | Ripped out my code since it was never being used since the mime parser is | Jeffrey Stedfast | 2001-07-12 | 1 | -13/+14 |
* | New function to parse an HTML meta-tag. | Jeffrey Stedfast | 2001-07-11 | 1 | -6/+58 |
* | Don't allow in to be NULL, so instead of doing if (in == NULL) return;, | Jeffrey Stedfast | 2001-07-07 | 1 | -3/+1 |
* | Added Originator: header as a header to look for when looking for the | Jeffrey Stedfast | 2001-06-30 | 1 | -0/+1 |
* | Fix a memory leak. Also if the decoded value is NULL, that means it wasn't | Jeffrey Stedfast | 2001-06-29 | 1 | -32/+106 |
* | Use the new header_address_fold. | Jeffrey Stedfast | 2001-06-28 | 1 | -82/+37 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -3/+3 |
* | New function that decides if 2 word types are mergeable. An atom and a | Jeffrey Stedfast | 2001-06-22 | 1 | -25/+37 |
* | If the first char of the mailing-list name is '<', chop it off to make | Jeffrey Stedfast | 2001-06-21 | 1 | -6/+13 |
* | Added Mailing-List header regex so that we can do mlist magic on that | Jeffrey Stedfast | 2001-06-15 | 1 | -0/+1 |
* | Numerous fixes to get it to compile. | Jeffrey Stedfast | 2001-06-01 | 1 | -38/+351 |
* | Use g_strcasecmp() because some systems don't have strcasecmp(). Also, | Jeffrey Stedfast | 2001-05-29 | 1 | -2/+3 |
* | Fix an fd leak | Dan Winship | 2001-05-28 | 1 | -1/+1 |
* | Replicate the semantics of the libunicode utf8 functions by returning NULL | Jon Trowbridge | 2001-05-15 | 1 | -4/+9 |
* | Decode Content-Location, either correctly or Netscape-generated-brokenly. | Dan Winship | 2001-05-12 | 1 | -0/+26 |
* | Remove UNICODE_CFLAGS (and some other stuff that's redundant with | Dan Winship | 2001-04-27 | 1 | -10/+12 |
* | oops, &pattern | Jeffrey Stedfast | 2001-04-16 | 1 | -2/+2 |
* | regex doesn't set errno and regcomp returns 0 on success and any other | Jeffrey Stedfast | 2001-04-16 | 1 | -5/+15 |
* | Added tests/ back in | Jeffrey Stedfast | 2001-04-04 | 1 | -130/+207 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -5/+6 |
* | When writing the last token (if not rfc2047 encoded), don't use | Jeffrey Stedfast | 2001-03-27 | 1 | -1/+1 |
* | Quote the param value if it contains whitespace as well. | Jeffrey Stedfast | 2001-03-19 | 1 | -1/+1 |
* | Don't use getdomainname: it's NIS crap, not DNS. | Dan Winship | 2001-03-17 | 1 | -6/+4 |
* | Check for a new type of mailing list header. | Jeffrey Stedfast | 2001-03-14 | 1 | -0/+1 |
* | Fix a bug that could make this walk off the end of a string. (The bug has | Dan Winship | 2001-03-10 | 1 | -3/+4 |
* | Wrote a new version of header_fold() that takes a 'force' option and uses | Jeffrey Stedfast | 2001-03-05 | 1 | -1/+127 |
* | encoded string segments need to be at least 8 chars (7 doesn't leave room | Jeffrey Stedfast | 2001-03-05 | 1 | -18/+20 |
* | Reconstify variables to match iconv. | Not Zed | 2001-03-02 | 1 | -2/+2 |
* | A fix for broken mailers that send 2-digit years (ie "Wed, 28 Feb 01 | Jeffrey Stedfast | 2001-03-01 | 1 | -1/+1 |
* | A fix for broken mailers that send 2-digit years (ie "Wed, 28 Feb 01 | Jeffrey Stedfast | 2001-03-01 | 1 | -4/+6 |
* | Added camel-sasl*.[c,h] to the build. | Jeffrey Stedfast | 2001-03-01 | 1 | -0/+24 |
* | Made thread-safe and moved to above the test code. | Jeffrey Stedfast | 2001-02-27 | 1 | -15/+38 |
* | Take the ^Header: part out of the expression, since we look that up | Not Zed | 2001-02-20 | 1 | -9/+9 |
* | Changed this code to match the glibc iconv signature. | Christopher James Lahey | 2001-02-15 | 1 | -3/+3 |
* | Rewrote using unicode_get_utf8(). (camel_ustrcasecmp): Use unicode_char_t | Jeffrey Stedfast | 2001-02-07 | 1 | -3/+4 |
* | Made these pass char ** as the second parameter to iconv. | Christopher James Lahey | 2001-02-07 | 1 | -3/+3 |
* | Removed unwanted header. It was never put in for a reason. Stop fixing | Not Zed | 2001-02-06 | 1 | -0/+38 |
* | If we are folding, drop the space at the end of the line. | Not Zed | 2001-02-01 | 1 | -0/+3 |
* | Make the output a little prettier. Okay, so I'm anal... | Jeffrey Stedfast | 2001-01-22 | 1 | -4/+5 |
* | REmove warning, this isn't really deprecated, sigh. | Not Zed | 2001-01-03 | 1 | -2/+2 |
* | New function to return just foo/bar with no parameters. | Dan Winship | 2001-01-03 | 1 | -0/+6 |
* | When checking to see if we need to fold the header, when we come accross a | Jeffrey Stedfast | 2000-12-16 | 1 | -1/+1 |
* | Remove use of linewrap filter. Headers are now wrapped. encode_8bit | Michael Zucci | 2000-12-11 | 1 | -50/+178 |
* | Use iconv instead of unicode_iconv. | Dan Winship | 2000-11-30 | 1 | -13/+14 |
* | Add a missed unref. | Not Zed | 2000-11-29 | 1 | -2/+29 |
* | little util to scan mailboxes for any and every address they contain. | Michael Zucci | 2000-11-24 | 1 | -19/+51 |
* | Add tests. | Not Zed | 2000-11-24 | 1 | -5/+5 |
* | check for return values | Radek Doulik | 2000-11-22 | 1 | -3/+5 |
* | removed #include <libgnomevfs/gnome-vfs.h> | Radek Doulik | 2000-11-16 | 1 | -2/+0 |
* | mime_guess_type_from_file_name moved back to composer as it introduced | Radek Doulik | 2000-11-15 | 1 | -19/+0 |
* | Removed local again, not quite ready. | Not Zed | 2000-11-15 | 1 | -4/+25 |
* | fix ids ending with '.' | Radek Doulik | 2000-11-11 | 1 | -1/+2 |
* | new function, moved from composer | Radek Doulik | 2000-11-08 | 1 | -0/+21 |
* | Implement a complete() function, now we need one. (filter): Upgraded to | Not Zed | 2000-11-07 | 1 | -15/+36 |
* | new function, generates simple message/content id | Radek Doulik | 2000-11-04 | 1 | -0/+13 |
* | Set the preface/postface from the parser into the multipart object. | Not Zed | 2000-11-04 | 1 | -9/+10 |
* | Merged in camel-incremental-branch. | Not Zed | 2000-11-02 | 1 | -23/+39 |
* | Take an additional argument, "break_lines", saying whether or not to add | Dan Winship | 2000-10-31 | 1 | -5/+6 |
* | Remove previous comment about Outlook brokenness, since it turns out the | Dan Winship | 2000-10-28 | 1 | -4/+0 |
* | Work around Outlook brokenness in iMIP parsing by only quoting | Dan Winship | 2000-10-28 | 1 | -2/+18 |
* | 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 |