Updated for string-utils namespace changes.
[platform/upstream/evolution-data-server.git] / camel / camel-mime-part.c
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...
2000-04-26 Dan WinshipRemove. We weren't using the fields that made this...
2000-04-26 Dan Winshipsink the content object after referencing it.
2000-04-26 NotZedBig cleanup of camel-stream-*, got rid of 3 classes...
2000-04-24 Michael ZucciBig fixes for the last commit which broke the message...
2000-04-24 NotZedNo longer call data_wrapper_repository_init.
2000-04-23 NotZedWhole swag of changes. Still lots of cleanup remaining ...
2000-04-22 NotZedRef the folder after setting it in the new message.
2000-04-20 NotZedMERGE NEW_PARSER branch into HEAD, fixed conflicts.
2000-04-19 Dan Winshipdo better reference counting of streams so they actuall...
2000-04-18 Dan Winshipkill camel-log
2000-04-01 Dan Winshipremove debugging printf()s that no longer seem useful
2000-03-28 Dan Winshipfix warnings
2000-03-27 NotZedUnref the output_stream when done, close doesn't do...
2000-03-27 Michael Meeksfix nastiness with mime dispositions ( at least for...
2000-03-09 Dan Winshipfix the name of "Helix Code, Inc." in all the copyrights
2000-03-08 bertrandplug mem leaks due to bad documentation of
2000-03-05 Bertrand GuiheneufTons of fixes to fix things
2000-03-04 bertrandstream the raw content instead of nothing if the encodi...
2000-03-03 bertranduse set_input_stream instead of construct_from_stream...
2000-03-03 bertranddon't forget to set the state to 0 after 3. (my_read_en...
2000-03-02 bertranduse CamelStreamB64 type for the input stream.
2000-02-29 bertrandnew utility function.
2000-02-29 bertrandrevert strange changes.
next