<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/camel, branch master</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=master</id>
<link rel='self' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://www.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://www.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://www.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://www.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 #69776.</title>
<updated>2004-12-01T03:59:14+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2004-12-01T03:59:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ce6b27c260eac8a9f3c10035b413b80de5a07647'/>
<id>urn:sha1:ce6b27c260eac8a9f3c10035b413b80de5a07647</id>
<content type='text'>
2004-12-01  Not Zed  &lt;NotZed@Ximian.com&gt;

        ** See bug #69776.

        * camel-multipart-signed.c (parse_boundary): take end of data
        argument, so it handles binary data.  Use a binary data string
        search rather than strstr.
        (parse_content): dont bother to append a \0 on the end of the
        data, not binary capable.

svn path=/trunk/; revision=28026
</content>
</entry>
<entry>
<title>** See bug #69615.</title>
<updated>2004-12-01T03:52:11+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2004-12-01T03:52:11+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ae4b9b15b54ca28bbb3707a24204277e91a4b9ee'/>
<id>urn:sha1:ae4b9b15b54ca28bbb3707a24204277e91a4b9ee</id>
<content type='text'>
2004-11-23  Not Zed  &lt;NotZed@Ximian.com&gt;

        ** See bug #69615.

        * camel-smime-context.c (sm_get_passwd): removed.  All callers
        that passed it now pass NULL.  This is so we don't override the
        password function set by e-cert-db.  Seems to work ok, I think.

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

        ** See bug #69109.

        * providers/smtp/camel-smtp-transport.c (smtp_helo): if we have
        ipv6 address and it is numeric, prefix it with "IPv6:"

svn path=/trunk/; revision=28025
</content>
</entry>
<entry>
<title>rename to STREAM_LINE_SIZE so it doesn't override the STREAM_LINE enum.</title>
<updated>2004-12-01T03:07:51+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2004-12-01T03:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=97110c53cd3f87f43a34f640df78bc4ec2201916'/>
<id>urn:sha1:97110c53cd3f87f43a34f640df78bc4ec2201916</id>
<content type='text'>
2004-11-30  Not Zed  &lt;NotZed@Ximian.com&gt;

        * providers/nntp/camel-nntp-stream.c (CAMEL_NNTP_STREAM_LINE):
        rename to STREAM_LINE_SIZE so it doesn't override the STREAM_LINE
        enum.  Sigh.
        (camel_nntp_stream_init): fix for above change.

svn path=/trunk/; revision=28021
</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://www.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>new init method implementation</title>
<updated>2004-11-25T10:50:11+00:00</updated>
<author>
<name>Radek Doulik</name>
<email>rodo@ximian.com</email>
</author>
<published>2004-11-25T10:50:11+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=80e3070de9d43d2ad4fe7f856dfc159a96907538'/>
<id>urn:sha1:80e3070de9d43d2ad4fe7f856dfc159a96907538</id>
<content type='text'>
2004-10-12  Radek Doulik  &lt;rodo@ximian.com&gt;

	* camel-junk-plugin.c: new init method implementation

	* camel-junk-plugin.h: added junk plugin init declaration

svn path=/trunk/; revision=27989
</content>
</entry>
<entry>
<title>** See bug #69109.</title>
<updated>2004-11-22T03:19:47+00:00</updated>
<author>
<name>Not Zed</name>
<email>NotZed@Ximian.com</email>
</author>
<published>2004-11-22T03:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b64055ed673da750908950bb183000f4b5b2820c'/>
<id>urn:sha1:b64055ed673da750908950bb183000f4b5b2820c</id>
<content type='text'>
2004-11-10  Not Zed  &lt;NotZed@Ximian.com&gt;

        ** See bug #69109.

        * camel-service.c (cs_getnameinfo): honour the NI_NAMEREQD flag.

        * providers/smtp/camel-smtp-transport.c (smtp_helo): change the
        nameinfo flags a bit so we know when we got a numeric name and
        need to wrap it in [].

svn path=/trunk/; revision=27959
</content>
</entry>
<entry>
<title>added a setting to mark the account for offline usuage</title>
<updated>2004-11-21T23:16:56+00:00</updated>
<author>
<name>Sivaiah Nallagatla</name>
<email>snallagatla@novell.com</email>
</author>
<published>2004-11-21T23:16:56+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b4122c4ebc4c0acedb70e663f6221bd8a3818807'/>
<id>urn:sha1:b4122c4ebc4c0acedb70e663f6221bd8a3818807</id>
<content type='text'>
2004-11-21 Sivaiah Nallagatla &lt;snallagatla@novell.com&gt;

        * providers/groupwise/camel-groupwise-provider.c : added
        a setting to mark the account for offline usuage

        * providers/groupwise/came-gw-listener.c
        (add_esource) (modify_esource) : changed the prototypes
        to pass CamelUrl instead of individual properties
        Add offline_sync property on e-sources if account is
        marked for offline

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