<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/plugins/imap-features, 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>2012-06-03T03:00:42+00:00</updated>
<entry>
<title>Add 'imap-features' module.</title>
<updated>2012-06-03T03:00:42+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2012-03-16T03:56:12+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=209e47b133349dc29c3eb68b9d4b5ac3465e0a0d'/>
<id>urn:sha1:209e47b133349dc29c3eb68b9d4b5ac3465e0a0d</id>
<content type='text'>
Adds an extra page to EMailConfigNotebook for 'imap' accounts.

Replaces the 'imap-features' plugin.
</content>
</entry>
<entry>
<title>Fix memory leaks around gtk_tree_model_get() function</title>
<updated>2012-05-31T08:44:49+00:00</updated>
<author>
<name>Milan Crha</name>
<email>mcrha@redhat.com</email>
</author>
<published>2012-05-31T08:44:49+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=71924fc48776c642fe8520febc384250cf55973c'/>
<id>urn:sha1:71924fc48776c642fe8520febc384250cf55973c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing linker flags.</title>
<updated>2012-03-03T19:11:12+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2012-03-03T18:13:55+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=b4f895265d04eb3c6b326f467be0bdec6cc24cfb'/>
<id>urn:sha1:b4f895265d04eb3c6b326f467be0bdec6cc24cfb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Coding style and whitespace cleanup.</title>
<updated>2012-02-20T15:04:25+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2011-12-01T02:53:20+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=23f5773903d64a554d977ae7d0ebbaca73528f1f'/>
<id>urn:sha1:23f5773903d64a554d977ae7d0ebbaca73528f1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Introduce libemail-engine and libemail-utils.</title>
<updated>2012-01-19T04:48:47+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2012-01-17T16:07:19+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=61ae36351b24cc676f60483d576706bf827f2987'/>
<id>urn:sha1:61ae36351b24cc676f60483d576706bf827f2987</id>
<content type='text'>
These libraries are bound for E-D-S so they live at the lowest layer of
Evolution for now -- even libeutil can link to them (but please don't).

This is the first step toward moving mail handing to a D-Bus service.
</content>
</entry>
<entry>
<title>EMAccountEditor: Start using CamelNetworkSettings.</title>
<updated>2011-11-07T01:10:57+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2011-11-04T03:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=bed7c0f05a4b4d60d35fd5e8ca1ade1e8225aae2'/>
<id>urn:sha1:bed7c0f05a4b4d60d35fd5e8ca1ade1e8225aae2</id>
<content type='text'>
Instead of stuffing host/port/user/etc into CamelURLs.

To enforce this in 3rd party extensions, remove EAccounts from
EMConfigTargetAccount and rename it EMConfigTargetSettings with
the following struct members:

    const gchar *email_address;

    const gchar *storage_protocol;
    CamelSettings *storage_settings;

    const gchar *transport_protocol;
    CamelSettings *transport_settings;
</content>
</entry>
<entry>
<title>Simplify library dependency flags.</title>
<updated>2011-10-05T02:27:14+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2011-10-05T01:32:41+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=1f38f4d92ca8eb97381b2c9a7022830a6d4bcaba'/>
<id>urn:sha1:1f38f4d92ca8eb97381b2c9a7022830a6d4bcaba</id>
<content type='text'>
We have a confusing array of nearly-identical CFLAGS/LIBS definitions in
configure.ac.  Time to simplify.  Instead let's just have one definition
that includes all the libraries provided by Evolution-Data-Server (incl.
Camel).  That, in combination with GNOME_PLATFORM, gives us most of what
we need for compliation and linking, and we can sprinkle definitions for
additional library dependencies in Makefile.am's as needed.
</content>
</entry>
<entry>
<title>Coding style and whitespace cleanup.</title>
<updated>2011-09-04T11:34:32+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2011-08-16T15:25:56+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=fcbbdfbd18e15b4ee8322a0217cf03a689a5e033'/>
<id>urn:sha1:fcbbdfbd18e15b4ee8322a0217cf03a689a5e033</id>
<content type='text'>
</content>
</entry>
<entry>
<title>imap-headers: Adapt to CamelSettings.</title>
<updated>2011-08-15T15:56:26+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2011-08-15T14:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=31d1aa0441cbb187dd3cbe73ffc1e3b781c3b642'/>
<id>urn:sha1:31d1aa0441cbb187dd3cbe73ffc1e3b781c3b642</id>
<content type='text'>
Write values to CamelSettings instead of URL parameters.
</content>
</entry>
<entry>
<title>Fix spelling of "Basic Headers" option to be consistent with the rest</title>
<updated>2011-07-27T17:49:46+00:00</updated>
<author>
<name>Andre Klapper</name>
<email>a9016009@gmx.de</email>
</author>
<published>2011-07-27T17:49:46+00:00</published>
<link rel='alternate' type='text/html' href='https://lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=396860a8dba2792c44144c0c0e1169f07f71ee6c'/>
<id>urn:sha1:396860a8dba2792c44144c0c0e1169f07f71ee6c</id>
<content type='text'>
</content>
</entry>
</feed>
