platform/upstream/evolution-data-server.git
2000-08-28 Jeffrey StedfastFixed the hack around quoted string responses - should...
2000-08-28 Ettore PerazzoliFree()ing memory allocated through alloca() is Not...
2000-08-27 Ettore PerazzoliUse `g_free()' instead of `free()' in the `header_decod...
2000-08-25 Peter WilliamsAdd support for specifying on which port to connect...
2000-08-25 Jeffrey StedfastIf the url path is "/" and the folder path is "/",...
2000-08-25 Jeffrey StedfastIf the url path is "/" and the folder path is "/",...
2000-08-25 Lauris KaplinskiMore UTF-8 handling
2000-08-25 JP RosevearRemove this duplicate file to fix build
2000-08-24 Not ZedAnd here too.
2000-08-23 Dan Winshipput commas between addresses.
2000-08-22 Dan Winshipuse BODY.PEEK, not BODY, so we don't set the message...
2000-08-22 Christopher... Fixed a small warning.
2000-08-22 Peter WilliamsChangeLog updates.
2000-08-22 Peter WilliamsAutomatically connect services when given a valid URL...
2000-08-21 JP RosevearMake sure newsrc is not null (nntp_folder_get_subfolder...
2000-08-21 JP RosevearMake sure respbuffer is not null before manipulating...
2000-08-18 Peter WilliamsFix output for when the name is empty
2000-08-17 Matthew LoperWhole buncha leak fixes thanks to Purify
2000-08-16 Peter WilliamsMore leak fixes
2000-08-16 Peter WilliamsChangeLog for previous camel-object commit.
2000-08-16 Peter WilliamsPlug mem leaks.
2000-08-15 Peter WilliamsAdd support for copying messages
2000-08-14 Peter WilliamsInfrastructure for date-based queries
2000-08-13 Dan WinshipAdd camel-nntp-utils.h
2000-08-13 Dan Winshipdo a strcasecmp rather than just a strcmp when checking...
2000-08-13 Dan Winship (imap_get_subfolder_names_internal): Add "INBOX" to...
2000-08-13 Dan WinshipDon't assume the FETCH results will come back in the...
2000-08-12 Jeffrey StedfastNow takes a char * parameter rather than a stream
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...
next