platform/upstream/evolution-data-server.git
2003-03-21 Jeffrey Stedfast#include <com_err.h> instead of #include <et/com_err.h>
2003-03-20 Jeffrey StedfastPlug in GSSAPI support.
2003-03-20 Dan Winship Handle raw 8-bit From data "correctly". (The same...
2003-03-17 Jeffrey StedfastRemoved unused variable left over from my previous...
2003-03-14 Jeffrey StedfastUse header_contentid_decode() as this new function...
2003-03-13 Jeffrey StedfastDon't add bogus uids to the uid array. Might fix bug...
2003-03-12 Not Zedremoved, it was double-freeing the key. (save_object...
2003-03-10 Jeffrey Stedfastadded a comment
2003-03-09 Jeffrey StedfastDoh! If inptr == pos + 1, then return FALSE (before...
2003-03-07 Not Zedhandle a null return from search_by_expression, for...
2003-03-06 Jeffrey Stedfasts/g_strncasecmp/strncasecmp/g
2003-03-06 Jeffrey StedfastSame as below.
2003-03-06 Jeffrey StedfastGet rid of the const return - it mismatches the prototy...
2003-03-06 Jeffrey StedfastFixes for bug #39170
2003-03-06 Jeffrey StedfastFixes for bug #39168
2003-03-04 Jeffrey Stedfasts/class/klass in one place so that the header is c...
2003-03-03 Jeffrey StedfastUpdated to use the new API from a fe commits ago for...
2003-03-03 Not ZedDo similar folder != NULL checking as for delete_folder...
2003-02-28 Jeffrey StedfastSame as IMAP and POP.
2003-02-27 Jeffrey StedfastAdd a 'flushed' state variable to the private struct...
2003-02-27 Not ZedUndo jeff's changes.
2003-02-26 Jeffrey StedfastUpdated to use g_alloca instead of alloca so that we...
2003-02-26 Jeffrey Stedfastdon't #include camel-iconv.h
2003-02-26 Jeffrey StedfastMake sure the folder is non-NULL before trying to remov...
2003-02-25 Jeffrey Stedfastremoved unused filter code that was wrong anyway
2003-02-25 Jeffrey Stedfastcanonicalise the charset name (if it is an iso charset...
2003-02-25 Jeffrey StedfastSame as the ones below.
2003-02-25 Jeffrey Stedfastg_alloca (strlen (charset) + 1) so we don't overflow...
2003-02-24 Jeffrey StedfastDon't write the passwd, fixes "bug" #38601.
2003-02-24 Jeffrey StedfastMake bucket->refcount 31 bits and bucket->used 1 bit...
2003-02-24 Jeffrey StedfastUse g_iconv_close() here, missed this before. (camel_ic...
2003-02-24 Jeffrey StedfastNew function...back from the depths of hell from whence...
2003-02-24 Jeffrey Stedfastfixed a type-o that causes a segfault
2003-02-24 Jeffrey StedfastDo it the same way we just made the sendmail code do it.
2003-02-23 Jeffrey Stedfasts/g_slist_free1/g_slist_free_1
2003-02-23 Jeffrey StedfastRemove all Bcc headers before sending to the smtp server.
2003-02-20 Jeffrey Stedfastfix
2003-02-20 Jeffrey Stedfastfuck ICONV_CONST, we can add that foo later...if we...
2003-02-20 Jeffrey Stedfastwould help to include our header, eh?
2003-02-20 Jeffrey StedfastCall camel_iconv_init(). (camel_shutdown): Call camel_i...
2003-02-20 Jeffrey StedfastRedirect program's stdout and stderr to /dev/null
2003-02-20 Jeffrey StedfastRedirect the program's stderr to /dev/null
2003-02-20 Jeffrey Stedfastuse argv[0] instead of argv[i], doh!
2003-02-19 Jeffrey StedfastFixed a type-o in the ENABLE_IPv6 ifdef section.
2003-02-19 Jeffrey StedfastNew filter action that pipes the message source to...
2003-02-19 Jeffrey StedfastNew filter action that pipes the message source to...
2003-02-14 Jeffrey StedfastAdded a (get-size ) function to fix bug #38073. (search...
2003-02-14 Jeffrey Stedfastwatch for <>'s too
2003-02-14 Jeffrey StedfastMark chars with the high-bit set as CTRL chars. (camel_...
2003-02-14 Jeffrey StedfastSame as the gpg and pkcs7 contexts.
2003-02-05 Dan WinshipDefine in terms of privincludedir. (camellibexecdir...
2003-02-05 Dan Winshipdefine in terms of privincludedir.
2003-02-05 Not ZedInit bag->owner to 0.
2003-02-04 Jeffrey StedfastUse g_ascii_strdown() instead of g_strdown, since g_str...
2003-01-28 Jeffrey StedfastPass in some default flags to gss_init_sec_context...
2003-01-22 Hans Petter... $(libexec) -> $(libexecdir)
2003-01-22 Ettore PerazzoliUpdate to the new $(BASE_VERSION)-versioned path. Likew...
2003-01-21 Jeffrey StedfastSet the backbuflen to 0 so that calling us again won...
2003-01-18 Larry Ewingonly grow the buffer when we are out of space.
2003-01-14 Not ZedIf we have no content-type header, set it to text/plain...
2003-01-14 Jeffrey StedfastNew source files implementing the GSSAPI SASL mechanism.
2003-01-13 Not Zedfix header include order.
2003-01-13 Not ZedRead the characters as utf8, rather than as 8 bit bytes...
2003-01-07 Dan Winshipadd a "translation_domain" field. (NULL for all provide...
2003-01-07 Dan WinshipNew.
2003-01-05 Not Zedinit local exception before doing anything. fixes a...
2003-01-05 Jeffrey Stedfastspell-check
2003-01-04 Jeffrey StedfastInstead of checking recipients != NULL, check that...
2002-12-17 Jeffrey Stedfastcommit this too
2002-12-17 Jeffrey StedfastReplace calls to g_string_sprintfa() with g_string_appe...
2002-12-17 Jeffrey StedfastReplace calls to g_string_sprintfa() with g_string_appe...
2002-12-16 Jeffrey StedfastDetect text/html parts that were marked as text/plain...
2002-12-16 Jeffrey StedfastNew convenience function to replace calls to e_text_to_...
2002-12-16 Jeffrey Stedfast#include some headers we had forgotten to add previousl...
2002-12-16 Jeffrey StedfastDon't apply the CANON_STRIP filter here, since we are...
2002-12-10 Jeffrey StedfastUse camel-url-scanner instead of regex.
2002-12-10 Jeffrey StedfastFixed to not be fooled in the case where the address...
2002-12-09 Jeffrey StedfastNew code to scan for patterns (used only for url patter...
2002-12-09 Chris Toshoktrack changes to api (e_passwords_init is gone, and...
2002-12-09 Not ZedUse a bag instead of a hashtable to track the cache...
2002-12-04 Jeffrey StedfastProperly handle the case where the namespace is ""...
2002-12-03 Jeffrey StedfastFixed to not get false positives when the token is...
2002-11-22 Jeffrey StedfastUse the new camel_operation_cancel_prfd() function...
2002-11-22 Not ZedIf we have a namespace of "", then always match any...
2002-11-19 Radek Doulikapplied plain_signature_fix.patch
2002-11-19 Rodney DawesRemoved $(GNOME_LIBDIR) and $(GNOMEUI_LIBS)
2002-11-18 Jeffrey StedfastIf the namespace is at/below INBOX, check for the INBOX...
2002-11-12 Chris Toshokadd e-password.h (libeutil_la_SOURCES): add e-password.c
2002-11-11 Jeffrey StedfastRewritten. Much much much cleaner implementation now...
2002-11-11 Jeffrey StedfastUse g_strerror when setting an exception string (we...
2002-11-11 Jeffrey StedfastUse g_strerror when setting an exception string (we...
2002-11-08 Not Zedconstify the content_type.
2002-11-07 Jeffrey Stedfastdon't #include <gtk/gtk.h>
2002-11-07 Jeffrey StedfastAdded.
2002-11-07 Rodrigo Moyaremoved gnome-defs.h, it does not exist.
2002-11-05 Not ZedCreated temporary link list, we need to link with somet...
2002-11-02 Jeffrey StedfastRemoved. Glib2 has this function.
2002-11-02 Jeffrey StedfastUse g_path_get_basename instead of g_strdup (g_basename...
2002-11-02 Jeffrey StedfastUse g_path_get_dirname since g_dirname has been deprecated.
2002-11-01 Jeffrey StedfastSet the virtual method pointers to the import/export...
next