Fix FSF address (Tobias Mueller, #470445)
[platform/upstream/evolution-data-server.git] / camel / camel-folder-summary.c
2007-08-28 Ross BurtonFix FSF address (Tobias Mueller, #470445)
2007-08-14 Jens Granseuer** Fix for bug #466309
2007-07-28 Ross BurtonAdd some sanity checks (#460861)
2007-05-16 Jules ColdingFix file descriptor leaks from open() and friends as...
2007-04-28 Matthew Barnes** Fixes bug #418852
2007-04-03 Srinivasa RagavanFix for bug #322105
2006-07-24 Veerapuram VaradhanMeta-summary implementation for beagle
2006-07-06 Jeffrey StedfastNew function that now holds the main logic of the old...
2006-04-12 Jeffrey StedfastFixes to many source files to suppress compiler warning...
2006-02-02 Parthasarathi Susarladecrement Ref count properly
2005-11-30 Tor LillqvistDefine O_BINARY as 0 on Unix. Add declarations for...
2005-10-11 Vivek Jain** See bug #318508
2005-08-31 Harish KrishnaswamyModify License to LGPL
2005-08-15 Not Zedsame.
2005-05-11 Jeffrey Stedfastyay, finally documented... only took all day
2005-04-04 Jeffrey StedfastIf the SASL negotiation fails or is cancelled, then...
2004-12-02 Michael Zucci merged notzed-camel-eds-branch
2004-12-01 S.Çağlar Onur** See bug #69446.
2004-11-12 Not Zed** Merge in notzed-messageinfo-branch, fix some minor...
2004-09-22 Not Zedhandle a zero-length token read rather than failing.
2004-05-17 Not Zeddon't allow creation of Trash or Junk folders.
2004-04-02 Not Zedturn this on, this should always be on, it points to...
2004-03-17 Not ZedSee bug #55618.
2004-02-24 Michael Zucci kill sum debug
2004-02-16 Not Zed** See bug #51045.
2003-11-12 Radek Doulikmerged spam filtering branch
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-13 Not ZedFix the range check, we were stopping removal of 1...
2003-08-11 Jeffrey StedfastNew test suite for the mime parser (which is where...
2003-07-09 Jeffrey StedfastGet rid of the #ifdef ENABLE_THREADS since we no longer...
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
next