<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/camel/ChangeLog, 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>Use the new camel_operation_cancel_prfd() function to get the cancellation</title>
<updated>2002-11-22T22:29:56+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2002-11-22T22:29:56+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=eaa2814a05c8c3a094a00400cc5651e408ee9e18'/>
<id>urn:sha1:eaa2814a05c8c3a094a00400cc5651e408ee9e18</id>
<content type='text'>
2002-11-21  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* camel-tcp-stream-ssl.c (stream_read): Use the new
	camel_operation_cancel_prfd() function to get the cancellation fd
	so we can poll on it for cancellation stuff.
	(stream_write): Same.

2002-11-22  Not Zed  &lt;NotZed@Ximian.com&gt;

	* camel-operation.c (camel_operation_cancel_prfd): Implement, gets
	a nspr pr filedesc to poll/wait on
	(struct _CamelOperation): include a pr filedesc.

svn path=/trunk/; revision=18894
</content>
</entry>
<entry>
<title>If we have a namespace of "", then always match any path.</title>
<updated>2002-11-22T03:12:10+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2002-11-22T03:12:10+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=239c8b9bf70de8b08efeb6b1346a877148d68c31'/>
<id>urn:sha1:239c8b9bf70de8b08efeb6b1346a877148d68c31</id>
<content type='text'>
2002-11-21  Not Zed  &lt;NotZed@Ximian.com&gt;

        * providers/imap/camel-imap-store-summary.c
        (camel_imap_store_summary_namespace_find_path): If we have a
        namespace of "", then always match any path.
        (camel_imap_store_summary_namespace_find_full): Same, for full
        names. Should address #33309 &amp; friends.

