| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed unneeded CAMEL_OBJECT() casts. | Jeffrey Stedfast | 2003-10-24 | 1 | -4/+4 |
* | New function to replace the one from camel-mime-part.c | Jeffrey Stedfast | 2003-09-19 | 1 | -6/+6 |
* | s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and | Jeffrey Stedfast | 2003-09-19 | 1 | -49/+49 |
* | temporarily reverting my camel namespace patches until after we merge in some... | Jeffrey Stedfast | 2003-08-27 | 1 | -49/+49 |
* | s/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and | Jeffrey Stedfast | 2003-08-27 | 1 | -2/+2 |
* | Namespaced. | Jeffrey Stedfast | 2003-08-26 | 1 | -47/+47 |
* | ** See bug #47634. | Not Zed | 2003-08-16 | 1 | -0/+1 |
* | New test suite for the mime parser (which is where the below 2 fixes were | Jeffrey Stedfast | 2003-08-12 | 1 | -40/+34 |
* | Also updated. | Jeffrey Stedfast | 2003-07-31 | 1 | -2/+2 |
* | Revert my previous changes to this function. | Jeffrey Stedfast | 2003-07-24 | 1 | -27/+31 |
* | Updated to convert to/from the correct charset (since content is no longer | Jeffrey Stedfast | 2003-07-18 | 1 | -30/+28 |
* | Add the CamelMimePartEncodingType definition here. | Jeffrey Stedfast | 2003-07-17 | 1 | -2/+2 |
* | Updated for string-utils namespace changes. | Jeffrey Stedfast | 2003-07-08 | 1 | -3/+3 |
* | Add the CAMEL_BESTENC_TEXT bit to enctype if the part is a text part. | Jeffrey Stedfast | 2003-06-11 | 1 | -0/+1 |
* | Ensure cmdbuf is initialized to avoid compiler warning. | Jeremy Katz | 2003-05-17 | 1 | -2/+2 |
* | remove unused var. | Not Zed | 2003-03-28 | 1 | -3/+0 |
* | Handle raw 8-bit From data "correctly". (The same way we handle | Dan Winship | 2003-03-21 | 1 | -0/+65 |
* | Same as the ones below. | Jeffrey Stedfast | 2003-02-26 | 1 | -4/+5 |
* | Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown(). | Jeffrey Stedfast | 2003-02-21 | 1 | -6/+5 |
* | Removed hash-table-utils.[c,h] from the build. | Jeffrey Stedfast | 2002-11-01 | 1 | -1/+0 |
* | Use e_mktime_utc. | Dan Winship | 2002-09-05 | 1 | -13/+5 |
* | Fixes bug #27672 | Jeffrey Stedfast | 2002-07-12 | 1 | -1/+5 |
* | made the copmment clearer | Jeffrey Stedfast | 2002-04-10 | 1 | -1/+1 |
* | Don't adjust the timezone offset if we used tm.tm_gmtoff because it is | Jeffrey Stedfast | 2002-04-10 | 1 | -0/+3 |
* | Handle Resent headers too. | Jeffrey Stedfast | 2002-01-29 | 1 | -3/+10 |
* | Fix the tm_gmtoff case (its sign is the opposite of "timezone"). Fixes | Dan Winship | 2001-12-10 | 1 | -1/+1 |
* | Don't use regex matching. Fixes bug #16227. | Jeffrey Stedfast | 2001-12-01 | 1 | -3/+7 |
* | Same as below. | 1 | 2001-11-01 | 1 | -1/+10 |
* | 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 |
* | Removed charset/locale charset lookup and iconv_open/close functions, | 1 | 2001-10-12 | 1 | -1/+3 |
* | Same here. | Jeffrey Stedfast | 2001-09-29 | 1 | -9/+15 |
* | New function to convenience Larry ;-) (check_content_id): Oops, return | Jeffrey Stedfast | 2001-09-27 | 1 | -4/+4 |
* | New function to convenience Larry ;-) | Jeffrey Stedfast | 2001-09-27 | 1 | -0/+40 |
* | If the type is encoded, get the fallback charset from the message | 4 | 2001-09-25 | 1 | -1/+4 |
* | Convert to the iconv-friendly charset names. | Jeffrey Stedfast | 2001-07-20 | 1 | -3/+5 |
* | New function to parse an HTML meta-tag. | Jeffrey Stedfast | 2001-07-11 | 1 | -200/+206 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -3/+3 |
* | Add support for converting e-mail addresses to links. (is_email_address): | Jon Trowbridge | 2001-03-31 | 1 | -1/+7 |
* | Added #include <libgnome/gnome-paper.h> | Jon Trowbridge | 2001-03-30 | 1 | -2/+16 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -3/+5 |
* | Don't spew a warning if the message-id wasn't set by the application, not | Jeffrey Stedfast | 2001-03-27 | 1 | -10/+6 |
* | Added. Call me old-fashioned, but I just prefer to have a real API rather | Jon Trowbridge | 2001-03-23 | 1 | -0/+7 |
* | Made thread-safe and moved to above the test code. | Jeffrey Stedfast | 2001-02-27 | 1 | -2/+48 |
* | Remove this. It was only a thin wrapper around struct _header_content_type | Dan Winship | 2000-12-29 | 1 | -6/+5 |
* | Change the sign of the default date offset when none is supplied. | Not Zed | 2000-12-08 | 1 | -2/+3 |
* | Keep track of the caller bestenc flags that make sense. | Not Zed | 2000-11-08 | 1 | -8/+11 |
* | Implement a complete() function, now we need one. (filter): Upgraded to | Not Zed | 2000-11-07 | 1 | -329/+344 |
* | Use the camel_address_encode function again. | Jeffrey Stedfast | 2000-10-06 | 1 | -4/+20 |
* | Modified to not encode space chars in the middle of a line. (isblank): New | Jeffrey Stedfast | 2000-10-06 | 1 | -10/+4 |
* | Use header_encode_phrase instead. (camel_mime_message_set_from): Same. | Jeffrey Stedfast | 2000-10-05 | 1 | -12/+2 |
* | Quote the mailbox name when sending a SELECT request otherwise mailboxes | Jeffrey Stedfast | 2000-10-04 | 1 | -57/+76 |
* | New convenience function to determine if there are any 8bit mime parts in | Jeffrey Stedfast | 2000-10-03 | 1 | -1/+170 |
* | oops, spelling mistake | Jeffrey Stedfast | 2000-09-07 | 1 | -2/+2 |
* | Implemented (someone added these to camel-mime-message.h but never | Jeffrey Stedfast | 2000-09-07 | 1 | -3/+21 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-11 | 1 | -0/+2 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -42/+33 |
* | Add another subject g_strstrip that fejj's earlier commit missed. | Dan Winship | 2000-08-09 | 1 | -1/+1 |
* | Do a g_strstrip on the subject so we can stop getting those annoying | Jeffrey Stedfast | 2000-08-08 | 1 | -1/+1 |
* | Trim trailing space from the subject. I've now seen replies from two | Dan Winship | 2000-08-03 | 1 | -1/+1 |
* | Don't add a Mime-Version header to a message that already has one. | Dan Winship | 2000-07-26 | 1 | -1/+2 |
* | Parse In-Reply-To with header_references_decode, not header_msgid_decode. | Dan Winship | 2000-07-03 | 1 | -1/+1 |
* | Move flag handling from CamelMimeMessage to CamelFolder. This | Dan Winship | 2000-06-17 | 1 | -167/+1 |
* | Fixes Bug 192. | Not Zed | 2000-06-02 | 1 | -2/+2 |
* | > searchpart = strchr(namepart, '?'); | NotZed | 2000-05-20 | 1 | -6/+4 |
* | All this basically to support user flags in the summary. They are not yet | NotZed | 2000-05-18 | 1 | -23/+75 |
* | Big bunch o memleaks fixed. | NotZed | 2000-05-12 | 1 | -1/+4 |
* | Use CamelException to signal failure. (camel_stream_write_strings): | Dan Winship | 2000-05-09 | 1 | -4/+6 |
* | Format From and Reply-To to at least a decoded string. Should probably | NotZed | 2000-05-08 | 1 | -4/+20 |
* | Merged NEW_SUMMARY branch back to trunk, and resolved conflicts. | NotZed | 2000-05-08 | 1 | -3/+8 |
* | > * gmime-utils.[ch]: What the hell, remove it. This will break the | Michael Zucci | 2000-05-03 | 1 | -1/+0 |
* | More message cleanup. Flags now work, are saved, and the delete | NotZed | 2000-05-02 | 1 | -65/+56 |
* | Dont try and check a NULL header. | NotZed | 2000-04-28 | 1 | -139/+119 |
* | Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces, | NotZed | 2000-04-26 | 1 | -53/+55 |
* | fix some incorrect macro usage that resulted in bogus casts | Dan Winship | 2000-04-25 | 1 | -4/+4 |
* | Big fixes for the last commit which broke the message creation entirely. | Michael Zucci | 2000-04-24 | 1 | -2/+8 |
* | No longer call data_wrapper_repository_init. | NotZed | 2000-04-24 | 1 | -17/+29 |
* | Whole swag of changes. Still lots of cleanup remaining ... | NotZed | 2000-04-23 | 1 | -152/+102 |
* | Ref the folder after setting it in the new message. | NotZed | 2000-04-22 | 1 | -33/+60 |
* | kill camel-log | Dan Winship | 2000-04-19 | 1 | -65/+15 |
* | Remove the "session" field from CamelMimeMessage. Nothing uses it, about | Dan Winship | 2000-04-18 | 1 | -5/+1 |
* | Unref the output_stream when done, close doesn't do it. (_append_message): | NotZed | 2000-03-28 | 1 | -1/+2 |
* | fix the name of "Helix Code, Inc." in all the copyrights | Dan Winship | 2000-03-10 | 1 | -1/+1 |
* | Fix a bunch of serious small bugs. | NotZed | 2000-02-29 | 1 | -4/+0 |
* | use camel_stream_reset instead of seek. The formatter should be able to | bertrand | 2000-02-18 | 1 | -1/+0 |
* | revamped so that it uses the output stream of the data wrapper | bertrand | 2000-02-17 | 1 | -2/+4 |
* | set the mime type to "mime/message". --- THIS IS NOT THE CONTENT TYPE --- | bertrand | 2000-02-10 | 1 | -1/+3 |
* | add recipient_list to the recipients, not recipients_list. I don't know | bertrand | 2000-01-24 | 1 | -3/+13 |
* | 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 |
* | Make set_* methods in CamelMimeMessage use const strings. | Ettore Perazzoli | 1999-12-09 | 1 | -14/+15 |
* | More work: | Ettore Perazzoli | 1999-11-17 | 1 | -1/+1 |
* | Added streaming capability to CamelDataWrapper. This makes it possible, for | Ettore Perazzoli | 1999-11-17 | 1 | -0/+5 |
* | Copyright change | Bertrand Guiheneuf | 1999-10-23 | 1 | -1/+4 |
* | changed decl to fit CRLFunc. (_write_recipients_to_stream): calls | bertrand | 1999-09-02 | 1 | -6/+8 |
* | now use CamelRecipientTable | bertrand | 1999-09-01 | 1 | -82/+41 |
* | When using g_free (obj) don't test if obj != NULL g_free () already do | bertrand | 1999-09-01 | 1 | -6/+6 |
* | Address update | Bertrand Guiheneuf | 1999-08-30 | 1 | -1/+1 |
* | now descend from CamelMedium. | bertrand | 1999-08-26 | 1 | -1/+8 |
* | Implemented deletion/expunge mechanism. | bertrand | 1999-08-15 | 1 | -54/+54 |
* | New field (message_list) which will hold a reference on each message | bertrand | 1999-08-14 | 1 | -12/+52 |
* | new method, returns the list of permanent flags supported by the folder. | bertrand | 1999-08-13 | 1 | -5/+30 |
* | those two func go here now. | bertrand | 1999-08-13 | 1 | -13/+15 |
* | Message creation still consumes a lot of | bertrand | 1999-08-11 | 1 | -1/+2 |
* | implemented destructors. | bertrand | 1999-08-11 | 1 | -0/+28 |
* | new method. (camel_folder_get_message): corresponding public call | bertrand | 1999-08-06 | 1 | -2/+2 |
* | merge a lot of work. Rough ChangeLog will follow | Bertrand Guiheneuf | 1999-08-01 | 1 | -139/+121 |
* | Implemented base64 encoder based on CamelStreams. Should the | Miguel de Icaza | 1999-07-15 | 1 | -2/+4 |
* | Various patches from Ulrich Drepper <drepper at cygnus.com> | bertrand | 1999-06-25 | 1 | -1/+2 |
* | sync | Bertrand Guiheneuf | 1999-06-22 | 1 | -1/+1 |
* | Commit of all Netherlands changes. | Bertrand Guiheneuf | 1999-06-19 | 1 | -18/+23 |
* | remove leading and trailing spaces in recipient addresses. | Bertrand Guiheneuf | 1999-05-30 | 1 | -1/+1 |
* | rewrite message obtained via parsing into a file. Actually, it works | Bertrand Guiheneuf | 1999-05-28 | 1 | -6/+79 |
* | sync | Bertrand Guiheneuf | 1999-05-28 | 1 | -0/+46 |
* | new func. Parses message header zone and returns a Glist of all header | bertrand | 1999-05-27 | 1 | -21/+3 |
* | recipient list printing | Bertrand Guiheneuf | 1999-05-21 | 1 | -4/+33 |
* | sync | Bertrand Guiheneuf | 1999-05-21 | 1 | -2/+9 |
* | test if content exists before calling its write_to method. | bertrand | 1999-05-20 | 1 | -16/+18 |
* | sync | Bertrand Guiheneuf | 1999-05-20 | 1 | -0/+11 |
* | tests | Bertrand Guiheneuf | 1999-05-19 | 1 | -1/+28 |
* | message number funcs. | bertrand | 1999-05-18 | 1 | -1/+1 |
* | sync | Bertrand Guiheneuf | 1999-05-17 | 1 | -0/+20 |
* | flags handling methods | bertrand | 1999-05-15 | 1 | -5/+96 |
* | added recipient handling class funcs. | Bertrand Guiheneuf | 1999-05-14 | 1 | -0/+7 |
* | create recipients hash table (_remove_recipient): (_add_recipient): | Bertrand Guiheneuf | 1999-05-14 | 1 | -1/+89 |
* | a bunch of get/set header field method done. Does nothing yet though. | Bertrand Guiheneuf | 1999-05-14 | 1 | -4/+185 |
* | Mime message ... | Bertrand Guiheneuf | 1999-05-13 | 1 | -0/+78 |