platform/upstream/evolution-data-server.git
2000-09-07 Dan WinshipMake this not leak.
2000-09-07 Dan WinshipMake this take a path to a directory that Camel can...
2000-09-07 Dan Winship*** empty log message ***
2000-09-07 Dan WinshipMake KPOP work again.
2000-09-07 Jeffrey Stedfastoops, spelling mistake
2000-09-07 Jeffrey StedfastImplemented (someone added these to camel-mime-message...
2000-09-05 Dan WinshipIf a MIME part has no Content-Disposition, but does...
2000-09-05 Chris Toshokcare about response code. (get_HEAD_headers): same.
2000-09-05 Dan WinshipUpdate for CamelObject and some other changes
2000-09-05 Dan WinshipCache provider, for caching a remote store locally...
2000-09-05 Peter WilliamsCleanup of lots of exception handling ; bugfixes
2000-09-02 Lauris KaplinskiA bit more e_utf8 wrappers here and there
2000-09-01 Christopher... Removed some unused functions.
2000-09-01 Chris Toshokremove get_folder_name. (nntp_store_get_folder_name...
2000-09-01 Lauris KaplinskiEmail should now display correctly in GtkHTML
2000-09-01 Chris Toshokuse camel_remote_store_recv_line.
2000-09-01 Chris Toshokmake this a bit more robust. try to create an empty...
2000-08-31 Jeffrey StedfastReimplemented. It should now work correctly for most...
2000-08-31 Jeffrey StedfastDon't save any exceptions caused by camel_imap_folder_c...
2000-08-31 Michael Zucci (write_to_stream): Rearrange the logic so it...
2000-08-31 Michael Zucci (write_to_stream): Fix some warnings/use the right...
2000-08-31 Not ZedUse the proper type checking function to check for...
2000-08-31 Michael Zucci (append_latin1): Do an additional mask for account...
2000-08-31 Not ZedNew function - even though its broken, we'll assume...
2000-08-30 Jeffrey StedfastRewrote to ignore strings that look like server respons...
2000-08-30 Jeffrey StedfastDon't wrap printed strings in quotes, makes things...
2000-08-30 Peter WilliamsMake CamelServices connect only when told to (old behav...
2000-08-30 Jeffrey StedfastGeneral cleanup / moving stuff around to make things...
2000-08-30 Jeffrey StedfastPrevent exceptions from being overwritten
2000-08-29 Jeffrey StedfastRemoved old code that will never be needed again
2000-08-29 Peter WilliamsCamelRemoteStore: a new generic store for stores that...
2000-08-29 Jeffrey StedfastUpdated to check for EXPUNGE notifications
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.
next