<feed xmlns='http://www.w3.org/2005/Atom'>
<title>gsoc2013-evolution/plugins/sa-junk-plugin, 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>2011-07-14T02:46:26+00:00</updated>
<entry>
<title>Convert junk filtering EPlugins to EExtensions.</title>
<updated>2011-07-14T02:46:26+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2011-07-12T11:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8dfd4278a78e7d6ae30f92d50ee46029a5fbd106'/>
<id>urn:sha1:8dfd4278a78e7d6ae30f92d50ee46029a5fbd106</id>
<content type='text'>
We now have a proper junk mail filtering API.  All junk filtering
extensions must subclass EMailJunkFilter for user preferences and
availability testing, and implement the CamelJunkFilter interface
for the actual junk filtering and learning operations.

The bogofilter module should be feature-equivalent to its former
EPlugin.  The spamassassin module is far more complex.  It's nearly
feature-equivalent to its former EPlugin, but I ditched the spamd
respawning code since it seemed unnecessary for a mail client to
have to deal with.  If there's a huge outcry from users about it
I'll reluctantly put it back, but I don't expect one.

This gets us a step closer to killing off EConfig, and eventually
the EPlugin framework itself.
</content>
</entry>
<entry>
<title>Coding style cleanups.</title>
<updated>2011-05-08T17:37:20+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2011-05-08T17:24:42+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=8a186c3588d3598857c36e2122fa68d01eba30fd'/>
<id>urn:sha1:8a186c3588d3598857c36e2122fa68d01eba30fd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug 641756 - Fix warnings from GCC 4.6</title>
<updated>2011-02-08T16:57:50+00:00</updated>
<author>
<name>Kjartan Maraas</name>
<email>kmaraas@gnome.org</email>
</author>
<published>2011-02-08T16:57:50+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=2c31a5bc23cf5a092c0621bf34554ffb2b6ae2ec'/>
<id>urn:sha1:2c31a5bc23cf5a092c0621bf34554ffb2b6ae2ec</id>
<content type='text'>
GCC learned how to find dead assignments.
</content>
</entry>
<entry>
<title>More whitespace cleanup.</title>
<updated>2011-01-30T16:33:28+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2011-01-30T16:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=0109aa3a92b484ebb85c6481e5a8e39819b1f011'/>
<id>urn:sha1:0109aa3a92b484ebb85c6481e5a8e39819b1f011</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bug 640025 - Silence debug output in spamassassin plugin</title>
<updated>2011-01-22T15:56:17+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2011-01-22T15:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=48cc23d33dd6f1d29e0f61694973877df6ccf38a'/>
<id>urn:sha1:48cc23d33dd6f1d29e0f61694973877df6ccf38a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adapt to Camel API changes.</title>
<updated>2010-09-28T15:35:55+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2010-09-21T03:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=31b57ed0383b2ea225195d4b72a872f7f2d93163'/>
<id>urn:sha1:31b57ed0383b2ea225195d4b72a872f7f2d93163</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Coding style cleanups.</title>
<updated>2010-09-13T12:28:58+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2010-09-11T18:56:28+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=cd53ba990035bdb4861d9660917d457533d4ecb2'/>
<id>urn:sha1:cd53ba990035bdb4861d9660917d457533d4ecb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Coding style and whitespace cleanups.</title>
<updated>2010-09-11T18:14:04+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2010-09-11T15:50:51+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=ebcce86769d174cce6e881740c5e9bcedce28e06'/>
<id>urn:sha1:ebcce86769d174cce6e881740c5e9bcedce28e06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Coding style and whitespace cleanup.</title>
<updated>2010-07-12T02:25:06+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2010-07-11T15:31:15+00:00</published>
<link rel='alternate' type='text/html' href='https://www.lant.com.tw/~lantw44/cgit/cgit.cgi/gsoc2013-evolution/commit/?id=eb29179da623f9cf4abd663577395a085452ca18'/>
<id>urn:sha1:eb29179da623f9cf4abd663577395a085452ca18</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate from CamelException to GError.</title>
<updated>2010-07-08T18:37:52+00:00</updated>
<author>
<name>Matthew Barnes</name>
<email>mbarnes@redhat.com</email>
</author>
<published>2010-07-04T21: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=137b0743ddfbd3bbc01c9813615ede91ddd9b954'/>
<id>urn:sha1:137b0743ddfbd3bbc01c9813615ede91ddd9b954</id>
<content type='text'>
</content>
</entry>
</feed>
