platform/upstream/evolution-data-server.git
2002-04-01 Jeffrey Stedfast#include appropriate headers for mkdir
2002-04-01 Dan WinshipUse -avoid-version instead of -version-info 0:0:0,...
2002-03-29 Jeffrey StedfastWe now have to check to make sure that p->message is...
2002-03-28 Dan WinshipChange the message arg to a CamelMimeMessage instead...
2002-03-27 Jeffrey StedfastConstruct the source_url the right way. The previous...
2002-03-25 Not ZedChanged to use just g_utf8_strdown instead of utf8_norm...
2002-03-25 Jeffrey Stedfastupdated
2002-03-25 Not ZedWhen we add a new name, up all of the cache limits...
2002-03-22 Jeffrey StedfastUse the date in the received header for the received_date.
2002-03-19 Jeffrey StedfastFix this to work right. We need to convert the input...
2002-03-18 Jeffrey StedfastUpdated to use the same logic as the POP code.
2002-03-18 Jeffrey StedfastNo longer takes a stls_supported argument since we...
2002-03-15 Jeffrey StedfastDon't allow any empty structs. If !ENABLE_THREADS,...
2002-03-13 Jeffrey StedfastAdded a work-around for SMTP servers that can't read...
2002-03-13 Jeffrey Stedfastreverted my USER/PASS quoting fix
2002-03-13 Jeffrey StedfastQuote the USER and PASS arguments since some people...
2002-03-12 Jeffrey StedfastNow takes a url argument.
2002-03-12 Jeffrey Stedfastdo the typedef's in camel-types.h and include camel...
2002-03-12 Jeffrey StedfastA pretty empty store implementation to be the parent...
2002-03-11 Jeffrey StedfastAllow any leaf part to be a message/rfc822 part. (diges...
2002-03-11 Ettore PerazzoliChange the order of the mailing list magic patterns...
2002-03-11 Jeffrey Stedfastoops, musta backspaced over a brace?
2002-03-11 Jeffrey StedfastThese fixes should fix bug #21737.
2002-03-11 Dan Winship Rename the OpenSSL implementation of things to match...
2002-03-11 Dan WinshipRemove this: it couldn't be generically used, because...
2002-03-08 Jeffrey StedfastDon't call camel_remote_store_get_authtypes since we...
2002-03-07 Jeffrey StedfastAdd support for hash type RIPEMD160.
2002-03-07 Jeffrey StedfastAdd a timeout on the select. (stream_write): Same.
2002-03-07 Jeffrey StedfastFix to work with OpenSSL.
2002-03-06 Jeffrey Stedfastcompile fixes. (camel_tcp_stream_openssl_enable_ssl...
2002-03-06 Dan WinshipMake this compile.
2002-03-06 Jeffrey Stedfasttreat "" as "always" to maintain compatablity with...
2002-03-06 Jeffrey StedfastRemoved. Glory glory hallelujah! (ssl_bad_cert): No...
2002-03-06 Jeffrey StedfastStart the ssl stream off in non-ssl mode (useful for...
2002-03-01 Jeffrey StedfastAdd c++ armoring.
2002-03-01 Jeffrey StedfastReverted my pgp/mime fixes here too.
2002-02-28 Jeffrey StedfastChanged offset variables from int's to off_t's since...
2002-02-28 Jeffrey StedfastRearrange the save filter stuff so that we save raw...
2002-02-28 Jeffrey Stedfastonly save raw streams for leaf parts.
2002-02-28 Jeffrey StedfastDon't #include camel-mime-filter-save.h, we don't use it.
2002-02-28 Not ZedUse the FOLD_SIZE as a recommended folding size, but...
2002-02-27 Jeffrey StedfastNew stream filter that chomps excess trailing whitespac...
2002-02-27 Not ZedChanged header formatted table to contain a pointer...
2002-02-25 Jeffrey StedfastAllow all multiparts that contain message/rfc822 attach...
2002-02-22 Jeffrey StedfastSet the 'name' parameter on the Content-Type too. Fixes...
2002-02-14 Jeffrey StedfastPass --always-trust to gpg (requested by users). (pgp_c...
2002-02-14 Jeffrey StedfastXimian is spelled Ximian, not Ximain. :-)
2002-02-12 Jeffrey StedfastSince the AUTH token sometimes uses '=' instead of...
2002-02-09 Not ZedDuh, when we grab the apop stamp it needs to include...
2002-02-08 Michael Zucci Removed some <<< stuff i missed.
2002-02-08 Not ZedThe day number has to be 2 chars wide, space filled...
2002-02-08 Dan WinshipImplementation of NTLM (aka "Secure Password Authentica...
2002-02-07 Jeffrey StedfastRemove the CAMEL_MESSAGE_NEEDS_REPLY flag, we no longer...
2002-02-05 Jeffrey StedfastUse camel_mime_parser_read to read internal parser...
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...
next