svn path=/trunk/; revision=18884
</content>
</entry>
<entry>
<title>applied plain_signature_fix.patch</title>
<updated>2002-11-19T18:42:41+00:00</updated>
<author>
<name>Radek Doulik</name>
<email>rodo@src.gnome.org</email>
</author>
<published>2002-11-19T18:42:41+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ccbfa5da0395e08ce672a0546c513cf970c29fb6'/>
<id>urn:sha1:ccbfa5da0395e08ce672a0546c513cf970c29fb6</id>
<content type='text'>
svn path=/trunk/; revision=18841
</content>
</entry>
<entry>
<title>Removed $(GNOME_LIBDIR) and $(GNOMEUI_LIBS)</title>
<updated>2002-11-19T17:21:44+00:00</updated>
<author>
<name>Rodney Dawes</name>
<email>dobey@src.gnome.org</email>
</author>
<published>2002-11-19T17:21:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3a49f0dd089a4a9fc1dd199a3f1e843e514afb8a'/>
<id>urn:sha1:3a49f0dd089a4a9fc1dd199a3f1e843e514afb8a</id>
<content type='text'>
	* tests/*/Makefile.am: Removed $(GNOME_LIBDIR) and $(GNOMEUI_LIBS)

svn path=/trunk/; revision=18839
</content>
</entry>
<entry>
<title>If the namespace is at/below INBOX, check for the INBOX explicitly (since</title>
<updated>2002-11-18T13:23:32+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2002-11-18T13:23:32+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=7ac3df49839aa97318a31b120788eab13acdf67c'/>
<id>urn:sha1:7ac3df49839aa97318a31b120788eab13acdf67c</id>
<content type='text'>
2002-11-15  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* providers/imap/camel-imap-store.c (imap_connect_online): If the
	namespace is at/below INBOX, check for the INBOX explicitly (since
	it obviously won't show up in a LSUB INBOX.*). If either INBOX is
	not returned in the response or if the folder flags contain
	\NoSelect, subscribe to INBOX and then try LSUB again.

svn path=/trunk/; revision=18824
</content>
</entry>
<entry>
<title>Rewritten. Much much much cleaner implementation now, though uses</title>
<updated>2002-11-11T15:14:49+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2002-11-11T15:14:49+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c2793329a93b03bcf7ba6bdaf4dadd7d0c52c0d8'/>
<id>urn:sha1:c2793329a93b03bcf7ba6bdaf4dadd7d0c52c0d8</id>
<content type='text'>
2002-11-11  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* camel-mime-filter-tohtml.c (html_convert): Rewritten. Much much
	much cleaner implementation now, though uses malloc/free more
	often than I'd like.

svn path=/trunk/; revision=18691
</content>
</entry>
<entry>
<title>Use g_strerror when setting an exception string (we need it to be in</title>
<updated>2002-11-11T06:40:28+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2002-11-11T06:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=e1ef0a9ced256cb86d19b379c3097efdbcdb498e'/>
<id>urn:sha1:e1ef0a9ced256cb86d19b379c3097efdbcdb498e</id>
<content type='text'>
2002-11-11  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* providers/imap/camel-imap-folder.c (get_message_simple): Use
	g_strerror when setting an exception string (we need it to be in
	UTF-8).

	* providers/pop3/camel-pop3-store.c (pop3_try_authenticate): Use
	g_strerror when setting an exception string (we need it to be in
	UTF-8).

	* providers/pop3/camel-pop3-folder.c (pop3_refresh_info): Use
	g_strerror when setting an exception string (we need it to be in
	UTF-8).
	(pop3_get_message): Same.

svn path=/trunk/; revision=18690
</content>
</entry>
<entry>
<title>Use g_strerror when setting an exception string (we need it to be in</title>
<updated>2002-11-11T06:24:56+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@ximian.com</email>
</author>
<published>2002-11-11T06:24:56+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=3eabd14ace6523781473486b533b8e4ac355fc14'/>
<id>urn:sha1:3eabd14ace6523781473486b533b8e4ac355fc14</id>
<content type='text'>
2002-11-11  Jeffrey Stedfast  &lt;fejj@ximian.com&gt;

	* providers/local/camel-spool-summary.c (spool_summary_sync_full):
	Use g_strerror when setting an exception string (we need it to be
	in UTF-8).
	(spool_summary_check): Here too.

	* providers/local/camel-spool-store.c (construct): Use g_strerror
	when setting an exception string (we need it to be in UTF-8).
	(get_folder): Same.
	(scan_dir): Here too.

	* providers/local/camel-spool-folder.c (spool_lock): Use
	g_strerror when setting an exception string (we need it to be in
	UTF-8).

	* providers/local/camel-mh-summary.c (mh_summary_check): Use
	g_strerror when setting an exception string (we need it to be in
	UTF-8).

	* providers/local/camel-mh-store.c (delete_folder): Use g_strerror
	when setting an exception string (we need it to be in UTF-8).

	* providers/local/camel-mbox-summary.c (summary_update): Use
	g_strerror when setting an exception string (we need it to be in
	UTF-8).
	(mbox_summary_sync_full): Here too.
	(mbox_summary_sync_quick): Same.
	(mbox_summary_sync): Also here.
	(camel_mbox_summary_sync_mbox): Again here.

	* providers/local/camel-mbox-folder.c (mbox_lock): Use g_strerror
	when setting an exception string (we need it to be in UTF-8).
	(mbox_append_message): Same.
	(mbox_get_message): Here too.

	* providers/local/camel-maildir-summary.c (maildir_summary_load):
	Use g_strerror when setting an exception string (we need it to be
	in UTF-8).
	(maildir_summary_check): Same.

	* providers/local/camel-maildir-store.c (get_folder): Use
	g_strerror when setting an exception string (we need it to be in
	UTF-8).
	(delete_folder): Same.
	(delete_folder): Here too.

	* providers/local/camel-local-summary.c (local_summary_sync): Use
	g_strerror when setting an exception string (we need it to be in
	UTF-8).

	* providers/local/camel-local-store.c (get_folder): Use g_strerror
	when setting an exception string (we need it to be in UTF-8).
	(create_folder): Same.
	(xrename): Here too.
	(rename_folder): And here.
	(delete_folder): Also here.

	* camel-provider.c (camel_provider_init): For debugging printfs,
	we want to use normal strerror (we want locale charset, not
	UTF-8).

	* camel-movemail.c (camel_movemail): Use g_strerror when setting
	an exception string (we need it to be in UTF-8).
	(movemail_external): Same.
	(camel_movemail_copy_file): Here too.
	(camel_movemail_solaris): Also here.

	* camel-mime-utils.c (rfc2047_decode_word): For debugging printfs,
	we want to use normal strerror (we want locale charset, not
	UTF-8).
	(header_encode_param): Same.

	* camel-mime-part-utils.c (convert_buffer): For debugging printfs,
	we want to use normal strerror (we want locale charset, not
	UTF-8).

	* camel-lock-client.c (camel_lock_helper_init): Use g_strerror
	when setting an exception string (we need it to be in UTF-8).

	* camel-data-cache.c (camel_data_cache_remove): Use g_strerror
	when setting an exception string (we need it to be in UTF-8).

	* camel-tcp-stream-raw.c (flaky_tcp_write): For debugging printfs,
	we want to use normal strerror (we want locale charset, not
	UTF-8).
	(flaky_tcp_read): Same.

	* camel-gpg-context.c (gpg_ctx_op_step): For debugging printfs, we
	want to use normal strerror (we want locale charset, not UTF-8).

	* camel-service.c (camel_gethostbyname): Use g_strerror when
	setting an exception string (we need it to be in UTF-8).

	* camel-lock.c (camel_lock_dot): Use g_strerror when setting an
	exception string (we need it to be in UTF-8).
	(camel_lock_fcntl): Same.

svn path=/trunk/; revision=18689
</content>
</entry>
<entry>
<title>constify the content_type.</title>
<updated>2002-11-08T06:59:12+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2002-11-08T06:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ef7e69f0f3fd13c783e93d49fe39918d21e52dad'/>
<id>urn:sha1:ef7e69f0f3fd13c783e93d49fe39918d21e52dad</id>
<content type='text'>
2002-11-07  Not Zed  &lt;NotZed@Ximian.com&gt;

        * camel-mime-part.c (camel_mime_part_set_content_type): constify
        the content_type.

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