Oops, this needs to take a userid argument.
[platform/upstream/evolution-data-server.git] / camel / ChangeLog
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-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-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-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...
2002-05-24 Jeffrey StedfastUse the new readline function.
2002-05-24 Jeffrey StedfastAdded some NULL protection fixes.
2002-05-22 Jeffrey StedfastRemoved from the build. Glory glory hallelujah.
2002-05-21 Jeffrey StedfastDon't call some retarded function to simply set an...
2002-05-21 Not ZedIf we get an invalid start char, just ignore it and...
2002-05-16 Jeffrey StedfastNew e-sexp callback function to get a user_tag label...
2002-05-15 Jeffrey StedfastNew function to parse a NAMESPACE response properly.
2002-05-15 Jeffrey StedfastOnly reconnect if we are already connected, if we are...
2002-05-15 Jeffrey StedfastIf the part_spec is an empty string for a leaft part...
2002-05-15 Not Zedremoved. (imap_store_refresh_folders): Copy the folders...
2002-05-14 Jeffrey StedfastFixes bug #24136.
2002-05-14 Jeffrey StedfastPrevious fix reverted.
2002-05-14 Jeffrey StedfastPrevious fix reverted. (get_content): Handle the case...
2002-05-13 Jeffrey StedfastOverload the setv/getv CamelObject virtual methods...
2002-05-13 Dan WinshipAdd a "char **appended_uid" argument, for the caller...
2002-05-13 Not ZedSince the fix for #3357 uses 'order=0' to indicate...
2002-05-11 Jeffrey StedfastFetch the BODYSTRUCTURE rather than BODY since BODY...
2002-05-10 Jeffrey StedfastMight help if we called camel_transport_class_init.
2002-05-10 Dan WinshipReplace copy_messages_to and move_messages_to with...
2002-05-10 Jeffrey StedfastNew filter function to pipe a message to another progra...
2002-05-09 Jeffrey StedfastNew filter function to pipe a message to another program.
2002-05-09 Not ZedInstead of testing for SERVICE_CONNECTED, we need to...
2002-05-08 Jeffrey StedfastImplemented. (digest_getv): Implemented.
2002-05-08 Jeffrey Stedfastcamel_pop3_engine_iterate doesn't return the state...
2002-05-07 Jeffrey Stedfasts/class/klass for arguments so that c++ developers...
2002-05-07 Dan WinshipFix a crash in a g_warning.
2002-05-07 Not ZedCheck for LOGIN xxxx as well if debug is on, so we...
2002-05-06 Jeffrey StedfastIf the pop3 command status is -1, then we probably...
2002-05-06 Jeffrey StedfastUse CamelMimeFilterBestenc to get a more appropriate...
2002-05-06 Jeffrey StedfastCall camel_mime_message_encode_8bit_parts() which fixes...
2002-05-06 Jeffrey StedfastDon't bother with counting down the timeout.
2002-05-03 Jeffrey StedfastSame fix as the tcp stream. (stream_write): Again here...
2002-05-03 Jeffrey StedfastFixed the fix for stupidly-broken-mailer bug #5 to...
2002-05-02 Jeffrey StedfastChange the order of some code so that we check if the...
2002-04-29 Not ZedWe want to set unread_count to get_unread_message_count...
2002-04-27 Jeffrey StedfastDon't link to libibex.a anymore.
2002-04-26 Jeffrey StedfastNo longer want to #include <libibex/ibex.h>
2002-04-26 Jeffrey StedfastNew function to auto-detect configuration settings.
2002-04-26 Not ZedRemove the excessive \n's, after printfs.
2002-04-25 Jeffrey StedfastDon't put a space between the "RCPT TO:" and the "...
2002-04-25 Jeffrey StedfastConfigure the default paths for mh, mbox, maildir,...
2002-04-24 Jeffrey StedfastAdd a CAMEL_PROVIDER_CONF_LABEL enum.
2002-04-20 Jeffrey StedfastFree the LIST pop3 command.
2002-04-19 Jeffrey StedfastDon't g_return_val_if_fail here if the boundary is...
2002-04-19 Not ZedStart of a white-paperish document describing camel...
2002-04-18 Not ZedIf we get a failure, make sure we set an exception.
2002-04-18 Not ZedWhen doing a contains match, split the words and perfor...
2002-04-17 Jeffrey StedfastIf the vee-folder is the unmatched, we don't have our...
2002-04-17 Jeffrey StedfastGet rid of an unused variable.
2002-04-14 Jeffrey StedfastAdded #include <sys/types.h> for dirent.h which needs...
2002-04-14 Jeffrey StedfastAdded #include <sys/types.h> for dirent.h which needs...
2002-04-12 Jeffrey StedfastTreat commas as token delimeters. (WEEKDAY_CHARS):...
2002-04-11 Not ZedIf the last message(s) were deleted, and we had any...
2002-04-11 Jeffrey StedfastSet the UID_SET_LIMIT value to 4096. I ran into an...
2002-04-10 Jeffrey StedfastFixed a bug that would miscalculate how much data to...
next