platform/upstream/evolution-data-server.git
2000-08-12 Dan WinshipNew function to do one round of attempted authenticatio...
2000-08-12 Jeffrey StedfastNo longer calls try_connect() to get authtypes
2000-08-12 Jeffrey StedfastChanged param order a bit and fixed some logic
2000-08-12 Jeffrey StedfastNew convenience function for multi-transactional comman...
2000-08-12 Christopher... Fixed a warning.
2000-08-11 Chris Toshokremove get_name and get_full_name assignments, since...
2000-08-11 Chris Toshokuse g_get_home_dir, since evolution_dir isn't available...
2000-08-11 Peter WilliamsFix the camel-folder's thaw handler. Implement event...
2000-08-11 Not ZedImplement. (mh_get_message_user_tag): Implement.
2000-08-11 Not ZedYay so lets fix an already fixed fix, again. (copy_mess...
2000-08-11 Christopher... Fixed some warnings.
2000-08-11 Michael Zuccit Zed <NotZed@HelixCode.com>
2000-08-11 Michael Zucci Removed unecessary change and fixed indenting.
2000-08-10 Jeffrey StedfastIf we go over the max number of messages, don't keep...
2000-08-10 Peter WilliamsMerge with camel-async.
2000-08-10 Not ZedA better way to compress leading whitespace. The code...
2000-08-09 Ettore PerazzoliFix the NNTP provider's Makefile.am so that it does...
2000-08-09 Not ZedReorder search result in summary order if we searched...
2000-08-09 Dan WinshipNew code to keep an on-disk cache of what UIDs have...
2000-08-08 Dan WinshipAdd another subject g_strstrip that fejj's earlier...
2000-08-08 Not ZedOnly retry another uid if we had a name clash, otherwis...
2000-08-07 Jeffrey StedfastIf we are trying to get a subfolder listing of the...
2000-08-07 Jeffrey StedfastStrip all \n's from the expression
2000-08-07 Jeffrey StedfastDo a g_strstrip on the subject so we can stop getting...
2000-08-07 Dan WinshipFix this to not require NULL-termination of the array.
2000-08-04 Jeffrey StedfastIf we fail to get a dir_sep, then supply the default...
2000-08-04 Peter WilliamsCoredump fix when IMAP get_folder with NULL dir_sep
2000-08-04 Dan WinshipIndexes into the flags array are message_number minus...
2000-08-04 Dan Winshipadd a debugging macro for doing protocol tracing.
2000-08-03 Jeffrey StedfastOnly call imap_get_summary_internal if the folder can...
2000-08-03 Jeffrey StedfastInitialize the service_cache for the news/nntp providers
2000-08-03 Peter Williamssrcdir != builddir fix
2000-08-03 Dan WinshipKill this. It doesn't have any code to do anything...
2000-08-03 Dan WinshipTrim trailing space from the subject. I've now seen...
2000-08-02 Jeffrey StedfastWhen forced to use the IP, place it in square brackets.
2000-08-01 Jeffrey StedfastNew and improved sexp parser. An honest try at using...
2000-08-01 Peter Williamscvsignore file
2000-08-01 Not ZedInitial cut at mh provider. Well, it already does...
2000-08-01 Jeffrey StedfastSome IMAP servers don't wrap the UID in ()'s so don...
2000-07-31 Jeffrey StedfastOops, forgot to free node->function - not good.
2000-07-31 Peter WilliamsBuffer overrun fix in g_strfreev -- two more that I...
2000-07-31 Peter WilliamsBuffer overrun fix in g_strfreev
2000-07-31 Jeffrey StedfastNew convenience function to translate a Camel sexp...
2000-07-31 Peter WilliamsA few string overrun checks for the mime parser
2000-07-29 Jeffrey StedfastMake sure the third word/token (whatever) is "EXPUNGE...
2000-07-29 Jeffrey Stedfastfixed a few logic errors
2000-07-28 Jeffrey StedfastCleaned up a bit, now uses imap_next_word() (camel_imap...
2000-07-28 Jeffrey StedfastGet message count when STATUS is not available. (imap_i...
2000-07-28 Jeffrey StedfastFixed my routine to only fetch new headers, my IDs...
2000-07-27 Jeffrey StedfastIf the path doesn't begin with a / and there is a host...
2000-07-27 Jeffrey StedfastAdded camel-imap-utils.[c,h]
2000-07-27 Jeffrey StedfastNow uses a hash table for looking up message info rathe...
2000-07-27 Peter WilliamsFix Makefile.am booboo.
2000-07-26 Matthew LoperMake the mime parser a bit less reckless. More reckful?
2000-07-26 Dan Winshiproutine to call an external movemail program. (camel_mo...
2000-07-26 Jeffrey StedfastShould now always prepend a '/' before the path if...
2000-07-26 Jeffrey StedfastFixed a few compiler warnings
2000-07-25 Jeffrey StedfastFixed the real problem that Peter was running into.
2000-07-25 Dan WinshipDon't add a Mime-Version header to a message that alrea...
2000-07-25 Peter WilliamsIMAP expunge crash prevention... still not right...
2000-07-25 Jeffrey StedfastOptimized to try and get the new message headers withou...
2000-07-25 Jeffrey StedfastUpdated to give special attention to the root folder.
2000-07-25 Dan WinshipRemove exceptions from a number of methods that work...
2000-07-25 Jeffrey StedfastUpdated to port easily to the new Camel API (imap_init...
2000-07-24 Jeffrey StedfastInitialize the summary and subfolder listing. (imap_sum...
2000-07-24 Dan WinshipRemove camel_folder_get_message_uid, which was not...
2000-07-24 Dan WinshipBye bye bye.
2000-07-24 Jeffrey StedfastMade it a little more forgiving. Also set current_folde...
2000-07-22 Jeffrey StedfastClear CamelExceptions when appropriate (eg when folder...
2000-07-22 Jeffrey StedfastUpdated to not strip out subfolders that are marked...
2000-07-21 Jeffrey StedfastUpdated with some of the same fixes I've made to camel...
2000-07-21 Jeffrey StedfastRewrote the code to check for "* %d RECENT". Still...
2000-07-20 Jeffrey StedfastOops. Fix UID parser to allow 0 and 9 to be in the...
2000-07-19 Jeffrey StedfastGeneral cleanup working towards getting Actions->Expung...
2000-07-19 Jeffrey StedfastIf the folder's message count is not the same as the...
2000-07-18 Jeffrey StedfastAdded in imap_[g,s]et_message_user_flag() methods ...
2000-07-18 Jeffrey StedfastAdded in imap_[g,s]et_message_user_flag() methods
2000-07-18 Jeffrey StedfastSend a "LOGOUT" command.
2000-07-17 Jeffrey StedfastHacks to get IMAP code to work with CommunigatePro...
2000-07-17 Jeffrey Stedfastoops, s/status/s in imap_sync()
2000-07-17 Jeffrey StedfastHacks to get IMAP code to work with CommunigatePro...
2000-07-17 Jeffrey StedfastHacks to get IMAP code to work with CommunigatePro...
2000-07-17 Jeffrey Stedfastminor fixes that came up when building with gcc -ansi...
2000-07-17 Jeffrey StedfastAll SELECT calls now pass a NULL folder argument to
2000-07-17 Jeffrey StedfastAll SELECT calls now pass a NULL folder argument to
2000-07-15 Jeffrey StedfastOne last fix to get rid of hard-coded "/" directory...
2000-07-14 Jeffrey StedfastOops, minor fix to make any dir_sep work.
2000-07-14 Jeffrey StedfastNew convenience function to unquote a string if it...
2000-07-14 Dan WinshipIf the summary is for a smaller mbox, and rebuilding...
2000-07-13 Jeffrey StedfastIf a SELECT fails, set imap_store->current_folder to...
2000-07-13 Peter Williamsfile make-temp.sh was initially added on branch camel...
2000-07-13 Peter Williamsfile temp-test.c was initially added on branch camel...
2000-07-13 Jeffrey StedfastUpdated to use CAMEL_IMAP_OK, CAMEL_IMAP_NO, CAMEL_IMAP...
2000-07-13 Jeffrey StedfastOops. If the number of messages in the folder is 0...
2000-07-13 Jeffrey StedfastOops. If the number of messages in the folder is 0...
2000-07-13 Dan Winshipdefine a set of CAMEL_SERVICE_URL_ALLOW_* flags paralle...
2000-07-13 Jeffrey StedfastNew and improved approach to fetching an entire folder...
2000-07-13 Jeffrey StedfastNew and improved approach to fetching an entire folder...
2000-07-13 Jeffrey StedfastDon't fetch the entire RFC822 header, just fetch the...
2000-07-13 Michael Zucci Remove some text cruft i was using for testing.
next