platform/upstream/evolution-data-server.git
2001-06-14 Jeffrey StedfastAdded Mailing-List header regex so that we can do mlist...
2001-06-14 Jeffrey StedfastProperly handle correct and incorrect (for the common...
2001-06-14 Jeffrey StedfastDon't try to format the Reply-To header - we don't...
2001-06-12 Not ZedA new provider, for spool mailboxes. Mostly a cut and...
2001-06-08 Jon TrowbridgeAdd a separator between the service url and the folder...
2001-06-08 Jon TrowbridgeAdded an argument, so that the original source URI...
2001-06-06 Dan WinshipDon't fetch the UID and FLAGS of messages we don't...
2001-06-02 Jeffrey StedfastFix to not get into a recursive loop in get_type().
2001-05-31 Jeffrey StedfastNumerous fixes to get it to compile.
2001-05-31 Jeffrey StedfastAdded camel-cipher-context.h, camel-cms-context.h,...
2001-05-31 Jeffrey StedfastNew virtual class for manipulating cryptographic messag...
2001-05-30 Dan WinshipRedo the BUILD_MAP code to not depend on libunicode...
2001-05-29 Dan WinshipFix an obvious typo
2001-05-29 Dan WinshipRemove this evolutionary dead end
2001-05-29 Dan WinshipCreate a CamelDiscoDiary. (imap_disconnect_offline...
2001-05-29 Dan WinshipCode for logging and replaying offline operations.
2001-05-28 Jeffrey StedfastUse g_strcasecmp() because some systems don't have...
2001-05-28 Dan Winshipchangelog entries for tests/ fixes committed yesterday
2001-05-27 Dan WinshipFix an fd leak
2001-05-26 Dan WinshipAdd a "need_rescan" flag saying if we want to rescan...
2001-05-25 Jeffrey StedfastOops. Use a strNcmp to make sure the response begins...
2001-05-25 Jeffrey Stedfastremove the summary info so we are not out-of-sync with...
2001-05-25 Jeffrey StedfastOops, I spelled the get-default-db function name wrong.
2001-05-24 Jeffrey Stedfasts/folder_deleted/folder_created - result of a bad copy...
2001-05-24 Jeffrey StedfastOptimize the match "" case.
2001-05-21 Jeffrey StedfastStore the CamelFolderInfo tree that was returned from
2001-05-17 Jeffrey StedfastThe service can be NULL here too, thanks to Wayne Davis...
2001-05-16 Jeffrey StedfastWe don't need to be passed the certdb path anymore.
2001-05-16 Dan WinshipNew function to return an array of all headers.
2001-05-15 Jeffrey StedfastDon't close or free (it wasn't allocated) the certdb.
2001-05-15 Jeffrey StedfastDon't use EXTRA_GNOME_*, use the new CAMEL_* variables...
2001-05-15 Jeffrey StedfastAdded t the test suite - tests the S/MIME pkcs7 functions.
2001-05-14 Jeffrey StedfastLots of fixes to get this to compile.
2001-05-14 Jeffrey Stedfastbah, just mod the pgp-context macro for camel_pgp_verif...
2001-05-14 Jeffrey StedfastLots of fixes to get this to almost compile. Still...
2001-05-14 Jeffrey StedfastAdd camel-smime-context.[c,h] and camel-smime.[c,h...
2001-05-14 Jon TrowbridgeReplicate the semantics of the libunicode utf8 function...
2001-05-14 Jeffrey StedfastSubclass CamelSession since we can no longer specify...
2001-05-13 Jeffrey Stedfaster, OptionSet
2001-05-13 Jeffrey Stedfasts/SSL_Enable/SSL_SetOption
2001-05-11 Dan WinshipDecode Content-Location, either correctly or Netscape...
2001-05-11 Jeffrey StedfastDon't check the initial auth response until we get...
2001-05-11 Dan WinshipMake this return CamelStream * (like the other stream...
2001-05-10 Chris Toshokcall SSL_Enable after the SSL_ImportFD and before PR_Co...
2001-05-10 Jeffrey StedfastDon't abort if the Service is NULL, this is perfectly...
2001-05-10 Peter WilliamsPass appropriate parameters to CF_CLASS and add comment...
2001-05-09 Dan WinshipSet the disconnected status. (camel_disco_store_can_wor...
2001-05-09 Dan Winshipremove something jeff didn't mean to commit
2001-05-09 Jeffrey StedfastWrap the content-id with <>'s.
2001-05-07 Jeffrey StedfastAdd support for using OpenSSL.
2001-05-06 Dan WinshipFix another build problem. (Um, anyone else could have...
2001-05-04 Dan WinshipFix up refcounting on current_folder.
2001-05-03 Dan Winshipnew abstract class for disconnectable remote stores
2001-05-02 Dan WinshipClean this up a bit. Add a "tag_prefix" member. Move...
2001-05-02 Dan WinshipFix this up... it was losing count in some cases and...
2001-05-02 Dan WinshipRescue the KPOP code from bit rot.
2001-05-01 Anders CarlssonRemove the last argument from camel_session_alert_user.
2001-05-01 Dan WinshipRedo command locking. Since command_lock is recursive...
2001-05-01 Dan Winshipremove unused assignment that calls non-existent function.
2001-05-01 Dan Winship Support the IMAP UIDPLUS extension (RFC 2359), which...
2001-04-30 Dan WinshipNew-and-improved version of get_uid_set() from camel...
2001-04-27 Dan WinshipRedo this a lot so that instead of having a class full...
2001-04-27 Jeffrey StedfastAutomagically call camel_shutdown() atexit() ;-) (camel...
2001-04-26 Jeffrey Stedfast#include <sys/types.h> for off_t.
2001-04-26 Jeffrey Stedfast#include "nss.h" rather than <nss.h> due to the non...
2001-04-26 Dan WinshipNew file, with the int, string, time_t, and off_t encod...
2001-04-26 Dan WinshipRemove UNICODE_CFLAGS (and some other stuff that's...
2001-04-26 Dan WinshipUse e_gethostbyname_r. (camel_service_gethost): Remove...
2001-04-26 Not ZedApplied jacob's patches for e-poolv stuff.
2001-04-24 Jeffrey StedfastAdd camel-vee-folder.h and camel-digest-folder.h
2001-04-24 Jeffrey StedfastNew class that can be used to browse a multipart/digest...
2001-04-23 Jeffrey StedfastOops, don't use the return value of iconv() as a string...
2001-04-23 Mikael HallendalChanged GTK_INCLUDEDIR to EXTRA_GNOME_CFLAGS.
2001-04-20 Jeffrey StedfastImplemented using the secmime.h convenience functions...
2001-04-19 Jeffrey StedfastImplemented. (pkcs7_clearsign): Implemented. (get_zero_...
2001-04-19 Jeffrey StedfastImplemented. (pkcs7_clearsign): Implemented. (get_zero_...
2001-04-18 Dan Winshipmissed this with the last commit (pop3 and imap memory...
2001-04-18 Dan WinshipFree base_url and storage_path.
2001-04-17 Jeffrey StedfastNew source files to handle Pkcs7 encryption, decryption...
2001-04-17 Dan Winshipmore memory leaks
2001-04-17 Jeffrey Stedfastdon't use g_return's
2001-04-16 Jeffrey StedfastDon't we want to tell where we are by using the start...
2001-04-16 Jeffrey StedfastAdded a prototype for stamp().
2001-04-16 Jeffrey StedfastGo back to doing the utf8 conversion by hand so that...
2001-04-16 Jeffrey Stedfastoops, forgot to commit this with the last files
2001-04-16 Jeffrey StedfastRemove the EXTRA_GNOME_CFLAGS include.
2001-04-16 Jeffrey Stedfasteh?
2001-04-15 Jeffrey Stedfastoops, &pattern
2001-04-15 Jeffrey Stedfastregex doesn't set errno and regcomp returns 0 on succes...
2001-04-14 Jeffrey StedfastCheck to make sure the context is a valid context in...
2001-04-13 Jon Trowbridges/imap_store/store/, fixing a typo that was causing...
2001-04-13 Jon TrowbridgeMake the (previously unused) get-source command actuall...
2001-04-13 Dan WinshipPlug leaks.
2001-04-12 Jeffrey StedfastOops, lets not get into a recursive call here ;-)
2001-04-12 Jeffrey StedfastUpdated to reflect the few changes made to the CamelPgp...
2001-04-12 Dan WinshipFix a pair of array bounds reads noted by purify
2001-04-12 Jeffrey Stedfastoh, and the tcp-stream headers.
2001-04-12 Jeffrey Stedfast#include the pgp stuff.
2001-04-12 Dan WinshipPlug memory leaks.
2001-04-12 Jeffrey Stedfasts/IMAP/SMTP
next