Updated for string-utils namespace changes.
[platform/upstream/evolution-data-server.git] / camel / camel-mime-part-utils.c
2003-07-07 Jeffrey StedfastUpdated for string-utils namespace changes.
2003-06-12 Jeffrey StedfastPartial fix for bug #44457.
2003-05-16 Jeremy KatzEnsure cmdbuf is initialized to avoid compiler warning.
2003-05-04 Dan WinshipDon't call g_utf8_validate on an empty message. Fixes...
2003-04-17 Not ZedDont assume adding 1 to line length will go to the...
2003-03-27 Not ZedDo a more thorough check for html marked as text/plain...
2003-03-21 Jeffrey StedfastCamel part of the fix for Lewing's bug #39204. Second...
2003-02-25 Jeffrey Stedfastcanonicalise the charset name (if it is an iso charset...
2003-02-25 Jeffrey StedfastSame as the ones below.
2003-02-20 Jeffrey StedfastCall camel_iconv_init(). (camel_shutdown): Call camel_i...
2002-12-16 Jeffrey StedfastDetect text/html parts that were marked as text/plain...
2002-11-11 Jeffrey StedfastUse g_strerror when setting an exception string (we...
2002-11-05 Not ZedCreated temporary link list, we need to link with somet...
2002-10-31 Jeffrey StedfastRemove a ton of useless snot.
2002-07-19 Not ZedChanged to use a different length calculator.
2002-07-12 Jeffrey Stedfastoops, changed the location of where we check for multip...
2002-07-12 Jeffrey StedfastHandle multipart/encrypted parts too.
2002-05-31 Not ZedAdded a protocol field for users to use.
2002-04-11 Not ZedIf the last message(s) were deleted, and we had any...
2002-04-10 Jeffrey Stedfastoops, after converting everything truncate the GByteArr...
2002-04-10 Jeffrey StedfastFixed a bug that would miscalculate how much data to...
2002-03-01 Jeffrey StedfastReverted my pgp/mime fixes here too.
2002-02-28 Jeffrey StedfastRearrange the save filter stuff so that we save raw...
2002-02-28 Jeffrey Stedfastonly save raw streams for leaf parts.
2002-02-28 Jeffrey StedfastDon't #include camel-mime-filter-save.h, we don't use it.
2001-12-18 Jeffrey Stedfastrevert my "simplification" of the last commit, it was...
2001-12-18 Jeffrey StedfastNew function to map ISO charsets to the Windows charsets.
2001-12-10 Jeffrey StedfastProtect against either of the types being NULL.
2001-11-26 Jeffrey StedfastFor the uudecoding mode, garble up the "begin <mode...
2001-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-10-26 5Remove the stupid warning that should never have been...
2001-10-22 Jeffrey StedfastOnly do the rawtext checks if the part is a text part...
2001-10-19 Jeffrey StedfastIf a charset isn't specified or claims to be utf-8...
2001-10-11 1Removed charset/locale charset lookup and iconv_open...
2001-10-03 2Change to camel_charset_iconv_open/close.
2001-09-24 4If the type is encoded, get the fallback charset from...
2001-09-13 Jeffrey StedfastConvert the charset to the iconv-friendly name.
2001-09-07 Jeffrey StedfastReuse the original boundary instead of generating our...
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 ZedLimit the maximum output buffer size. iconv bugs? retur...
2001-08-24 Not ZedLikewise.
2001-07-20 Not Zedrenamed to camel_charset_to_iconv() to make it just...
2001-07-20 Jeffrey StedfastConvert to the iconv-friendly charset names.
2001-07-19 Jeffrey StedfastNo need for `acharset' anymore. (check_html_charset...
2001-07-12 Not ZedRemoved. (check_html_charset): Replaced with this.
2001-07-11 Jeffrey StedfastNew function to extract a meta-tag charset value if...
2001-07-11 Jeffrey StedfastRipped out my code since it was never being used since...
2001-07-10 Jeffrey StedfastNew function to parse an HTML meta-tag.
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2000-12-28 Dan WinshipRemove this. It was only a thin wrapper around struct...
2000-11-24 Not ZedAdd tests.
2000-11-21 Not ZedShite, -1 on error, >=0 on success. So i've just been...
2000-11-04 Not ZedSet the preface/postface from the parser into the multi...
2000-08-25 Lauris KaplinskiMore UTF-8 handling
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-16 Dan WinshipKLUDGE! Since neither ETable nor GtkHTML supports UTF...
2000-06-01 Not ZedFixes Bug 192.
2000-05-26 Dan WinshipDon't set a default boundary. Require the caller to...
2000-05-25 NotZedReplace simple data wrapper here too, oops.
2000-05-18 Dan Winshipremove get/set_output_stream operations. They're redund...
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> * gmime-utils.[ch]: What the hell, remove it. This...
2000-05-02 2Dont use autofill on these fucking long function anmes...
2000-04-29 Dan Winshipcamel_mime_parser_tell() returns an offset from where...
2000-04-26 Dan WinshipRemove. We weren't using the fields that made this...
2000-04-26 NotZedBig cleanup of camel-stream-*, got rid of 3 classes...
2000-04-24 Dan Winshipfix a cut-and-pasto.
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-18 Dan Winshipkill camel-log
2000-03-09 Dan Winshipfix the name of "Helix Code, Inc." in all the copyrights
2000-03-03 NotZedMake sure we open with create with a creation mask.
2000-02-23 Dan WinshipFree the data in the headers hash table. (_add_header...
2000-02-16 bertranddon't seek the begining of the substream. (_eos): fix...
2000-02-16 bertrandthis routine replaces the _read_part routine and does...
2000-02-10 NotZedIf we get a -1 read, DONT update the total bytes, and...
2000-01-03 Bertrand GuiheneufUpdated my e-mail address to reflect my new employment
1999-12-14 Bertrand GuiheneufFix copyright informations once again
1999-10-23 Bertrand GuiheneufCopyright change
1999-08-29 Bertrand GuiheneufAddress update
1999-08-29 bertrandtext parameter declared const
1999-08-26 bertrandcontruct the content from the buffer before calling...
1999-08-26 bertrandnew file, groups mime-part related utils. Meant to...