Updated for string-utils namespace changes.
[platform/upstream/evolution-data-server.git] / camel / camel-mime-message.c
2003-07-07 Jeffrey StedfastUpdated for string-utils namespace changes.
2003-06-11 Jeffrey StedfastAdd the CAMEL_BESTENC_TEXT bit to enctype if the part...
2003-05-16 Jeremy KatzEnsure cmdbuf is initialized to avoid compiler warning.
2003-03-28 Not Zedremove unused var.
2003-03-20 Dan Winship Handle raw 8-bit From data "correctly". (The same...
2003-02-25 Jeffrey StedfastSame as the ones below.
2003-02-20 Jeffrey StedfastCall camel_iconv_init(). (camel_shutdown): Call camel_i...
2002-10-31 Jeffrey StedfastRemoved hash-table-utils.[c,h] from the build.
2002-09-05 Dan WinshipUse e_mktime_utc.
2002-07-11 Jeffrey StedfastFixes bug #27672
2002-04-09 Jeffrey Stedfastmade the copmment clearer
2002-04-09 Jeffrey StedfastDon't adjust the timezone offset if we used tm.tm_gmtof...
2002-01-29 Jeffrey StedfastHandle Resent headers too.
2001-12-10 Dan WinshipFix the tm_gmtoff case (its sign is the opposite of...
2001-11-30 Jeffrey StedfastDon't use regex matching. Fixes bug #16227.
2001-10-31 1Same as below.
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-28 Jeffrey StedfastSame here.
2001-09-26 Jeffrey StedfastNew function to convenience Larry ;-) (check_content_id...
2001-09-26 Jeffrey StedfastNew function to convenience Larry ;-)
2001-09-24 4If the type is encoded, get the fallback charset from...
2001-07-20 Jeffrey StedfastConvert to the iconv-friendly charset names.
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-30 Jon TrowbridgeAdd support for converting e-mail addresses to links...
2001-03-29 Jon TrowbridgeAdded #include <libgnome/gnome-paper.h>
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-03-26 Jeffrey StedfastDon't spew a warning if the message-id wasn't set by...
2001-03-23 Jon TrowbridgeAdded. Call me old-fashioned, but I just prefer to...
2001-02-26 Jeffrey StedfastMade thread-safe and moved to above the test code.
2000-12-28 Dan WinshipRemove this. It was only a thin wrapper around struct...
2000-12-08 Not ZedChange the sign of the default date offset when none...
2000-11-08 Not ZedKeep track of the caller bestenc flags that make sense.
2000-11-07 Not ZedImplement a complete() function, now we need one. ...
2000-10-05 Jeffrey StedfastUse the camel_address_encode function again.
2000-10-05 Jeffrey StedfastModified to not encode space chars in the middle of...
2000-10-04 Jeffrey StedfastUse header_encode_phrase instead. (camel_mime_message_s...
2000-10-03 Jeffrey StedfastQuote the mailbox name when sending a SELECT request...
2000-10-02 Jeffrey StedfastNew convenience function to determine if there are...
2000-09-07 Jeffrey Stedfastoops, spelling mistake
2000-09-07 Jeffrey StedfastImplemented (someone added these to camel-mime-message...
2000-08-11 Christopher James... Fixed some warnings.
2000-08-10 Peter WilliamsMerge with camel-async.
2000-08-08 Dan WinshipAdd another subject g_strstrip that fejj's earlier...
2000-08-07 Jeffrey StedfastDo a g_strstrip on the subject so we can stop getting...
2000-08-03 Dan WinshipTrim trailing space from the subject. I've now seen...
2000-07-25 Dan WinshipDon't add a Mime-Version header to a message that alrea...
2000-07-03 Dan WinshipParse In-Reply-To with header_references_decode, not...
2000-06-16 Dan Winship Move flag handling from CamelMimeMessage to CamelFolde...
2000-06-01 Not ZedFixes Bug 192.
2000-05-19 NotZed> searchpart = strchr(namepart, '?');
2000-05-17 NotZedAll this basically to support user flags in the summary...
2000-05-11 NotZedBig bunch o memleaks fixed.
2000-05-08 Dan WinshipUse CamelException to signal failure. (camel_stream_wri...
2000-05-08 NotZedFormat From and Reply-To to at least a decoded string...
2000-05-08 NotZedMerged NEW_SUMMARY branch back to trunk, and resolved...
2000-05-02 Michael Zucci> * gmime-utils.[ch]: What the hell, remove it. This...
2000-05-01 NotZedMore message cleanup. Flags now work, are saved, and...
2000-04-28 NotZedDont try and check a NULL header.
2000-04-26 NotZedBig cleanup of camel-stream-*, got rid of 3 classes...
2000-04-25 Dan Winshipfix some incorrect macro usage that resulted in bogus...
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-18 Dan Winshipkill camel-log
2000-04-17 Dan WinshipRemove the "session" field from CamelMimeMessage. Nothi...
2000-03-27 NotZedUnref the output_stream when done, close doesn't do...
2000-03-09 Dan Winshipfix the name of "Helix Code, Inc." in all the copyrights
2000-02-28 NotZedFix a bunch of serious small bugs.
2000-02-17 bertranduse camel_stream_reset instead of seek. The formatter...
2000-02-17 bertrandrevamped so that it uses the output stream of the data...
2000-02-09 bertrandset the mime type to "mime/message". --- THIS IS NOT...
2000-01-24 bertrandadd recipient_list to the recipients, not recipients_li...
2000-01-03 Bertrand GuiheneufUpdated my e-mail address to reflect my new employment
1999-12-14 Bertrand GuiheneufFix copyright informations once again
1999-12-09 Ettore PerazzoliMake set_* methods in CamelMimeMessage use const strings.
1999-11-17 Ettore PerazzoliMore work:
1999-11-17 Ettore PerazzoliAdded streaming capability to CamelDataWrapper. This...
1999-10-23 Bertrand GuiheneufCopyright change
1999-09-02 bertrandchanged decl to fit CRLFunc. (_write_recipients_to_stre...
1999-09-01 bertrandnow use CamelRecipientTable
1999-09-01 bertrandWhen using g_free (obj) don't test if obj != NULL g_fre...
1999-08-29 Bertrand GuiheneufAddress update
1999-08-25 bertrandnow descend from CamelMedium.
1999-08-14 bertrandImplemented deletion/expunge mechanism.
1999-08-13 bertrandNew field (message_list) which will hold a reference...
1999-08-13 bertrandnew method, returns the list of permanent flags support...
1999-08-13 bertrandthose two func go here now.
1999-08-11 bertrandMessage creation still consumes a lot of
1999-08-10 bertrandimplemented destructors.
1999-08-05 bertrandnew method. (camel_folder_get_message): corresponding...
1999-08-01 Bertrand Guiheneufmerge a lot of work. Rough ChangeLog will follow
1999-07-15 Miguel de IcazaImplemented base64 encoder based on CamelStreams. Shoul...
1999-06-24 bertrandVarious patches from Ulrich Drepper <drepper at cygnus...
1999-06-21 Bertrand Guiheneufsync
1999-06-18 Bertrand GuiheneufCommit of all Netherlands changes.
1999-05-30 Bertrand Guiheneufremove leading and trailing spaces in recipient addresses.
next