| Commit message (Expand) | Author | Age | Files | Lines |
* | Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown(). | Jeffrey Stedfast | 2003-02-21 | 1 | -6/+4 |
* | constify the content_type. | Not Zed | 2002-11-08 | 1 | -1/+1 |
* | Removed hash-table-utils.[c,h] from the build. | Jeffrey Stedfast | 2002-11-01 | 1 | -1/+0 |
* | Use the content-object's rawtext flag to decide if it needs to be filtered | Jeffrey Stedfast | 2002-10-05 | 1 | -1/+1 |
* | If header_msgid_decode fails for the content-id field, just grab whatever | Jeffrey Stedfast | 2002-09-15 | 1 | -3/+5 |
* | If header_msgid_decode fails for the content-id field, just grab whatever | Jeffrey Stedfast | 2002-09-14 | 1 | -2/+15 |
* | Fixed compiler warnings. | Jeffrey Stedfast | 2002-06-15 | 1 | -1/+1 |
* | If we get multiple Content-Type header values, change subsequent headers | Not Zed | 2002-04-09 | 1 | -2/+7 |
* | Reverted my pgp/mime fixes here too. | Jeffrey Stedfast | 2002-03-02 | 1 | -16/+0 |
* | Don't #include camel-mime-filter-save.h, we don't use it. | Jeffrey Stedfast | 2002-02-28 | 1 | -1/+17 |
* | Changed header formatted table to contain a pointer to an output function, | Not Zed | 2002-02-27 | 1 | -10/+84 |
* | Set the 'name' parameter on the Content-Type too. Fixes bug #20779. | Jeffrey Stedfast | 2002-02-23 | 1 | -0/+6 |
* | For the uudecoding mode, garble up the "begin <mode> <filename>" line | Jeffrey Stedfast | 2001-11-27 | 1 | -13/+33 |
* | Same as below. | 1 | 2001-11-01 | 1 | -0/+10 |
* | Fix this to match get_headers. | Dan Winship | 2001-10-30 | 1 | -5/+0 |
* | 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/+4 |
* | If the type is encoded, get the fallback charset from the message | 4 | 2001-09-25 | 1 | -2/+12 |
* | re-read the iconv man page, and treat the return value properly. It | Not Zed | 2001-08-27 | 1 | -4/+4 |
* | Revert Not Zed's previous commits as they apparently can cause serious | Peter Williams | 2001-08-25 | 1 | -4/+4 |
* | Likewise. | Not Zed | 2001-08-24 | 1 | -4/+4 |
* | Convert to the iconv-friendly charset names. | Jeffrey Stedfast | 2001-07-20 | 1 | -20/+21 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | Don't try to format the Reply-To header - we don't want to wrap the | Jeffrey Stedfast | 2001-06-15 | 1 | -0/+1 |
* | New function to return an array of all headers. | Dan Winship | 2001-05-17 | 1 | -0/+32 |
* | Decode Content-Location, either correctly or Netscape-generated-brokenly. | Dan Winship | 2001-05-12 | 1 | -0/+22 |
* | Wrap the content-id with <>'s. | Jeffrey Stedfast | 2001-05-10 | 1 | -2/+11 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -4/+7 |
* | Add some internal progress reporting. (imap_rescan): Do some progress | Not Zed | 2001-02-23 | 1 | -0/+1 |
* | Add address headers to list that we dont fold when writing. The are | Not Zed | 2001-02-13 | 1 | -1/+5 |
* | Add missing header for cancel check stuff. | Not Zed | 2001-02-02 | 1 | -3/+10 |
* | Make the output a little prettier. Okay, so I'm anal... | Jeffrey Stedfast | 2001-01-22 | 1 | -13/+0 |
* | Remove this. It was only a thin wrapper around struct _header_content_type | Dan Winship | 2000-12-29 | 1 | -15/+17 |
* | Remove use of linewrap filter. Headers are now wrapped. encode_8bit | Michael Zucci | 2000-12-11 | 1 | -2/+6 |
* | Add a missed unref. | Not Zed | 2000-11-29 | 1 | -2/+2 |
* | Shite, -1 on error, >=0 on success. So i've just been truncating all the | Not Zed | 2000-11-21 | 1 | -1/+1 |
* | Implement a complete() function, now we need one. (filter): Upgraded to | Not Zed | 2000-11-07 | 1 | -31/+24 |
* | The correct fix this time - the description should be encoded here and not | Jeffrey Stedfast | 2000-10-19 | 1 | -1/+4 |
* | No, we must not encode the headers here. These interfaces ARE raw | Not Zed | 2000-10-18 | 1 | -27/+25 |
* | Encode the header value. (add_header): Same. | Jeffrey Stedfast | 2000-10-18 | 1 | -12/+20 |
* | Removed temp_message_buffer, and content_input_stream fields which seem to | Not Zed | 2000-10-12 | 1 | -7/+2 |
* | Issue a warning if h->value is NULL. | Miguel de Icaza | 2000-10-08 | 1 | -1/+9 |
* | If a MIME part has no Content-Disposition, but does have a "name" on the | Dan Winship | 2000-09-06 | 1 | -4/+8 |
* | Email should now display correctly in GtkHTML | Lauris Kaplinski | 2000-09-01 | 1 | -2/+6 |
* | (write_to_stream): Rearrange the logic so it always does charset | Michael Zucci | 2000-08-31 | 1 | -12/+20 |
* | (write_to_stream): Fix some warnings/use the right constructor, | Michael Zucci | 2000-08-31 | 1 | -2/+3 |
* | Use the proper type checking function to check for text types. | Not Zed | 2000-08-31 | 1 | -1/+13 |
* | Fixed some warnings. | Christopher James Lahey | 2000-08-11 | 1 | -0/+4 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -48/+34 |
* | flush the filter stream before unreffing it, so it will | Dan Winship | 2000-06-21 | 1 | -1/+3 |
* | Deprecated. | Jeffrey Stedfast | 2000-06-13 | 1 | -1/+2 |
* | New filter to do CRLF<->LF conversion. (Currently only tested in the | Dan Winship | 2000-06-13 | 1 | -0/+6 |
* | fix typo/braino (set "Content-Disposition", not "Content-Description") | Dan Winship | 2000-06-06 | 1 | -2/+2 |
* | Fixes Bug 192. | Not Zed | 2000-06-02 | 1 | -1/+3 |
* | > searchpart = strchr(namepart, '?'); | NotZed | 2000-05-20 | 1 | -15/+13 |
* | remove get/set_output_stream operations. They're redundant with | Dan Winship | 2000-05-18 | 1 | -1/+1 |
* | Big bunch o memleaks fixed. | NotZed | 2000-05-12 | 1 | -0/+1 |
* | fix a stupid typo. Thank you, C. | Dan Winship | 2000-05-11 | 1 | -1/+0 |
* | Use CamelException to signal failure. (camel_stream_write_strings): | Dan Winship | 2000-05-09 | 1 | -12/+16 |
* | Merged NEW_SUMMARY branch back to trunk, and resolved conflicts. | NotZed | 2000-05-08 | 1 | -2/+34 |
* | Make camel not leak like a sieve. | Dan Winship | 2000-05-08 | 1 | -2/+4 |
* | 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 |
* | > * providers/mbox/camel-mbox-search.c | Michael Zucci | 2000-05-03 | 1 | -6/+0 |
* | > * gmime-utils.[ch]: What the hell, remove it. This will break the | Michael Zucci | 2000-05-03 | 1 | -1/+0 |
* | Dont try and check a NULL header. | NotZed | 2000-04-28 | 1 | -4/+4 |
* | Revert previous change. I was confused. | Dan Winship | 2000-04-28 | 1 | -7/+4 |
* | Only write a newline between the headers and the content object if the | Dan Winship | 2000-04-27 | 1 | -4/+7 |
* | Remove. We weren't using the fields that made this different from | Dan Winship | 2000-04-27 | 1 | -0/+10 |
* | sink the content object after referencing it. | Dan Winship | 2000-04-27 | 1 | -67/+37 |
* | Big cleanup of camel-stream-*, got rid of 3 classes, improved the interfaces, | NotZed | 2000-04-26 | 1 | -33/+64 |
* | Big fixes for the last commit which broke the message creation entirely. | Michael Zucci | 2000-04-24 | 1 | -1/+5 |
* | No longer call data_wrapper_repository_init. | NotZed | 2000-04-24 | 1 | -277/+57 |
* | Whole swag of changes. Still lots of cleanup remaining ... | NotZed | 2000-04-23 | 1 | -10/+109 |
* | Ref the folder after setting it in the new message. | NotZed | 2000-04-22 | 1 | -352/+186 |
* | MERGE NEW_PARSER branch into HEAD, fixed conflicts. | NotZed | 2000-04-21 | 1 | -34/+50 |
* | do better reference counting of streams so they actually go away when they | Dan Winship | 2000-04-19 | 1 | -1/+2 |
* | kill camel-log | Dan Winship | 2000-04-19 | 1 | -73/+1 |
* | remove debugging printf()s that no longer seem useful | Dan Winship | 2000-04-01 | 1 | -1/+0 |
* | fix warnings | Dan Winship | 2000-03-29 | 1 | -6/+4 |
* | Unref the output_stream when done, close doesn't do it. (_append_message): | NotZed | 2000-03-28 | 1 | -1/+1 |
* | fix nastiness with mime dispositions ( at least for now ) | Michael Meeks | 2000-03-28 | 1 | -4/+5 |
* | fix the name of "Helix Code, Inc." in all the copyrights | Dan Winship | 2000-03-10 | 1 | -1/+1 |
* | plug mem leaks due to bad documentation of | bertrand | 2000-03-09 | 1 | -11/+16 |
* | Tons of fixes to fix things | Bertrand Guiheneuf | 2000-03-05 | 1 | -4/+4 |
* | stream the raw content instead of nothing if the encoding is not | bertrand | 2000-03-05 | 1 | -0/+1 |
* | use set_input_stream instead of construct_from_stream to feed the message | bertrand | 2000-03-04 | 1 | -5/+18 |
* | don't forget to set the state to 0 after 3. (my_read_encode): don't forget | bertrand | 2000-03-03 | 1 | -104/+109 |
* | use CamelStreamB64 type for the input stream. | bertrand | 2000-03-03 | 1 | -2/+9 |
* | new utility function. | bertrand | 2000-02-29 | 1 | -7/+2 |
* | revert strange changes. | bertrand | 2000-02-29 | 1 | -1/+2 |
* | Fix a bunch of serious small bugs. | NotZed | 2000-02-29 | 1 | -1/+0 |
* | A lot of changes in the way the parsing works. I am too lazy | Bertrand Guiheneuf | 2000-02-22 | 1 | -4/+50 |
* | revamped so that it uses the output stream of the data wrapper | bertrand | 2000-02-17 | 1 | -0/+20 |
* | don't seek the begining of the substream. (_eos): fix eos condition | bertrand | 2000-02-17 | 1 | -1/+2 |
* | this routine replaces the _read_part routine and does not store the part | bertrand | 2000-02-16 | 1 | -7/+3 |
* | include gmime-base64.h various compilation and runtime fixes. | bertrand | 2000-02-15 | 1 | -82/+115 |
* | make a blocking version of the header parser. When the fs stream uses | bertrand | 2000-02-15 | 1 | -1/+16 |
* | If we get a -1 read, DONT update the total bytes, and try and truncate the | NotZed | 2000-02-10 | 1 | -4/+7 |
* | 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 |
* | Added streaming capability to CamelDataWrapper. This makes it possible, for | Ettore Perazzoli | 1999-11-17 | 1 | -30/+72 |
* | Here is my initial Evolution work: message composition widget and some | Ettore Perazzoli | 1999-11-06 | 1 | -3/+8 |
* | 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 | -2/+2 |
* | now use CamelRecipientTable | bertrand | 1999-09-01 | 1 | -1/+1 |
* | When using g_free (obj) don't test if obj != NULL g_free () already do | bertrand | 1999-09-01 | 1 | -16/+17 |
* | Address update | Bertrand Guiheneuf | 1999-08-30 | 1 | -1/+1 |
* | text parameter declared const | bertrand | 1999-08-29 | 1 | -4/+11 |
* | contruct the content from the buffer before calling CamelMedium | bertrand | 1999-08-26 | 1 | -6/+38 |
* | new file, groups mime-part related utils. Meant to be used by providers | bertrand | 1999-08-26 | 1 | -65/+6 |
* | now descend from CamelMedium. | bertrand | 1999-08-26 | 1 | -138/+97 |
* | these methods are in CamelMedium now. | bertrand | 1999-08-25 | 1 | -0/+4 |
* | new class. Will handle all sort of information media (Mime mail messages, | bertrand | 1999-08-25 | 1 | -10/+19 |
* | implemented destructors. | bertrand | 1999-08-11 | 1 | -13/+55 |
* | There is a probleme here. We can not allow mime part content-type field | Bertrand Guiheneuf | 1999-08-03 | 1 | -3/+11 |
* | Multipart Mime message parsing works with plain text parts. Woohooo :)))) | bertrand | 1999-08-03 | 1 | -4/+9 |
* | Update logs and sync home/work versions. | Bertrand Guiheneuf | 1999-08-03 | 1 | -1/+0 |
* | sync before going home | Bertrand Guiheneuf | 1999-08-02 | 1 | -1/+3 |
* | merge a lot of work. Rough ChangeLog will follow | Bertrand Guiheneuf | 1999-08-01 | 1 | -153/+245 |
* | Implemented base64 encoder based on CamelStreams. Should the | Miguel de Icaza | 1999-07-15 | 1 | -1/+1 |
* | now use CamelDataWrapper::contruct_form_stream to test message parsing | bertrand | 1999-06-29 | 1 | -0/+37 |
* | new field (content_type) and associated methods. (camel_mime_part_init): | bertrand | 1999-06-28 | 1 | -23/+58 |
* | new class. Simple implementation of a data wrapper: simply keeps the | bertrand | 1999-06-25 | 1 | -2/+2 |
* | moved all the content-type stuff here. (camel_data_wrapper_init): | bertrand | 1999-06-23 | 1 | -37/+7 |
* | new function, returns "type/subtype" mime type string. | bertrand | 1999-06-22 | 1 | -0/+37 |
* | sync | Bertrand Guiheneuf | 1999-06-22 | 1 | -2/+21 |
* | Commit of all Netherlands changes. | Bertrand Guiheneuf | 1999-06-19 | 1 | -20/+32 |
* | More header parsing code. | bertrand | 1999-05-29 | 1 | -5/+59 |
* | sync | Bertrand Guiheneuf | 1999-05-28 | 1 | -3/+48 |
* | new func. Parses message header zone and returns a Glist of all header | bertrand | 1999-05-27 | 1 | -2/+5 |
* | test if content exists before calling its write_to method. | bertrand | 1999-05-20 | 1 | -1/+1 |
* | tests | Bertrand Guiheneuf | 1999-05-19 | 1 | -1/+2 |
* | create recipients hash table (_remove_recipient): (_add_recipient): | Bertrand Guiheneuf | 1999-05-14 | 1 | -1/+8 |
* | disposition is now a full GMimeContentField object. | Bertrand Guiheneuf | 1999-05-13 | 1 | -5/+42 |
* | overload wrapper class method. (_write_to_file): start to write some text | bertrand | 1999-05-12 | 1 | -1/+35 |
* | static functions naming follows gnome coding style guide. | bertrand | 1999-05-12 | 1 | -57/+57 |
* | implemented public interfaces | Bertrand Guiheneuf | 1999-05-11 | 1 | -1/+155 |
* | A bunch of new set/get func. | Bertrand Guiheneuf | 1999-05-11 | 1 | -0/+176 |
* | new method | bertrand | 1999-05-10 | 1 | -0/+18 |
* | new class. models a mime mail part. | bertrand | 1999-05-09 | 1 | -0/+75 |