** See bug #69446.
[platform/upstream/evolution-data-server.git] / camel / providers / pop3 / camel-pop3-store.c
2004-12-01 S.Çağlar Onur** See bug #69446.
2004-11-15 Jeffrey StedfastIn the fallback cases, clear the exception first.
2004-11-15 Jeffrey StedfastUse camel_tcp_stream_ssl_new_raw() for STARTTLS stream.
2004-11-15 Jeffrey StedfastMoved the last tcp_stream unref to afetr the last fail...
2004-11-15 Jeffrey StedfastMoved the last tcp_stream unref to afetr the last fail...
2004-11-01 Jeffrey StedfastDo the same SSL->TLS and TLS->CLEAR fallbacks that...
2004-10-13 Not Zedkill cast as lvalue warning.
2004-09-27 Jeffrey StedfastInstead of doing a host-lookup ourselves, get it passed...
2004-09-27 Not Zed** See bug #63521.
2004-09-24 Not Zed** See bug #47821.
2004-09-20 Michael Zucci Merged notzed-eplugin-2-branch to head.
2004-06-24 Jeffrey StedfastError out and set an exception if camel_pop3_engine_new...
2004-05-21 Not Zedadded a 'domain' argument, and rearragned arguments...
2004-02-04 Not Zedchanged order around, first try to delete and only...
2004-01-31 Jeffrey StedfastSame as below.
2004-01-20 Not Zed** See bug #52817.
2003-10-28 Jeffrey StedfastFixes bug #35083
2003-08-19 Not ZedVarious fixes to make it work.
2003-07-23 Dan Winship#include camel-file-utils.h for camel_read()
2003-06-13 Jeffrey StedfastFix for bug #40788.
2003-04-08 Jeffrey StedfastIf store->engine->line is NULL, use _("Unknown error...
2003-02-28 Jeffrey StedfastSame as IMAP and POP.
2003-02-24 Jeffrey StedfastNew function...back from the depths of hell from whence...
2003-02-14 Jeffrey StedfastSame as the gpg and pkcs7 contexts.
2002-11-11 Jeffrey StedfastUse g_strerror when setting an exception string (we...
2002-10-22 Jeffrey StedfastCanonicalise the source_uri to not have a path. Fixes...
2002-07-17 Not ZedGot rid of the stupid "tryagain" semantics, which didn...
2002-07-04 Jeffrey StedfastChange all exceptions to report which POP server failed...
2002-05-28 Jeffrey StedfastOn connection failure, unref the tcp stream.
2002-05-08 Jeffrey Stedfastcamel_pop3_engine_iterate doesn't return the state...
2002-05-06 Jeffrey StedfastIf the pop3 command status is -1, then we probably...
2002-03-18 Jeffrey StedfastNo longer takes a stls_supported argument since we...
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-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-08 Jeffrey StedfastDon't call camel_remote_store_get_authtypes since we...
2002-02-09 Not ZedDuh, when we grab the apop stamp it needs to include...
2002-01-30 Not ZedChanged name from "NT Login" to simply "Login".
2001-11-30 Jeffrey StedfastDon't use regex matching. Fixes bug #16227.
2001-10-27 Ettore PerazzoliFixing the license text.
2001-10-27 Ettore PerazzoliUpdate the licensing information to require version...
2001-09-06 Dan WinshipFix this to always set an exception if it returns POP3_...
2001-08-21 Jeffrey StedfastTurn on --batch and reenable gpg keyserver lookups...
2001-08-10 Jeffrey StedfastSet the total bytes expected to 0 if the response is...
2001-06-23 Ettore PerazzoliUpdate the copyrights, replacing Helix Code with Ximian and
2001-05-02 Dan WinshipRescue the KPOP code from bit rot.
2001-04-27 Dan WinshipRedo this a lot so that instead of having a class full...
2001-04-18 Dan WinshipFree base_url and storage_path.
2001-03-30 Dan WinshipMove things around here to make this all work right...
2001-03-30 Not ZedNot quite finished but checking in for some local frobbing.
2001-03-29 Kjartan MaraasBig header cleanups and nntp compile fix
2001-03-27 Dan WinshipAdd an "extra_conf" field to CamelProvider with structu...
2001-03-21 Dan Winshipadd a "GList *authtypes", so you can get the list of...
2001-03-19 Jeffrey StedfastSet the errbuf to NULL after freeing it? I don't think...
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-08 Jeffrey StedfastImplement. (get_trash): Implement. (camel_pop3_store_cl...
2001-02-09 Dan WinshipRewrite a bunch. Replace the existing folder cache...
2001-02-08 Not ZedChanged to push the operation into a status stack.
2001-02-05 Jeffrey StedfastUpdated.
2001-01-09 Dan Winship Kill off a long-hated Camel kludge: "empty" URLs and
2000-12-27 Dan WinshipFix the APOP check to not crash on servers that don...
2000-12-01 Dan WinshipDon't g_return_if_fail if the service is already discon...
2000-11-03 Dan WinshipUnbreak this.
2000-11-03 Dan WinshipAdd an "url_flags" field to CamelProvider. Move the...
2000-10-31 Dan WinshipAdd a new argument, clean, that says whether or not...
2000-10-29 Dan WinshipRemove md5-utils.h include since it's not part of Camel...
2000-10-24 Dan Winshiplots of i18n fixes
2000-10-18 Not ZedNo, we must not encode the headers here. These interfac...
2000-10-02 Dan WinshipRemove default_ports.
2000-09-07 Dan WinshipMake KPOP work again.
2000-09-05 Peter WilliamsCleanup of lots of exception handling ; bugfixes
2000-08-29 Peter WilliamsCamelRemoteStore: a new generic store for stores that...
2000-08-22 Christopher James... Fixed a small warning.
2000-08-22 Peter WilliamsAutomatically connect services when given a valid URL...
2000-08-12 Dan WinshipNew function to do one round of attempted authenticatio...
2000-08-10 Peter WilliamsMerge with camel-async.
2000-08-04 Dan Winshipadd a debugging macro for doing protocol tracing.
2000-07-03 Dan WinshipFix a bug in error-setting code. (pop3_connect): Don...
2000-07-01 Dan WinshipNew method, to return an end-user-friendly name corresp...
2000-07-01 Dan Winshipfix the CAPA-parsing code to not get into an infinite...
2000-06-29 Jeffrey StedfastChanged to keep prompting user for a valid password...
2000-06-21 Dan WinshipFix dumb bug.
2000-06-21 Dan Winshipflush the filter stream before unreffing it, so it...
2000-06-15 Dan WinshipKill. Folders are now always open, and handle "closing...
2000-06-15 Dan WinshipCheck server for various interesting extensions.
2000-06-09 Dan WinshipAdd another argument, "mode", which can be CAMEL_AUTHEN...
2000-06-07 Dan WinshipRemove exists, create, delete. A CamelFolder now always...
2000-06-02 Dan Winship Fun with purify.
2000-05-30 Michael Zuccidiff -r1.206 ChangeLog
2000-05-28 Dan Winship (connect_to_server): Remove port number from error...
2000-05-28 Dan WinshipSplit apart password and APOP auth, since some servers...
2000-05-19 NotZed> searchpart = strchr(namepart, '?');
2000-05-08 Dan WinshipUse CamelException to signal failure. (camel_stream_wri...
2000-05-07 Dan Winship Make camel not leak like a sieve.
2000-05-06 Dan WinshipA machine which serves neither POP nor KPOP is not...
2000-05-04 Dan WinshipMake this compile again in the !KRB4 case
2000-05-04 Dan WinshipDon't fall back to plaintext passwords if APOP fails...
next