Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-mime-part.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-04-28 Matthew Barnes** Fixes bug #418852
2006-04-12 Jeffrey StedfastFixes to many source files to suppress compiler warning...
2005-09-15 Tor Lillqvistcamel-mime-part.c camel-mime-utils.c camel-movemail.c
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-05-13 Jeffrey Stedfastlots and lots o' docs
2005-05-12 Jeffrey Stedfastmore docs
2004-12-02 Michael Zucci merged notzed-camel-eds-branch
2004-03-15 Not Zedset the mime-type field on the content the same way as
2004-01-22 Jeremy KatzFix prototype to be consistent.
2003-10-23 Jeffrey StedfastRemoved unneeded CAMEL_OBJECT() casts.
2003-09-18 Jeffrey StedfastNew function to replace the one from camel-mime-part.c
2003-09-18 Jeffrey Stedfasts/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and
2003-08-26 Jeffrey Stedfasttemporarily reverting my camel namespace patches until...
2003-08-26 Jeffrey Stedfasts/HSCAN_/CAMEL_MIME_PARSER_STATE_/g and
2003-08-25 Jeffrey StedfastNamespaced.
2003-08-15 Not Zed** See bug #47634.
2003-08-14 Jeffrey StedfastSave errno when flushing/unreffing the filter stream.
2003-08-13 Jeffrey StedfastIf the content is base64/qp/uu/etc encoded but the...
2003-08-11 Jeffrey StedfastNew test suite for the mime parser (which is where...
2003-07-30 Jeffrey StedfastAlso updated.
2003-07-23 Jeffrey StedfastRevert my previous changes to this function.
2003-07-16 Jeffrey StedfastAdd the CamelMimePartEncodingType definition here.
2003-07-07 Jeffrey StedfastUpdated for string-utils namespace changes.
2003-05-16 Jeremy KatzEnsure cmdbuf is initialized to avoid compiler warning.
2003-03-28 Not Zedremove unused var.
2003-03-17 Jeffrey StedfastRemoved unused variable left over from my previous...
2003-03-14 Jeffrey StedfastUse header_contentid_decode() as this new function...
2003-03-06 Jeffrey StedfastGet rid of the const return - it mismatches the prototy...
2003-02-25 Jeffrey StedfastSame as the ones below.
2003-02-20 Jeffrey StedfastCall camel_iconv_init(). (camel_shutdown): Call camel_i...
2002-11-08 Not Zedconstify the content_type.
2002-10-31 Jeffrey StedfastRemoved hash-table-utils.[c,h] from the build.
2002-10-04 Jeffrey StedfastUse the content-object's rawtext flag to decide if...
2002-09-15 Jeffrey StedfastIf header_msgid_decode fails for the content-id field...
2002-09-13 Jeffrey StedfastIf header_msgid_decode fails for the content-id field...
2002-06-14 Jeffrey StedfastFixed compiler warnings.
2002-04-09 Not ZedIf we get multiple Content-Type header values, change...
2002-03-01 Jeffrey StedfastReverted my pgp/mime fixes here too.
2002-02-28 Jeffrey StedfastDon't #include camel-mime-filter-save.h, we don't use it.
2002-02-27 Not ZedChanged header formatted table to contain a pointer...
2002-02-22 Jeffrey StedfastSet the 'name' parameter on the Content-Type too. Fixes...
2001-11-26 Jeffrey StedfastFor the uudecoding mode, garble up the "begin <mode...
2001-10-31 1Same as below.
2001-10-30 Dan WinshipFix this to match get_headers.
2001-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-10-11 1Removed charset/locale charset lookup and iconv_open...
2001-09-24 4If the type is encoded, get the fallback charset from...
2001-08-27 Not Zedre-read the iconv man page, and treat the return value...
2001-08-24 Peter WilliamsRevert Not Zed's previous commits as they apparently...
2001-08-24 Not ZedLikewise.
2001-07-20 Jeffrey StedfastConvert to the iconv-friendly charset names.
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-06-14 Jeffrey StedfastDon't try to format the Reply-To header - we don't...
2001-05-16 Dan WinshipNew function to return an array of all headers.
2001-05-11 Dan WinshipDecode Content-Location, either correctly or Netscape...
2001-05-09 Jeffrey StedfastWrap the content-id with <>'s.
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-02-22 Not ZedAdd some internal progress reporting. (imap_rescan...
2001-02-13 Not ZedAdd address headers to list that we dont fold when...
2001-02-02 Not ZedAdd missing header for cancel check stuff.
2001-01-22 Jeffrey StedfastMake the output a little prettier. Okay, so I'm anal...
2000-12-28 Dan WinshipRemove this. It was only a thin wrapper around struct...
2000-12-11 Michael ZucciRemove use of linewrap filter. Headers are now wrapped...
2000-11-29 Not ZedAdd a missed unref.
2000-11-21 Not ZedShite, -1 on error, >=0 on success. So i've just been...
2000-11-07 Not ZedImplement a complete() function, now we need one. ...
2000-10-19 Jeffrey StedfastThe correct fix this time - the description should...
2000-10-18 Not ZedNo, we must not encode the headers here. These interfac...
2000-10-18 Jeffrey StedfastEncode the header value. (add_header): Same.
2000-10-12 Not ZedRemoved temp_message_buffer, and content_input_stream...
2000-10-08 Miguel de IcazaIssue a warning if h->value is NULL.
2000-09-05 Dan WinshipIf a MIME part has no Content-Disposition, but does...
2000-09-01 Lauris KaplinskiEmail should now display correctly in GtkHTML
2000-08-31 Michael Zucci (write_to_stream): Rearrange the logic so it...
2000-08-31 Michael Zucci (write_to_stream): Fix some warnings/use the right...
2000-08-31 Not ZedUse the proper type checking function to check for...
2000-08-11 Christopher James... Fixed some warnings.
2000-08-10 Peter WilliamsMerge with camel-async.
2000-06-21 Dan Winshipflush the filter stream before unreffing it, so it...
2000-06-12 Jeffrey StedfastDeprecated.
2000-06-12 Dan WinshipNew filter to do CRLF<->LF conversion. (Currently only...
2000-06-05 Dan Winshipfix typo/braino (set "Content-Disposition", not "Conten...
2000-06-01 Not ZedFixes Bug 192.
2000-05-19 NotZed> searchpart = strchr(namepart, '?');
2000-05-18 Dan Winshipremove get/set_output_stream operations. They're redund...
2000-05-11 NotZedBig bunch o memleaks fixed.
2000-05-10 Dan Winshipfix a stupid typo. Thank you, C.
2000-05-08 Dan WinshipUse CamelException to signal failure. (camel_stream_wri...
2000-05-08 NotZedMerged NEW_SUMMARY branch back to trunk, and resolved...
2000-05-07 Dan Winship Make camel not leak like a sieve.
2000-05-05 NotZedAnd same here ...
2000-05-04 NotZedNo, we're not going to have g_strcasecmp for no good...
2000-05-03 Jacob Leachs/strcasecmp/g_strcasecamp/ everywhere except intl...
2000-05-02 Michael Zucci> * providers/mbox/camel-mbox-search.c
2000-05-02 Michael Zucci> * gmime-utils.[ch]: What the hell, remove it. This...
2000-04-28 NotZedDont try and check a NULL header.
2000-04-27 Dan WinshipRevert previous change. I was confused.
2000-04-26 Dan WinshipOnly write a newline between the headers and the conten...
next