platform/upstream/evolution-data-server.git
2001-03-16 Jeffrey StedfastDon't use the hardcoded cert db directory, use the...
2001-03-15 Dan Winshiptranslate NIL to "" in fetch body part response
2001-03-15 Dan Winship First batch of disconnected IMAP-related stuff. This...
2001-03-15 Jeffrey StedfastUninclude prnetdb.h since it's not needed here.
2001-03-15 Jeffrey StedfastUpdate for using CamelTcpStreams and also for using...
2001-03-15 Jeffrey Stedfastdefined "ssmtp"
2001-03-15 Jeffrey Stedfastalso change the protocol name in the providers
2001-03-15 Jeffrey StedfastCheck for "simap" instead of "imaps".
2001-03-15 Jeffrey StedfastCheck to see if we are using "pops" and then set the...
2001-03-15 Jeffrey StedfastYa know what? Lets not ref the service because otherwis...
2001-03-15 Jeffrey StedfastPass the service into the SSL stream, not the session.
2001-03-15 Jeffrey StedfastSo it turns out that NSS_Init *isn't* idempotent, so...
2001-03-15 Jeffrey StedfastEek! So the service's URL isn't set until after this...
2001-03-14 Jeffrey StedfastNumerous fixes to get it to build correctly with NSS...
2001-03-14 Jeffrey StedfastAdded
2001-03-14 Not Zedre-constify inbuf, to remove a warning.
2001-03-14 Jeffrey StedfastCheck for a new type of mailing list header.
2001-03-14 Jeffrey StedfastMade cancellable. (stream_write): Same. (stream_connect...
2001-03-14 Jeffrey StedfastAdded camel-tcp-stream-ssl to the build.
2001-03-14 Jeffrey StedfastOops. Make this a subclass of CamelTcpStream, not Camel...
2001-03-13 Jeffrey StedfastSince all of the Mozilla libs (including NSPR and NSS...
2001-03-13 Jeffrey StedfastDon't allow the user to copy a message to or from the...
2001-03-13 Dan WinshipWhen trying again after a failed password attempt,...
2001-03-13 Dan WinshipMore fixing for exim: It can't deal with "-tif", you...
2001-03-12 Jeffrey StedfastRename the folder to "Trash" and i18nify it.
2001-03-11 Jeffrey StedfastComment out everything unless HAVE_NSS is defined.
2001-03-10 Jeffrey StedfastCreated a new mode (CAMEL_AUTHENTICATOR_ACCEPT) which...
2001-03-09 Dan WinshipRemove the "-U" for now, because it breaks exim's ...
2001-03-09 Dan WinshipFix a bug that could make this walk off the end of...
2001-03-08 Jeffrey StedfastChanges so that the folder gets added to the vtrash...
2001-03-08 Jeffrey StedfastThese fixes make it so that the CamelStore does not...
2001-03-08 Jeffrey StedfastImplement. (get_trash): Implement. (camel_pop3_store_cl...
2001-03-07 Dan Winship (remote_recv_line): Fix another problem...
2001-03-07 Dan WinshipRemove some unused stuff
2001-03-07 Dan WinshipReturn the return value of camel_service_connect rather...
2001-03-06 Jeffrey StedfastRedone so as to save on memory allocations and speed.
2001-03-05 Jeffrey StedfastDon't return NULL if the token is non-NULL. This is...
2001-03-05 Jeffrey Stedfasti18n'd some strings in here.
2001-03-05 Jeffrey StedfastWrote a new version of header_fold() that takes a ...
2001-03-05 Jeffrey StedfastMake sure there is a space between the name and the...
2001-03-05 Jeffrey Stedfastencoded string segments need to be at least 8 chars...
2001-03-02 Not ZedNew function to remove a folder from a vfolder.
2001-03-02 Jeffrey StedfastDoh! Set the CAMEL_URL_ALLOW_AUTH flag.
2001-03-02 Jeffrey Stedfastoops, forgot the changelog
2001-03-02 Jeffrey StedfastUpdated with the extended AUTH return codes.
2001-03-02 Jeffrey Stedfastoops, the return code is 235 on success, not 234
2001-03-02 Jeffrey StedfastDon't forget to unref the SASL object.
2001-03-02 Dan WinshipUse "-f" to set the envelope from address so bounces...
2001-03-02 Jeffrey Stedfast#include "camel-sasl-digest-md5.h" (camel_sasl_authtype...
2001-03-01 Dan WinshipAdd an "authtypes" hash table to CamelImapStore recordi...
2001-03-01 Dan WinshipTake a GByteArray as input as well. Comment that you...
2001-03-01 Jeffrey StedfastDon't base64 encode the data, leave that up to the...
2001-03-01 Jeffrey Stedfastremove mime-utils header for base64 stuff.
2001-03-01 Jeffrey StedfastDon't base64 encode the data, leave that up to the...
2001-03-01 Not ZedReconstify variables to match iconv.
2001-03-01 Dan Winshipcamel depends on krb4 now (where available), for camel...
2001-03-01 Peter WilliamsAssert url_string != NULL.
2001-02-28 Jeffrey Stedfastoops, not empty string - need to base64 encode it,...
2001-02-28 Jeffrey StedfastAdded camel-sasl-anonymous.[c,h] to the build.
2001-02-28 Jeffrey StedfastA fix for broken mailers that send 2-digit years (ie...
2001-02-28 Jeffrey StedfastA fix for broken mailers that send 2-digit years (ie...
2001-02-28 Dan WinshipIf we get back 0 bytes from camel_stream_buffer_gets...
2001-02-28 Jeffrey StedfastAdded camel-sasl*.[c,h] to the build.
2001-02-26 Dan WinshipGroup messages into sets with the same flags and use...
2001-02-26 Jeffrey StedfastMade thread-safe and moved to above the test code.
2001-02-24 Jeffrey Stedfastfixed a compile warning in camel-store.
2001-02-24 Jeffrey Stedfastinit the vTrash folder here instead of in store_init.
2001-02-23 Jeffrey Stedfastinit get_trash and init_trash. (camel_store_init):...
2001-02-23 Michael ZucciDoh, cut and paste problem, use mlist not cc.
2001-02-22 Not ZedImplement a pseudo-header "x-camel-mlist" which just...
2001-02-22 Not ZedAdd some internal progress reporting. (imap_rescan...
2001-02-22 Jeffrey StedfastRemove the 'FIXME: remove because this isn't required...
2001-02-22 Dan Winship#define this as the set of all IMAP system flags
2001-02-21 Not ZedRemoved all files.
2001-02-21 Not ZedRemoved, not used. (camel_vee_folder_new): Removed...
2001-02-21 Dan WinshipFixes for IMAP4-pre-rev1 from Torsten Schulz.
2001-02-20 Not ZedTake the ^Header: part out of the expression, since...
2001-02-19 Not ZedAdded flags argument. (message_changed): Add support...
2001-02-17 Jeffrey StedfastThaw the defaultfolder. (camel_filter_driver_set_defaul...
2001-02-15 Jeffrey StedfastEmit the folder_created signal here.
2001-02-15 Dan WinshipDeal with out-of-order References headers so they don...
2001-02-15 Dan WinshipIMAP4 (pre-rev1) doesn't allow BODY.PEEK[], so use...
2001-02-14 Christopher... Changed this code to match the glibc iconv signature.
2001-02-14 Dan Winship (create_folder): Oops, and fix bug involving namespaces
2001-02-14 Dan WinshipNew method to create a folder when you don't know its...
2001-02-13 Not ZedAdd address headers to list that we dont fold when...
2001-02-13 Jeffrey Stedfastmbox, mh, and maildir camel-url's need absolute paths.
2001-02-09 Dan Winshipsave, THEN commit
2001-02-09 Dan WinshipRewrite a bunch. Replace the existing folder cache...
2001-02-08 Jeffrey StedfastOops, include the camel-tcp-stream-ssl header instead...
2001-02-08 Jeffrey StedfastAdded more test rules.
2001-02-08 Not ZedChanged to push the operation into a status stack.
2001-02-07 Jeffrey StedfastMacro for making comparisons easy. (camel_ustrcasecmp...
2001-02-07 Jeffrey StedfastMacro for making comparisons easy. (camel_ustrcasecmp...
2001-02-06 Jeffrey StedfastRewrote using unicode_get_utf8(). (camel_ustrcasecmp...
2001-02-06 Christopher... Made these pass char ** as the second parameter to...
2001-02-06 Jeffrey StedfastAdded xml-* files.
2001-02-06 Not ZedRemoved unwanted header. It was never put in for a...
2001-02-05 Christopher... Added a missing #include.
2001-02-05 Jeffrey StedfastOops. Change this too.
next