<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/camel/providers/pop3/camel-pop3-engine.c, branch ChangeLog</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=ChangeLog</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=ChangeLog'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2002-11-25T03:26:07+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'ChangeLog'.</title>
<updated>2002-11-25T03:26:07+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2002-11-25T03:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3dee5a41f00b0dcde1622849a8a5673e51ab582b'/>
<id>urn:sha1:3dee5a41f00b0dcde1622849a8a5673e51ab582b</id>
<content type='text'>
svn path=/tags/ChangeLog/; revision=18909
</content>
</entry>
<entry>
<title>If the pop3 command status is -1, then we probably have a TCP error (?) so</title>
<updated>2002-05-06T22:35:47+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2002-05-06T22:35:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1acd03710d50072259f91bae1a9e2395c6bdfac7'/>
<id>urn:sha1:1acd03710d50072259f91bae1a9e2395c6bdfac7</id>
<content type='text'>
2002-05-06  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* providers/pop3/camel-pop3-store.c (pop3_try_authenticate): If
	the pop3 command status is -1, then we probably have a TCP error
	(?) so set a SYSTEM exception so our caller can distinguish
	between a "bad password" and a "tcp error".
	(pop3_connect): Only uncache the password on "bad password"
	errors.

svn path=/trunk/; revision=16700
</content>
</entry>
<entry>
<title>Don't call camel_remote_store_get_authtypes since we no longer subclass</title>
<updated>2002-03-08T23:43:43+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2002-03-08T23:43:43+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=626182bef55006c632db43e73e53105d451f9930'/>
<id>urn:sha1:626182bef55006c632db43e73e53105d451f9930</id>
<content type='text'>
2002-03-08  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* providers/pop3/camel-pop3-provider.c
	(camel_provider_module_init): Don't call
	camel_remote_store_get_authtypes since we no longer subclass
	camel-remote-store.

	* providers/pop3/camel-pop3-engine.c: Added STARTTLS to the
	capabilities to look for.
	(camel_pop3_engine_reget_capabilities): New function to re-get
	capabilities.

	* providers/pop3/camel-pop3-store.c: Updated to not subclass
	CamelRemoteStore.
	(connect_to_server): Rewritten to not depend on CamelRemoteStore's
	connect implementation. Also added support for STLS (aka
	STARTTLS).

svn path=/trunk/; revision=15998
</content>
</entry>
<entry>
<title>Duh, when we grab the apop stamp it needs to include the &lt;&gt; as well, I</title>
<updated>2002-02-09T11:31:18+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2002-02-09T11:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=eeb0091ac1b0e39b1e20d242fd5bc906b2039c1f'/>
<id>urn:sha1:eeb0091ac1b0e39b1e20d242fd5bc906b2039c1f</id>
<content type='text'>
2002-02-09  Not Zed  &lt;NotZed@Ximian.com&gt;

        * providers/pop3/camel-pop3-engine.c (get_capabilities): Duh, when
        we grab the apop stamp it needs to include the &lt;&gt; as well, I even
        read the rfc, silly me.

        * providers/pop3/camel-pop3-store.c (pop3_try_authenticate): Doh,
        when iterating the authtype list, it helps to goto the next node.
        Found with help from miles.

svn path=/trunk/; revision=15636
</content>
</entry>
<entry>
<title>Changed name from "NT Login" to simply "Login".</title>
<updated>2002-01-30T05:14:48+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2002-01-30T05:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b894c24f03beeaaeb947676f95c05473ee7691d4'/>
<id>urn:sha1:b894c24f03beeaaeb947676f95c05473ee7691d4</id>
<content type='text'>
2002-01-30  Not Zed  &lt;NotZed@Ximian.com&gt;

        * camel-sasl-login.c: Changed name from "NT Login" to simply
        "Login".

        * providers/pop3/*: Entirely new pop implmentation, supporting
        pipelining.

2002-01-29  Not Zed  &lt;NotZed@Ximian.com&gt;

        * camel-data-cache.c (free_busy): We dont want to unref the
        stream, instead, stop listening to the finalised events, and free
        the path only.

2002-01-25  Not Zed  &lt;NotZed@Ximian.com&gt;

        * camel-data-cache.c (stream_finalised): Remove the object from
        the busy_stream hashtable, not the busy_path hashtable.

svn path=/trunk/; revision=15521
</content>
</entry>
</feed>
