<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/camel/ChangeLog, branch WITH_LIBEFS</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=WITH_LIBEFS</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=WITH_LIBEFS'/>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2000-06-24T10:47:21+00:00</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag 'WITH_LIBEFS'.</title>
<updated>2000-06-24T10:47:21+00:00</updated>
<author>
<name>nobody</name>
<email>nobody@localhost</email>
</author>
<published>2000-06-24T10:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=98a8e41c8a585b2773fd91bff188346c24477c01'/>
<id>urn:sha1:98a8e41c8a585b2773fd91bff188346c24477c01</id>
<content type='text'>
svn path=/tags/WITH_LIBEFS/; revision=3727
</content>
</entry>
<entry>
<title>providers/imap/camel-imap-[store,folder].c: Improved folder parsing</title>
<updated>2000-06-23T19:51:48+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@src.gnome.org</email>
</author>
<published>2000-06-23T19:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=f415fa4b2897ca5021dce68cf6bd6750e271d4bd'/>
<id>urn:sha1:f415fa4b2897ca5021dce68cf6bd6750e271d4bd</id>
<content type='text'>
svn path=/trunk/; revision=3712
</content>
</entry>
<entry>
<title>forgot this changelog entry last night.</title>
<updated>2000-06-23T18:36:53+00:00</updated>
<author>
<name>Chris Toshok</name>
<email>toshok@src.gnome.org</email>
</author>
<published>2000-06-23T18:36:53+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=cfe31b1d5ca4bd0402e9147b5fd5182fbe7be609'/>
<id>urn:sha1:cfe31b1d5ca4bd0402e9147b5fd5182fbe7be609</id>
<content type='text'>
svn path=/trunk/; revision=3710
</content>
</entry>
<entry>
<title>Oops. Now appends the namespace to the folder before querying for the</title>
<updated>2000-06-23T02:31:47+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@helixcode.com</email>
</author>
<published>2000-06-23T02:31:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=642d8b228a1e2207b921dc22508e9ffed888b877'/>
<id>urn:sha1:642d8b228a1e2207b921dc22508e9ffed888b877</id>
<content type='text'>
2000-06-22  Jeffrey Stedfast  &lt;fejj@helixcode.com&gt;

	* providers/imap/camel-imap-folder.c (imap_get_message_count):
	Oops. Now appends the namespace to the folder before querying
	for the number of messages.

	* providers/imap/camel-imap-store.c (imap_folder_exists): New
	convenience function for use by imap_create().
	(get_folder): If folder is specified as "/", we really want
	"INBOX".

	* providers/sendmail/camel-sendmail-provider.c:
	* providers/vee/camel-vee-provider.c:
	* providers/smtp/camel-smtp-provider.c:
	* providers/mbox/camel-mbox-provider.c:
	* providers/pop3/camel-pop3-provider.c:
	* providers/imap/camel-imap-provider.c: Updated

	* camel-session.c: Moved service_cache hash table into the
	providers.
	(service_cache_remove): Updated.
	(camel_session_get_service): Updated.

	* camel-url.c (camel_url_hash): Took out the hashing of
	url-&gt;passwd. We don't want this anymore.

	* providers/imap/camel-imap-folder.c (imap_init): Took out
	references to 'namespace'
	(camel_imap_folder_init): Same

	* providers/imap/camel-imap-folder.h: No more namespace. We are
	instead going to use url-&gt;path as the namespace.

