platform/upstream/evolution-data-server.git
2002-07-25 Jeffrey StedfastRenamed from shell_exec(). Also, we now want to pass...
2002-07-25 Jeffrey StedfastUse execv ("sh", "-c", command) rather than execing...
2002-07-24 Not ZedWhen writing the summary, use TRUNC flag, duh. Also...
2002-07-24 Not ZedSync before doing an expunge if we dont have uidplus...
2002-07-24 Not ZedMove folders to a subdirectory of storage_path, rather...
2002-07-24 Not ZedDuplicated the very much hack in imap_store_refresh_fol...
2002-07-23 Jeffrey Stedfast#include <string.h> for memcpy.
2002-07-22 Jeffrey Stedfasts/Out/Our in a debug printf
2002-07-22 Not ZedOops, forgot to implement this. Fixes #24604.
2002-07-22 Jeffrey StedfastOnly add a \r if the character before the \n wasn't...
2002-07-19 Not ZedChanged to use a different length calculator.
2002-07-17 Jeffrey Stedfast#include <glib.h> #include <libgnome/gnome-defs.h>
2002-07-17 Jeffrey Stedfast#include <libgnome/gnome-i18n.h>
2002-07-17 Jeffrey StedfastAdd the appropriate #include for the _() macro.
2002-07-17 Not ZedGot rid of the stupid "tryagain" semantics, which didn...
2002-07-16 Jeffrey StedfastWhen CRLF encoding, "empty" (after stripping trailing...
2002-07-16 Peter WilliamsClean up some improper usage of CamelExceptions (looking at
2002-07-16 Jeffrey StedfastMake the standard AUTH format take priority over the...
2002-07-16 Peter WilliamsIf we're not online and the message isn't in our cache...
2002-07-16 Not ZedRemoved. (get_score): Removed. Labels & scores are...
2002-07-15 Jeffrey StedfastTry to get the FQDN from the results of gethostname...
2002-07-15 Jeffrey StedfastGet rid of the constant 'required' variable, just use...
2002-07-15 Jeffrey StedfastChanged the mbox and spool provider descriptions to...
2002-07-15 Peter Williams>= is not appropriate here because the sequences are...
2002-07-15 Not ZedOnly assign a uid if indexing is enabled. This stops...
2002-07-12 Jeffrey StedfastOn error, do not unref the parts gotten using camel_mul...
2002-07-12 Jeffrey StedfastUpdated to not use camel_type_get_global_classfuncs...
2002-07-12 Jeffrey Stedfastoops, changed the location of where we check for multip...
2002-07-12 Jeffrey StedfastHandle multipart/encrypted parts too.
2002-07-12 Jeffrey StedfastDon't let any parts have a binary encoding.
2002-07-11 Jeffrey Stedfastoops, apparently I didn't save?
2002-07-11 Jeffrey StedfastFixes bug #27672
2002-07-11 Jeffrey StedfastIf we are fetching HEADERs, don't cache the stream...
2002-07-11 Jeffrey StedfastDon't forget to set an appropriate exception before...
2002-07-10 Jeffrey StedfastMake sure message is non-NULL before setting the source...
2002-07-10 Jeffrey StedfastRenamed stdin to stdin_fd, stdout to stdout_fd, and...
2002-07-04 Jeffrey StedfastSet the IS_SOURCE provider flag.
2002-07-04 Jeffrey StedfastChange all exceptions to report which POP server failed...
2002-07-03 Not ZedIf we get an exception from the child sync, update...
2002-07-03 Not ZedTake a void object arg. (camel_object_remove_event): "
2002-06-28 Jeffrey StedfastDon't use --no-auto-key-retrieve, this option has appar...
2002-06-28 Jeffrey StedfastLoop on our reads while errno is EINTR or EAGAIN. Also...
2002-06-27 Jeffrey StedfastLoop on our reads while errno is EINTR or EAGAIN. Also...
2002-06-27 Jeffrey StedfastLoop on our reads while errno is EINTR or EAGAIN. Also...
2002-06-27 Jeffrey StedfastLoop on our reads while errno is EINTR or EAGAIN.
2002-06-26 Jeffrey StedfastRemoved.
2002-06-26 Jeffrey StedfastOops, this needs to take a userid argument.
2002-06-26 Jeffrey StedfastRemoved (never did anything anyway).
2002-06-26 Jeffrey StedfastNew class implementing the multipart/encrypted content...
2002-06-26 Jeffrey StedfastCheck for NODATA too.
2002-06-26 Jeffrey StedfastRemove the #include for camel-spoold-store.h
2002-06-26 Not ZedInclude <sys/time.h> for struct timeval.
2002-06-26 Jeffrey Stedfast#include <sys/time.h>
2002-06-25 Jeffrey StedfastReturn the option as --digest-algo=<micalg> (gpg_ctx_pa...
2002-06-25 Jeffrey Stedfastimplemented camel_gpg_context_set_always_trust()
2002-06-25 Jeffrey StedfastUse --command-fd rather than --passphrase-fd since...
2002-06-24 Jeffrey StedfastUse --command-fd rather than --passphrase-fd since...
2002-06-24 Jeffrey StedfastCheck for ERRSIG also. (gpg_ctx_op_step): Don't try...
2002-06-22 Jeffrey StedfastReturn -1 on error. (gpg_decrypt): Same. (gpg_sign...
2002-06-22 Jeffrey Stedfastmore fixes, now verifying works and signing almost...
2002-06-22 Jeffrey Stedfastyay, I get to hold more state because Unix pipes suck...
2002-06-21 Jeffrey Stedfastadded camel_gpg_context_new which I had forgotten before
2002-06-21 Jeffrey StedfastNew source files implementing the CamelCipherContext...
2002-06-20 Jeffrey StedfastUpdated to support searching as well as making it use...
2002-06-20 Jeffrey StedfastPR_IO_TIMEOUT_ERROR should map to ETIMEDOUT and not...
2002-06-20 Not ZedDrop back to initial state if we came from eof state.
2002-06-19 Jeffrey StedfastSet the poll timeout to be PR_INTERVAL_MIN, this one...
2002-06-19 Jeffrey StedfastMake sure we hold the command_lock before accessing...
2002-06-19 Jeffrey StedfastDon't bother trying to authenticate (and thus don't...
2002-06-17 Jeffrey StedfastUpdate the freeze state of the new source folder.
2002-06-17 Jeffrey Stedfastremove the camel-remote-store private struct
2002-06-17 Michael Zuccifile camel-unmatched-folder.c was initially added on...
2002-06-17 Michael Zuccifile camel-unmatched-folder.h was initially added on...
2002-06-17 Michael Zuccifile camel-vtrash-store.c was initially added on branch...
2002-06-17 Michael Zuccifile camel-vtrash-store.h was initially added on branch...
2002-06-14 Jeffrey StedfastFreeze source folders. (vee_thaw): Thaw all source...
2002-06-14 Jeffrey StedfastUnlock the command_lock after each UID STORE command...
2002-06-14 Jeffrey StedfastFixed compiler warnings.
2002-06-14 Jeffrey StedfastUpdated to use ctx->sign_protocol rather than ctx-...
2002-06-11 Not ZedOur parent class is camel_vee_folder, not camel_folder...
2002-06-09 Jeffrey StedfastUse CAMEL_EXCEPTION_SYSTEM rather than '1' for clarity.
2002-06-07 Jeffrey StedfastUp the timeout on the connect code to 2 minutes.
2002-06-07 Not ZedDuh! The protocol is application/pgp-signature. TODO...
2002-06-06 Dan WinshipParse "From: Dan Winship <danw>" (with no domain) in...
2002-06-06 Not ZedRemove the CONF_DEFAULT_PATH entry, as this is handled...
2002-06-03 Not ZedCheck that any unmatched operation is not concerning...
2002-06-03 Not Zedsetup/free the mech string.
2002-05-31 Jeffrey StedfastWhen the part is a multipart/signed, make sure to free...
2002-05-31 Jeffrey StedfastFree the path buffer when we're done with it.
2002-05-31 Jeffrey StedfastIf we fail to read a literal, free the temporary string...
2002-05-31 Jeffrey StedfastRevert my fix from the other day since camel_imap_comma...
2002-05-31 Jeffrey StedfastIf we fail to be able to create a stream to insert...
2002-05-31 Not ZedAdded a protocol field for users to use.
2002-05-31 Jeffrey StedfastOn error, don't leak the GByteArray buffer.
2002-05-31 Jeffrey StedfastFree the response before checking for errors. I'm not...
2002-05-29 Jeffrey StedfastOnly free the LOGOUT response if it is non-NULL.
2002-05-29 Not ZedImplement. Run a summary check to update for any newly...
2002-05-28 Jeffrey StedfastUse the CamelMessageInfo rather than the CamelMimeMessa...
2002-05-28 Jeffrey StedfastOn connection failure, unref the tcp stream.
2002-05-24 Jeffrey StedfastHelps if we allocate enough space here. Also, start...
next