platform/upstream/evolution-data-server.git
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
2001-04-11 Dan WinshipSimplify peterw's imap_is_atom_char fix.
2001-04-11 Jeffrey StedfastAdded pgp-mime.c to the tests.
2001-04-11 JP RosevearCheck if gethostbyname_r take five params
2001-04-11 Jeffrey Stedfastadd camel-charset-map.h to the list of includes
2001-04-11 Jeffrey StedfastUse camel_charset_locale_name() to get the locale chars...
2001-04-11 Jeffrey StedfastUse e_utf8_from_locale_string() rather than trying...
2001-04-10 Jeffrey StedfastAdded camel-pgp-context.[c,h] to the build. Also added...
2001-04-08 Peter WilliamsIt would be a good idea to recognize '\0'. Before,...
2001-04-05 Not Zedmerge from evolution-0-10-branch to evolution-0-10...
2001-04-04 Jeffrey StedfastAdded tests/ back in
2001-04-03 Dan Winship (imap_update_summary): When reading message flags...
2001-04-03 Dan Winship (imap_get_message): If the server_level < IMAP4rev1...
2001-04-03 Dan WinshipIf we don't change any flags or expunge, send a NOOP...
2001-04-02 Dan WinshipRemove the "quick_login" member, which is unnecessary.
2001-04-02 Gediminas Paulauskasmarked report status strings for tanslation, fixes...
2001-04-02 Jeffrey Stedfastmutex lock & unlock the context. (camel_pgp_clearsign...
2001-04-02 Jeffrey StedfastUpdate the function prototypes to match those found in
2001-04-01 Jeffrey StedfastNew files to handle the LOGIN SASL mechanism.
2001-04-01 Jeffrey StedfastUpdated the authtypes here too.
2001-04-01 Jeffrey StedfastUpdated the authtype values.
2001-03-30 Dan WinshipMove things around here to make this all work right...
2001-03-30 Jon TrowbridgeAdd support for converting e-mail addresses to links...
2001-03-30 Jeffrey Stedfastremoved a g_warning for debugging
2001-03-30 Jeffrey StedfastDon't blindly append "/INBOX", construct a CamelURL...
2001-03-30 Not ZedDont overwrite an exception if we got one already....
2001-03-30 Not ZedNot quite finished but checking in for some local frobbing.
2001-03-29 Jon TrowbridgeAdded #include <libgnome/gnome-paper.h>
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-03-29 Dan Winshipchange "gboolean show_passwd" to "guint32 flags".
2001-03-29 Jeffrey StedfastNew class for PGP encrypting, decrypting, signing and...
2001-03-29 Not ZedOptimise the match "" case, just match everything in...
2001-03-29 Michael Zucci (vee_expunge): Oops, call the class sync, not supercla...
next