svn path=/trunk/; revision=3705
</content>
</entry>
<entry>
<title>Updated</title>
<updated>2000-06-22T21:51:40+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@helixcode.com</email>
</author>
<published>2000-06-22T21:51:40+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=a7f40b2f5ff709b9c0d3f5f487cdba6d6d3aa7b6'/>
<id>urn:sha1:a7f40b2f5ff709b9c0d3f5f487cdba6d6d3aa7b6</id>
<content type='text'>
2000-06-22  Jeffrey Stedfast  &lt;fejj@helixcode.com&gt;

	* providers/sendmail/camel-sendmail-provider.c:
	* providers/vee/camel-vee-provider.c:
	* providers/smtp/camel-smtp-provider.c:
	* providers/mbox/camel-mbox-provider.c:
	* providers/pop3/camel-pop3-provider.c:
	* providers/imap/camel-imap-provider.c: Updated

	* camel-session.c: Moved service_cache hash table into the
	providers.
	(service_cache_remove): Updated.
	(camel_session_get_service): Updated.

	* camel-url.c (camel_url_hash): Took out the hashing of
	url-&gt;passwd. We don't want this anymore.

	* providers/imap/camel-imap-folder.c (imap_init): Took out
	references to 'namespace'
	(camel_imap_folder_init): Same

	* providers/imap/camel-imap-folder.h: No more namespace. We are
	instead going to use url-&gt;path as the namespace.

svn path=/trunk/; revision=3700
</content>
</entry>
<entry>
<title>Modified to use the "namespace" (url-&gt;path) if it exists.</title>
<updated>2000-06-21T23:51:36+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@helixcode.com</email>
</author>
<published>2000-06-21T23:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=2751abfcef7d6a32b15948dd2801e216074d108f'/>
<id>urn:sha1:2751abfcef7d6a32b15948dd2801e216074d108f</id>
<content type='text'>
2000-06-21  Jeffrey Stedfast  &lt;fejj@helixcode.com&gt;

	* providers/imap/camel-imap-store.c (imap_create): Modified to
	use the "namespace" (url-&gt;path) if it exists.

	* providers/imap/camel-imap-folder.c (imap_delete_message_by_uid):
	Now just sets the deleted flag on the summary rather than speaking
	directly to the IMAP server. This is both faster and cleaner.

svn path=/trunk/; revision=3688
</content>
</entry>
<entry>
<title>Fix dumb bug.</title>
<updated>2000-06-21T22:28:30+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2000-06-21T22:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=36f9a550565abe5d08cccb61fe26293ea7aa30c9'/>
<id>urn:sha1:36f9a550565abe5d08cccb61fe26293ea7aa30c9</id>
<content type='text'>
	* providers/pop3/camel-pop3-store.c (query_auth_types): Fix dumb
	bug.

svn path=/trunk/; revision=3682
</content>
</entry>
<entry>
<title>IMAP is working! (sorta)</title>
<updated>2000-06-21T20:38:22+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@src.gnome.org</email>
</author>
<published>2000-06-21T20:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ed696d713318d4aa10ef14c1e3bcf0bcdfd56e06'/>
<id>urn:sha1:ed696d713318d4aa10ef14c1e3bcf0bcdfd56e06</id>
<content type='text'>
you can now read your INBOX

svn path=/trunk/; revision=3680
</content>
</entry>
<entry>
<title>When determining a mailboxe's folder_file_path et aluse its basename to prevent the triple-slash filenames (~/ev/inbox///movemail.ibex)</title>
<updated>2000-06-21T18:22:21+00:00</updated>
<author>
<name>Peter Williams</name>
<email>peterw@src.gnome.org</email>
</author>
<published>2000-06-21T18:22:21+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d0f4337af73020dbc19ecbeac76e44ae19662576'/>
<id>urn:sha1:d0f4337af73020dbc19ecbeac76e44ae19662576</id>
<content type='text'>
svn path=/trunk/; revision=3679
</content>
</entry>
<entry>
<title>Set date_received based on the first (most recent) "Received" header.</title>
<updated>2000-06-21T18:15:27+00:00</updated>
<author>
<name>Dan Winship</name>
<email>danw@src.gnome.org</email>
</author>
<published>2000-06-21T18:15:27+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=242ffb8b8efa42579d6b36339f86f09b894c525e'/>
<id>urn:sha1:242ffb8b8efa42579d6b36339f86f09b894c525e</id>
<content type='text'>
	* camel-folder-summary.c (message_info_new): Set date_received
	based on the first (most recent) "Received" header.

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