platform/upstream/evolution-data-server.git
2002-02-05 Jeffrey StedfastUse camel_mime_parser_read to read internal parser...
2002-02-04 Jeffrey StedfastAdded. New stream for HTTP requests (currently supporte...
2002-02-04 Jeffrey StedfastCall set_errno appropriately.
2002-01-31 Not ZedOops, this was converting foo@[blah] to foo@[ blah...
2002-01-30 Jeffrey StedfastUse "pop" instead of "pop3" so current configurations...
2002-01-30 Not ZedChanged name from "NT Login" to simply "Login".
2002-01-29 Jeffrey StedfastAdded more kludge to an existing Exchange IMAP 5.5...
2002-01-29 Jeffrey StedfastHandle Resent headers too.
2002-01-29 Jeffrey StedfastAdded Resent-* #defines.
2002-01-29 Jeffrey StedfastUse while (node->next) instead of while (node)
2002-01-29 Jeffrey StedfastNew function to decode an enhanced status code. (smtp_s...
2002-01-28 Jeffrey StedfastUse flags rather than a bunch of gboolean variables...
2002-01-27 Ettore PerazzoliFinal cleanup for the CFLAGS and LIBS in the Makefiles.
2002-01-24 Ettore PerazzoliRemove some old cruft.
2002-01-24 Ettore PerazzoliClean up some of the Makefiles so we dont' link every...
2002-01-24 Jeffrey StedfastCall the beep callback function.
2002-01-23 Jeffrey StedfastNew function to remove a filter rule by name.
2002-01-21 Jeffrey StedfastAs a temporary solution, just printf ("\a"); to make...
2002-01-19 Jeffrey StedfastNew function to decode an IMAP mailbox name from modifi...
2002-01-17 Jeffrey StedfastStop uudecoding once the CAMEL_UUDECODE_STATE_END state...
2002-01-16 Jeffrey StedfastIf we don't want to corrupt the uuencoded data by overw...
2002-01-16 Jeffrey StedfastFixed slight logic error to find the uuencode begin...
2002-01-15 Jeffrey StedfastUpdated to match the new send_to API. (smtp_send):...
2002-01-15 Jeffrey StedfastSort the needheaders UID array and fixed to respect...
2002-01-14 Jeffrey StedfastUpdated to use the new imap_uid_array_to_set() interface.
2002-01-14 Not ZedRewritten to use a cache for body searches when online...
2002-01-11 Jeffrey StedfastKludge around a bug in Exchange 5.5 that reports 2...
2002-01-11 Jeffrey StedfastIf PATH_MAX doesn't exist, use _POSIX_PATH_MAX.
2002-01-10 Jeffrey StedfastIf mi is NULL, don't bother updating it. Should fix...
2002-01-10 Jeffrey Stedfast#include camel-mime-filter-tohtml.h
2002-01-10 Jeffrey StedfastKludge around Microsoft Exchange 5.5 (bug #5348) by...
2002-01-09 Jeffrey Stedfastfixed changelog
2002-01-09 Jeffrey StedfastIf the mbox file is a symlink, follow the symlink and...
2002-01-08 Jeffrey StedfastFlush the only-once actions.
2002-01-07 Jeffrey StedfastMoved windows-1251 to the end of the list since it...
2002-01-04 Jeffrey StedfastDon't try setting a content-type parameter if either...
2002-01-02 Jeffrey Stedfastapplied a update patch
2002-01-02 Jeffrey Stedfastso my guess is that mutt probably doesn't compile since...
2002-01-02 Jeffrey StedfastDo more like what mutt does so hopefully this'll fix...
2001-12-21 Jeffrey StedfastCompletely rewritten. It is now a load faster and a...
2001-12-20 Jeffrey StedfastChange the prototype for camel_address_get_type to...
2001-12-19 Dan Winshipinstall in the right directory. (accidentally didn...
2001-12-18 Jeffrey Stedfastrevert my "simplification" of the last commit, it was...
2001-12-18 Jeffrey StedfastNew function to map ISO charsets to the Windows charsets.
2001-12-17 Dan Winshiponly use major and minor version in the camel providerd...
2001-12-17 Jeffrey StedfastReverted my previous changes here since it doesn't...
2001-12-17 Jeffrey StedfastTry to use the original boundary so luis will stop...
2001-12-17 Jeffrey StedfastTry to use the original boundary so luis will stop...
2001-12-15 Jeffrey Stedfastfix openssl linkage problem
2001-12-14 Jeffrey StedfastReset the filtered_count to zero.
2001-12-14 Jeffrey StedfastRemoved x-inline-pgp-hack kludge because it doesn't...
2001-12-14 Chris Toshokinclude stdlib.h (for alloca on freebsd) and only inclu...
2001-12-13 Zbigniew ChylaFixes #17085
2001-12-13 Jeffrey Stedfastcast the key argument to g_hash_table_insert to a gpoin...
2001-12-13 Jeffrey StedfastKeep a name-to-type hash so that we can make sure that...
2001-12-13 Jeffrey Stedfastadded a Content-Description to the signature part ...
2001-12-13 Jeffrey Stedfastmerged some changes from the 1-0 branch that apparently...
2001-12-10 Jeffrey StedfastProtect against either of the types being NULL.
2001-12-10 Dan WinshipFix the tm_gmtoff case (its sign is the opposite of...
2001-12-10 Jon TrowbridgeImplements marking messages as "Need Reply".
2001-11-30 Jeffrey StedfastDon't use regex matching. Fixes bug #16227.
2001-11-30 4Use the uid rather than vuid for unmatched. Also add...
2001-11-30 Not ZedCompletely new implementation of NNTP.
2001-11-27 Not ZedIf the uid doesn't have a ',' in it, fail to crash.
2001-11-26 Jeffrey StedfastCheck to see that errno is non-zero before returning...
2001-11-26 Jeffrey StedfastFor the uudecoding mode, garble up the "begin <mode...
2001-11-20 Dan WinshipClear the password in bonobo-conf as well. Fixes ximian...
2001-11-19 Jeffrey StedfastAdded a check to see if the operation has been cancelle...
2001-11-19 Jeffrey StedfastUpdates for compliance with rfc2231
2001-11-16 Jeffrey StedfastAbort if body == NULL.
2001-11-16 Jeffrey StedfastNew mime filter to convert plain text to html.
2001-11-16 Jeffrey Stedfastsee the ChangeLog, I forget
2001-11-16 Jeffrey StedfastIf we get a BYE response, call camel_service_disconnect...
2001-11-13 3If we have no source string, then use undefined, which...
2001-11-12 Jeffrey StedfastAdded a g_return_val_if_fail for folder_name != NULL.
2001-11-09 Jeffrey StedfastIf any of the pipe()'s fail, clean up any pipes that...
2001-11-09 9If we get a user cancel and that causes us to fail...
2001-11-09 Jeffrey StedfastNow takes a command-length argument so we can 1) avoid...
2001-11-09 Jeffrey StedfastOops, pass a mode argument to the open() call.
2001-11-08 Jeffrey StedfastAdd code to kludge around any x-inline-pgp-hacks by...
2001-11-02 Jeffrey StedfastInitialize our private mutex. (camel_data_wrapper_final...
2001-11-02 1Move all searching operations outside of any locks...
2001-10-31 1Same as below.
2001-10-30 0Dont setup cancel_fd. (camel_operation_cancel_fd):...
2001-10-30 0Make sure we unref the mimeparse when we're done (succe...
2001-10-30 0Remove the X-Evolution header before anyone else gets...
2001-10-30 0If we can't retrieve the message, ignore it, it can...
2001-10-30 Dan WinshipFix this to match get_headers.
2001-10-30 0Dont try to move ibex if we have none.
2001-10-30 0Fixed compilation errors.
2001-10-30 Jeffrey StedfastRemoved unused variable.
2001-10-30 Jeffrey Stedfastfixed a compile problem and saved errno before calling...
2001-10-30 0w(x) out some warnings.
2001-10-30 Jeffrey StedfastRemoved. (stream_write): Keep looping (non-blocking...
2001-10-30 0If we get an empty name, then mark that as NoSelect...
2001-10-30 Dan WinshipSet an X-Evolution-Source header on the returned messag...
2001-10-30 9If we're not going to search on a changed uid, make...
2001-10-29 Jeffrey StedfastDon't emit a folder_subscribed signal if we are in...
2001-10-29 Jeffrey StedfastMinor fix - should have been using a strNcmp when check...
2001-10-29 Jeffrey StedfastNotify the user that PGP 2.6.x is no longer supported...
next