Updated for string-utils namespace changes.
[platform/upstream/evolution-data-server.git] / camel / providers / imap / camel-imap-folder.c
2003-07-07 Jeffrey StedfastUpdated for string-utils namespace changes.
2003-05-28 Jeffrey StedfastThis should finish fixing all variations of bug #42854...
2003-05-14 Jeffrey StedfastAdded a note to the comment block for this function...
2003-05-13 Ettore PerazzoliDisable debugging.
2003-04-30 Jeremy Katzbody_len needs to be a size_t instead of int
2003-03-06 Jeffrey Stedfasts/g_strncasecmp/strncasecmp/g
2003-02-04 Jeffrey StedfastUse g_ascii_strdown() instead of g_strdown, since g_str...
2002-12-17 Jeffrey StedfastReplace calls to g_string_sprintfa() with g_string_appe...
2002-11-11 Jeffrey StedfastUse g_strerror when setting an exception string (we...
2002-10-03 Michael Zucci Add missing ;.
2002-10-03 Not Zed/home/notzed/gnome/head/evolution/camel
2002-10-01 Jeffrey StedfastUse strtol when decoding the timezone (since it can...
2002-09-30 Not ZedRemove debug content_info_dump, could cause a crash...
2002-09-27 Jeffrey StedfastNew function to decode the INTERNALDATE response from...
2002-09-27 Not ZedUse the summary's last uid as the one to fetch from...
2002-09-23 Jeffrey StedfastDecode the INTERNALDATE if we've got one. (imap_update_...
2002-09-19 Jeffrey StedfastDon't increment the response pointer when deciding...
2002-09-19 Jeffrey StedfastInclude MIME-VERSION and CONTENT-TYPE.
2002-09-18 Jeffrey StedfastHandle when the response is from a HEADER.FIELDS (if...
2002-09-15 Jeffrey StedfastIf header_msgid_decode fails for the content-id field...
2002-09-10 Jeffrey StedfastClear the exception even if we failed to get the messag...
2002-09-09 Jeffrey StedfastFixes bug #4224
2002-09-04 Not Zedclear nonfatal stuff.
2002-08-26 Jeffrey Stedfastoops, my deadlock fix wasn't quite right. this should...
2002-08-26 Jeffrey StedfastLock the CamelService->priv->connect_lock instead of...
2002-08-20 Jeffrey StedfastSet CAMEL_URL_NEED_PATH for the vFolder provider.
2002-08-09 Peter WilliamsNew function, generate a UID that has better chances...
2002-08-09 Peter WilliamsWhen renaming our cache, add the "/folders" to the...
2002-08-08 Jeffrey StedfastSet some default permanent_flags. This is the other...
2002-08-08 Jeffrey StedfastSet some default permanent_flags. This is the other...
2002-08-08 Jeffrey StedfastOops - outbuf pointed to alloca'd memory but we were...
2002-08-07 Jeffrey StedfastOnly add the stream to the gdatalist if it is non-NULL.
2002-08-01 Jeffrey StedfastDisable my fix to not cache headers as it means that...
2002-07-30 Peter WilliamsUse the same command-counter mojo that the append code...
2002-07-25 Peter WilliamsPrototype.
2002-07-25 Peter WilliamsIt would help to mark the UIDs as deleted before we...
2002-07-24 Not ZedSync before doing an expunge if we dont have uidplus...
2002-07-16 Peter WilliamsClean up some improper usage of CamelExceptions (looking at
2002-07-16 Peter WilliamsIf we're not online and the message isn't in our cache...
2002-07-15 Peter Williams>= is not appropriate here because the sequences are...
2002-07-15 Not ZedOnly assign a uid if indexing is enabled. This stops...
2002-07-12 Jeffrey StedfastHandle multipart/encrypted parts too.
2002-07-11 Jeffrey StedfastIf we are fetching HEADERs, don't cache the stream...
2002-06-19 Jeffrey StedfastMake sure we hold the command_lock before accessing...
2002-06-14 Jeffrey StedfastUnlock the command_lock after each UID STORE command...
2002-06-03 Not Zedsetup/free the mech string.
2002-05-31 Jeffrey StedfastWhen the part is a multipart/signed, make sure to free...
2002-05-31 Jeffrey StedfastFree the path buffer when we're done with it.
2002-05-31 Jeffrey StedfastRevert my fix from the other day since camel_imap_comma...
2002-05-31 Jeffrey StedfastFree the response before checking for errors. I'm not...
2002-05-24 Jeffrey StedfastHelps if we allocate enough space here. Also, start...
2002-05-15 Jeffrey StedfastNew function to parse a NAMESPACE response properly.
2002-05-15 Jeffrey StedfastIf the part_spec is an empty string for a leaft part...
2002-05-15 Jeffrey Stedfastfixed a simple logic mistake
2002-05-14 Jeffrey StedfastFixes bug #24136.
2002-05-14 Jeffrey StedfastPrevious fix reverted.
2002-05-14 Jeffrey StedfastPrevious fix reverted. (get_content): Handle the case...
2002-05-13 Dan WinshipAdd a "char **appended_uid" argument, for the caller...
2002-05-11 Jeffrey StedfastFetch the BODYSTRUCTURE rather than BODY since BODY...
2002-05-10 Dan WinshipReplace copy_messages_to and move_messages_to with...
2002-05-06 Jeffrey StedfastCall camel_mime_message_encode_8bit_parts() which fixes...
2002-04-11 Not ZedIf the last message(s) were deleted, and we had any...
2002-04-11 Jeffrey StedfastSet the UID_SET_LIMIT value to 4096. I ran into an...
2002-04-01 Not ZedTemporarily disable indexing.
2002-01-29 Jeffrey StedfastAdded more kludge to an existing Exchange IMAP 5.5...
2002-01-15 Jeffrey StedfastSort the needheaders UID array and fixed to respect...
2002-01-14 Jeffrey StedfastUpdated to use the new imap_uid_array_to_set() interface.
2002-01-14 Not ZedRewritten to use a cache for body searches when online...
2002-01-11 Jeffrey StedfastKludge around a bug in Exchange 5.5 that reports 2...
2002-01-10 Jeffrey StedfastIf mi is NULL, don't bother updating it. Should fix...
2002-01-10 Jeffrey StedfastKludge around Microsoft Exchange 5.5 (bug #5348) by...
2001-12-17 Jeffrey StedfastReverted my previous changes here since it doesn't...
2001-12-17 Jeffrey StedfastTry to use the original boundary so luis will stop...
2001-12-17 Jeffrey StedfastTry to use the original boundary so luis will stop...
2001-11-30 Jeffrey StedfastDon't use regex matching. Fixes bug #16227.
2001-11-16 Jeffrey Stedfastsee the ChangeLog, I forget
2001-11-09 Jeffrey StedfastNow takes a command-length argument so we can 1) avoid...
2001-10-30 0If we can't retrieve the message, ignore it, it can...
2001-10-30 Dan WinshipSet an X-Evolution-Source header on the returned messag...
2001-10-29 Jeffrey StedfastDon't emit a folder_subscribed signal if we are in...
2001-10-29 9Turn off w() -> warnings.
2001-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-10-26 Jeffrey StedfastCheck to make sure that the dataset is non-NULL before...
2001-10-18 Jeffrey StedfastFix my Cyrus imapd workaround...instead of checking...
2001-10-09 9Implement.
2001-10-09 Dan Winshipreplace the ever-growing list of gbooleans with a singl...
2001-10-03 3Remove now unused 'recents' array/freeing func.
2001-09-28 Dan WinshipGrab the store's command_lock before grabbing the folde...
2001-09-24 4In the 'lose' case, free messages, not fetch_data twice!
2001-09-18 8If filter inbox is set on the store, and we're opening...
2001-09-13 Jeffrey StedfastPass an exception to the cache. (imap_append_online...
2001-09-07 6Thread function to perform filtering. (filter_free...
2001-08-17 Jeffrey StedfastStart scanning new messages at maxuid + 1 rather than...
2001-08-16 Jeffrey StedfastIf we are online and message flags have changed in...
2001-08-16 Jeffrey StedfastDon't ever send "STORE FLAGS.SILENT ()" since Cyrus...
2001-08-13 Jeffrey StedfastWe need to be ref'ing the folder if/when we add it...
2001-08-10 Jeffrey Stedfasttedfast <fejj@ximian.com>
2001-08-10 Jeffrey StedfastDon't g_strdup() the uid into the trigger_event call.
2001-08-06 Dan WinshipFix off-by-one error in cleaning up deleted messages...
next