Updated for string-utils namespace changes.
[platform/upstream/evolution-data-server.git] / camel / camel-folder-summary.c
2003-07-07 Jeffrey StedfastUpdated for string-utils namespace changes.
2003-06-18 Not ZedCalculate ranges to remove folder info's more efficient...
2003-05-20 Jeffrey StedfastOnly display a warning if errno != EINVAL (EINVAL means...
2003-05-16 Jeremy KatzEnsure cmdbuf is initialized to avoid compiler warning.
2003-04-08 Not Zeduse g_strerror, and use errno directly rather than...
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 Stedfastfix
2003-02-20 Jeffrey StedfastCall camel_iconv_init(). (camel_shutdown): Call camel_i...
2002-11-11 Jeffrey StedfastUse g_strerror when setting an exception string (we...
2002-10-31 Jeffrey StedfastRemoved hash-table-utils.[c,h] from the build.
2002-10-31 Jeffrey StedfastRemove a ton of useless snot.
2002-09-30 Not ZedRemove debug content_info_dump, could cause a crash...
2002-09-10 Jeffrey StedfastSame as below. Also save errno before closing the file...
2002-09-10 Jeffrey StedfastDo proper error checking and return -1 on fail.
2002-08-02 Not Zedrevert jeff's patch below, and do it slightly different...
2002-08-01 Jeffrey StedfastDo more error checking to prevent crashing if we fail...
2002-07-24 Not ZedWhen writing the summary, use TRUNC flag, duh. Also...
2002-07-15 Not ZedOnly assign a uid if indexing is enabled. This stops...
2002-06-26 Not ZedInclude <sys/time.h> for struct timeval.
2002-05-14 Jeffrey StedfastFixes bug #24136.
2002-04-05 Jeffrey StedfastSimplified since we can now decode in-reply-to without...
2002-04-02 Jeffrey StedfastHandle a ton more nspr i/o errno's. (stream_connect...
2002-03-25 Not ZedWhen we add a new name, up all of the cache limits...
2002-03-22 Jeffrey StedfastUse the date in the received header for the received_date.
2002-03-12 Jeffrey StedfastNow takes a url argument.
2002-02-28 Jeffrey StedfastDon't #include camel-mime-filter-save.h, we don't use it.
2002-02-07 Jeffrey StedfastRemove the CAMEL_MESSAGE_NEEDS_REPLY flag, we no longer...
2002-01-16 Jeffrey StedfastIf we don't want to corrupt the uuencoded data by overw...
2002-01-04 Jeffrey StedfastDon't try setting a content-type parameter if either...
2001-12-10 Jon TrowbridgeImplements marking messages as "Need Reply".
2001-11-30 4Use the uid rather than vuid for unmatched. Also add...
2001-10-27 Ettore PerazzoliMore fixing of the license texts.
2001-10-11 1Removed charset/locale charset lookup and iconv_open...
2001-10-09 9Implement.
2001-09-24 4If the type is encoded, get the fallback charset from...
2001-09-21 Michael ZucciNew function to just load the summary. Not much use...
2001-07-20 Jeffrey StedfastConvert to the iconv-friendly charset names.
2001-07-12 Not ZedRemoved some code i wasn't supposed to commit.
2001-07-11 Not ZedCreate the messageinfo itself, so we can properly set...
2001-07-05 Jeffrey StedfastAdded an assert to make sure that `mi' isn't NULL.
2001-07-05 Michael Zucci (camel_message_info_dup_to): Assign the to->strings...
2001-07-05 Not ZedWhen indexing a new record, create a pseudo word 'ibexi...
2001-07-02 Not Zedre-enable html indexing.
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-06-18 Not ZedOnly create a missing uid if we have indexing turned on.
2001-04-26 Dan WinshipNew file, with the int, string, time_t, and off_t encod...
2001-04-26 Not ZedApplied jacob's patches for e-poolv stuff.
2001-04-05 Not Zedmerge from evolution-0-10-branch to evolution-0-10...
2001-03-27 Not ZedUnref the html filter when done. (summary_build_content...
2001-03-26 Not ZedAdded folder_created event here.
2001-03-14 Not Zedre-constify inbuf, to remove a warning.
2001-02-23 Michael ZucciDoh, cut and paste problem, use mlist not cc.
2001-02-20 Not ZedTake the ^Header: part out of the expression, since...
2001-01-23 Not ZedRemoved some debug 'warnings', as they should now be...
2001-01-18 Jeffrey StedfastAdd some g_warnings() to help debug later if I ever...
2001-01-18 Jeffrey StedfastMake sure that the message-info is non-null before...
2001-01-17 Jeffrey StedfastAdd an int i so this code will compile. Should I be...
2001-01-17 Michael ZucciIndex: ChangeLog
2001-01-17 Dan Winship Delayed loading of IMAP message parts.
2001-01-16 Not ZedChganged len back to be unsigned. And do a simple range...
2000-12-28 Dan WinshipRemove this. It was only a thin wrapper around struct...
2000-12-24 Not ZedLock the command channel while searching. (imap_body_co...
2000-12-12 Christopher James... Added #ifndef NO_WARNINGS around a #warning. Added...
2000-12-05 Dan WinshipFix the check for "flags aren't actually changing".
2000-12-02 Jeffrey StedfastAdded system_flag to CamelFolderSearchClass
2000-12-01 Jeffrey StedfastNew convenience function, doesn't do much but it sure...
2000-11-30 Not ZedRemove assertion that content is there, when it no...
2000-11-20 Not ZedFixes for the summary messageid changes. Hash the messa...
2000-11-15 Not ZedRemoved local again, not quite ready.
2000-11-07 Not ZedImplement a complete() function, now we need one. ...
2000-10-12 Dan WinshipSimple subclass of CamelFolderSummary that also keeps...
2000-10-12 Not ZedRemoved temp_message_buffer, and content_input_stream...
2000-10-06 Jeffrey StedfastDecode the resulting string.
2000-10-04 Not ZedHandle the case where ct != NULL, but type and subtype...
2000-10-02 Dan WinshipRemove camel_folder_{get,free}_subfolder_info, as we...
2000-09-28 Not ZedNew function to fold headers.
2000-09-17 Dan Winshipupdate CamelFolderInfo New function to free the content...
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-08-10 Not ZedA better way to compress leading whitespace. The code...
2000-07-11 Jeffrey StedfastOops, an unsigned integer can never be < 0
2000-07-10 Jeffrey StedfastCleaned up a bunch of compile warnings
2000-07-09 Dan WinshipNew function to copy a header_references structure.
2000-07-06 Jeffrey StedfastParse for more header information to allow message...
2000-07-06 Dan Winshipremove some non-error case debugging messages.
2000-07-05 Ettore PerazzoliFix the "clashing UIDs are not updated on disk" problem...
2000-07-05 Dan WinshipAdd "Cc" to summary and bump summary version number.
2000-07-04 Ettore PerazzoliCentralize creation of new UIDs for the summary.
2000-07-04 Ettore PerazzoliGet rid of unused function `camel_folder_summary_set_ui...
2000-07-03 Dan WinshipParse In-Reply-To with header_references_decode, not...
2000-06-21 Dan WinshipSet date_received based on the first (most recent)...
2000-06-20 Dan Winshipmark the message info with CAMEL_MESSAGE_FOLDER_FLAGGED...
2000-06-16 Dan Winship Move flag handling from CamelMimeMessage to CamelFolde...
2000-06-16 Dan WinshipKLUDGE! Since neither ETable nor GtkHTML supports UTF...
2000-06-02 Not ZedIf we get a funny result, just throw it out. Basically...
2000-05-18 NotZedGuess!
2000-05-17 Darin AdlerQuick fix to get it to compile. I hope I don't get...
2000-05-17 NotZedAll this basically to support user flags in the summary...
next