<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/camel/providers/imap, branch archive-integration</title>
<subtitle>Google Summer of Code 2013 - GNOME - Archive Integration workspace
</subtitle>
<id>https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=archive-integration</id>
<link rel='self' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=archive-integration'/>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/'/>
<updated>2005-01-11T00:00:07+00:00</updated>
<entry>
<title>Kill dead files</title>
<updated>2005-01-11T00:00:07+00:00</updated>
<author>
<name>JP Rosevear</name>
<email>jpr@src.gnome.org</email>
</author>
<published>2005-01-11T00:00:07+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=fba011bf008443ee5130f1426aa65e11245cd84a'/>
<id>urn:sha1:fba011bf008443ee5130f1426aa65e11245cd84a</id>
<content type='text'>
svn path=/trunk/; revision=28342
</content>
</entry>
<entry>
<title>have our own so we don't need to link with glib.</title>
<updated>2004-12-03T03:36:57+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2004-12-03T03:36:57+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=c83477345fa5dceb62b85efd0a76a54f94a78858'/>
<id>urn:sha1:c83477345fa5dceb62b85efd0a76a54f94a78858</id>
<content type='text'>
        * camel-lock-helper.c (g_strerror): have our own so we don't need
        to link with glib.

        * providers/*/Makefile.am: Do not install ANY provider header
        files.  No providers are subclassable.  No providers are directly
        linkable.

        * camel.pc.in: create package config file.

        * tests/lib/folders.c (test_folder_message_ops): updated counts for
        delete also marking unread.

        * tests/lib/camel-test.c (camel_test_provider_init): new api for
        initialising test system 'in-build'.

        * camel-provider.c: remove the assertions, init if we need to,k
        use pthread_once stuff to serialise it.

        * tests/folder/test3.c (main): remove gtk stuff (???).

        * tests/*: Fix all the makefiles.  Made make-check work 'in-build'.

        * tests/lib/folders.c (test_folder_counts): update for api changes.
        (test_message_info): similar.

        * providers/Makefile.am: removed groupwise from the build, this
        can't go in here anymore, not in its current state.

        * camel-net-utils.c (camel_gethostbyaddr_r)
        (camel_gethostbyname_r): the old e_gethost* calls from
        e-host-utils.c.

2004-11-15  Not Zed  &lt;NotZed@Ximian.com&gt;

        * providers/imap/camel-imap-utils.c (imap_path_to_physical):
        copied from e-path.c.
        (imap_path_find_folders): copied from e-path.c.

        * camel.h: remove the provider stuff from the header.

        * camel-provider.c: globalise provider_init variable, and asserton
        it in all functions that rely on it.

        * camel-service.c: removed getaddrinfo/etc.

        * camel-net-utils.[ch]: separate out camel_getaddrinfo etc.

        * Makefile.am: split camel into 2 libraries, libcamel and
        libcamel-store.

        * camel-multipart-signed.c (camel_multipart_signed_sign)
        (camel_multipart_signed_verify, prepare_sign): remove old
        deprecated api.

        * camel-multipart-encrypted.c (camel_multipart_encrypted_encrypt)
        (camel_multipart_encrypted_decrypt): remove old deprecated api.

svn path=/trunk/; revision=28046
</content>
</entry>
<entry>
<title>add mnemonic for checkboxes.</title>
<updated>2004-12-01T05:58:18+00:00</updated>
<author>
<name>Mengjie Yu</name>
<email>meng-jie.yu@sun.com</email>
</author>
<published>2004-12-01T05:58:18+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=6fb1b6f64ca1d572befd58f73fca0e9e7825ba8e'/>
<id>urn:sha1:6fb1b6f64ca1d572befd58f73fca0e9e7825ba8e</id>
<content type='text'>
2004-12-01  Mengjie Yu  &lt;meng-jie.yu@sun.com&gt;

        * providers/imap/camel-imap-provider.c:add mnemonic for checkboxes.

svn path=/trunk/; revision=28030
</content>
</entry>
<entry>
<title>** See bug #69446.</title>
<updated>2004-12-01T03:03:09+00:00</updated>
<author>
<name>S.ÃaÄlar Onur</name>
<email>caglar@uludag.org.tr</email>
</author>
<published>2004-12-01T03:03:09+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b53f63d528ae0b1f4567b997d7a74552c370640f'/>
<id>urn:sha1:b53f63d528ae0b1f4567b997d7a74552c370640f</id>
<content type='text'>
2004-11-28      S.ÃaÄlar Onur &lt;caglar@uludag.org.tr&gt;

        ** See bug #69446.

        * evolution-2.0.2/camel/camel-charset-map.c (camel_charset_iso_to_windows)
        * evolution-2.0.2/camel/camel-filter-search.c (check_header)
        * evolution-2.0.2/camel/camel-folder-search.c (check_header)
        * evolution-2.0.2/camel/camel-folder-summary.c (message_info_new,summary_build_content_info,camel_system_flag)
        * evolution-2.0.2/camel/camel-html-parser.c (camel_html_parser_attr)
        * evolution-2.0.2/camel/camel-mime-filter-enriched.c (param_parse,camel_mime_filter_enriched_init)
        * evolution-2.0.2/camel/camel-mime-parser.c (folder_scan_step,main)
        * evolution-2.0.2/camel/camel-mime-utils.c (camel_header_param,camel_header_set_param,camel_content_type_is,camel_transfer_encoding_from_string,camel_conten
t_type_format,camel_content_type_simple,camel_header_decode_date,header_raw_find_node)
        * evolution-2.0.2/camel/camel-sasl-digest-md5.c (decode_data_type)
        * evolution-2.0.2/camel/providers/imap/camel-imap-command.c (camel_imap_response_free)
        * evolution-2.0.2/camel/providers/imap/camel-imap-folder.c (camel_imap_folder_new,camel_imap_folder_selected,imap_refresh_info,camel_imap_folder_new,camel_i
map_folder_selected)
        * evolution-2.0.2/camel/providers/imap/camel-imap-store.c (imap_get_capability,imap_connect_online,get_folder_online,get_folder_offline,get_subscribed_folde
rs,folder_hash,get_folders)
        * evolution-2.0.2/camel/providers/pop3/camel-pop3-store.c (get_folder)
        * evolution-2.0.2/camel/tests/lib/folders.c: (test_folder_message_ops)
        some strcasecmp() calls changed with g_ascii_strcasecmp() for Turkish
        character conversiton problems [ http://www.i18nguy.com/unicode/turkish-i18n.html ]

svn path=/trunk/; revision=28019
</content>
</entry>
<entry>
<title>In the fallback cases, clear the exception first.</title>
<updated>2004-11-15T20:15:43+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@novell.com</email>
</author>
<published>2004-11-15T20:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=d4db79eeccaea372e8d31c29a572cb143f60f37d'/>
<id>urn:sha1:d4db79eeccaea372e8d31c29a572cb143f60f37d</id>
<content type='text'>
2004-11-15  Jeffrey Stedfast  &lt;fejj@novell.com&gt;

	* providers/pop3/camel-pop3-store.c (connect_to_server_wrapper):
	In the fallback cases, clear the exception first.

	* providers/imap/camel-imap-store.c (connect_to_server_wrapper):
	In the fallback cases, clear the exception first.

	* providers/imap4/camel-imap4-store.c (connect_to_server_wrapper):
	In the fallback cases, clear the exception first.

svn path=/trunk/; revision=27928
</content>
</entry>
<entry>
<title>Use camel_tcp_stream_ssl_new_raw() for STARTTLS stream.</title>
<updated>2004-11-15T20:01:00+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@novell.com</email>
</author>
<published>2004-11-15T20:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=cd2a27e637abb0db3ae8f357ffbea13f71209735'/>
<id>urn:sha1:cd2a27e637abb0db3ae8f357ffbea13f71209735</id>
<content type='text'>
2004-11-15  Jeffrey Stedfast  &lt;fejj@novell.com&gt;

	* providers/imap/camel-imap-store.c (connect_to_server): Use
	camel_tcp_stream_ssl_new_raw() for STARTTLS stream.

	* providers/imap4/camel-imap4-store.c (connect_to_server): Use
	camel_tcp_stream_ssl_new_raw() for STARTTLS stream.

	* providers/pop3/camel-pop3-store.c: Change default port numbers
	to be correct (they shouldn't all be the pop3s port).
	(connect_to_server): Moved the last tcp_stream unref to afetr the
	last fail-check so that we won't ever get a double-unref on
	something we only own one ref on.
	(connect_to_server): Unref the tcp_stream if we fail to create an
	engine object before returning fail.
	(connect_to_server): Use camel_tcp_stream_ssl_new_raw() for
	STARTTLS stream.

svn path=/trunk/; revision=27927
</content>
</entry>
<entry>
<title>** Merge in notzed-messageinfo-branch, fix some minor conflicts.</title>
<updated>2004-11-12T05:53:12+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2004-11-12T05:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8e212824134c1740d05fb36799f78716c5059801'/>
<id>urn:sha1:8e212824134c1740d05fb36799f78716c5059801</id>
<content type='text'>
2004-11-12  Not Zed  &lt;NotZed@Ximian.com&gt;

        ** Merge in notzed-messageinfo-branch, fix some minor conflicts.

svn path=/trunk/; revision=27898
</content>
</entry>
<entry>
<title>before short-circuiting the check for child content, check the child</title>
<updated>2004-11-10T04:05:50+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2004-11-10T04:05:50+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=7589a3e3382d0005ffc8fb3303d3f341488c812a'/>
<id>urn:sha1:7589a3e3382d0005ffc8fb3303d3f341488c812a</id>
<content type='text'>
2004-11-09  Not Zed  &lt;NotZed@Ximian.com&gt;

        * providers/imap/camel-imap-folder.c (imap_get_message): before
        short-circuiting the check for child content, check the child
        content info is actually correct.

2004-11-08  Not Zed  &lt;NotZed@Ximian.com&gt;

        ** See bug #69145.

        * providers/imap/camel-imap-folder.c (get_message): remove spec
        argument, always calculate it from the content-info.
        (content_info_incomplete): recursively check the content-info for
        completeness, not just one level.

svn path=/trunk/; revision=27882
</content>
</entry>
<entry>
<title>Do the same SSL-&gt;TLS and TLS-&gt;CLEAR fallbacks that the 2.0 (and older)</title>
<updated>2004-11-01T20:54:35+00:00</updated>
<author>
<name>Jeffrey Stedfast</name>
<email>fejj@novell.com</email>
</author>
<published>2004-11-01T20:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=50cb220c0af1640bab5fde586f6c5f705de058ea'/>
<id>urn:sha1:50cb220c0af1640bab5fde586f6c5f705de058ea</id>
<content type='text'>
2004-11-01  Jeffrey Stedfast  &lt;fejj@novell.com&gt;

	* providers/smtp/camel-smtp-transport.c
	(connect_to_server_wrapper): Do the same SSL-&gt;TLS and TLS-&gt;CLEAR
	fallbacks that the 2.0 (and older) code did.

	* providers/pop3/camel-pop3-store.c (connect_to_server_wrapper): Same.

	* providers/imap4/camel-imap4-store.c (connect_to_server_wrapper): Same.

	* providers/imap/camel-imap-store.c (connect_to_server_wrapper): Same.

svn path=/trunk/; revision=27786
</content>
</entry>
<entry>
<title>kill cast as lvalue warning.</title>
<updated>2004-10-13T02:20:40+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2004-10-13T02:20:40+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=894f6a90c2d22d88c45c0226c898b16ed5110a67'/>
<id>urn:sha1:894f6a90c2d22d88c45c0226c898b16ed5110a67</id>
<content type='text'>
2004-10-13  Not Zed  &lt;NotZed@Ximian.com&gt;

        * providers/imap4/camel-imap4-folder.c (camel_imap4_folder_new)
        (imap4_sync_changes, imap4_sync):
        * providers/imap4/camel-imap4-summary.c (untagged_fetch_all): kill
        cast as lvalue warning.

        * camel-string-utils.h: add prototype for camel_toupper.

        * providers/imap4/camel-imap4-utils.c:
        * providers/imap4/camel-imap4-summary.c:
        * providers/imap4/camel-imap4-folder.c:
        * providers/imap4/camel-imap4-engine.c:
        * providers/imap4/camel-imap4-command.c:
        * providers/imap4/camel-imap4-store.c: include camel-i18n.h.

2004-10-12  Not Zed  &lt;NotZed@Ximian.com&gt;

        ** See bug ???

        * providers/nntp/camel-nntp-store.c (connect_to_server): if we
        have a username, try to authenticate before doing anything else.

        ** See bug #67895.

        * providers/nntp/camel-nntp-summary.c (add_range_xover)
        (add_range_head): use raw_command_auth since we might need auth
        here.

        * providers/nntp/camel-nntp-store.c (camel_nntp_raw_command_auth):
        new almost-raw command that also does auth.
        (xover_setup, connect_to_server, camel_nntp_command): use
        raw_command_auth since we might need auth here.

2004-10-12  Not Zed  &lt;NotZed@Ximian.com&gt;

        ** See bug #67898 and probably others.

        * providers/imapp/camel-imapp-store.c (connect_to_server):
        * providers/pop3/camel-pop3-store.c (connect_to_server_wrapper):
        * providers/imap4/camel-imap4-store.c (connect_to_server_wrapper):
        * providers/imap/camel-imap-store.c (connect_to_server_wrapper):
        * providers/nntp/camel-nntp-store.c (connect_to_server_wrapper):
        * providers/smtp/camel-smtp-transport.c (connect_to_server_wrapper):
        Fallback to hard-coded port number if the name lookup fails and no
        port was supplied.

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