<?xml version="1.0"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns="http://purl.org/rss/1.0/"
>
<channel rdf:about="http://planet.bongo-project.org/">
	<title>Planet Bongo</title>
	<link>http://planet.bongo-project.org/</link>
	<description>Planet Bongo - http://planet.bongo-project.org/</description>

	<items>
		<rdf:Seq>
			<rdf:li rdf:resource="http://www.alexhudson.com/?p=359" />
			<rdf:li rdf:resource="http://www.alexhudson.com/?p=356" />
		</rdf:Seq>
	</items>
</channel>

<item rdf:about="http://www.alexhudson.com/?p=359">
	<title>Alex Hudson: ActiveSync &amp; Bongo; patently a problem</title>
	<link>http://www.alexhudson.com/2010/07/17/activesync-patently-a-problem/</link>
	<content:encoded>&lt;p&gt;This evening I completed a new bit of code which has been uploaded to the bongo-web projects; it&amp;#8217;s a Z-Push back-end and is only barely functional at this point: however, it works well enough that on my HTC Desire phone I can set up an ActiveSync account, it authenticates and synchronises contacts into my Bongo. To make it usable for just contacts will take a little bit more work, because at the moment it&amp;#8217;s not storing them in the Bongo-native format, and it&amp;#8217;s difficult to test that syncing is actually working without so more clients &amp;#8211; then after that we get to do the same dance again with the calendar (although at that point, 60% or so of the code needed would have been written).&lt;/p&gt;
&lt;p&gt;However, even though it&amp;#8217;s are the &amp;#8220;barely walking&amp;#8221; stage it is actually doing useful things, so hooray! If nothing else, I already have a system to back-up my phone contacts working, and in maybe another week or something I&amp;#8217;ll have something pretty awesomely functional which I can take on the road. Plus there&amp;#8217;s no reason why shared contacts/etc. won&amp;#8217;t be sync-able, which is even more awesome.&lt;/p&gt;
&lt;p&gt;But there is a black lining to this cloud. Z-Push, although it seems to be reasonably well-developed and commercially backed software, has a problem: ActiveSync is pretty heavily patented in the US, and it requires a license to develop software which uses the protocol. Hence Google buying a license for the protocol to cover Android 2.2 and above, where the support will be native.&lt;/p&gt;
&lt;p&gt;This doesn&amp;#8217;t pose much of a problem for us as a project: there&amp;#8217;s really nothing in the back-end as designed which would be infringing on anything except good taste. However, it&amp;#8217;s also totally useless without Z-Push, and as it stands it looks unlikely that Z-Push will be entirely &amp;#8220;clean&amp;#8221; for USA-based users and developers to try any time soon.&lt;/p&gt;
&lt;p&gt;I&amp;#8217;ve really been dabbling with this to scratch the personal itch of being able to sync contacts and events on my phone, and so far it looks like that will be straightforward. I can&amp;#8217;t help feeling a bit guilty though&amp;#8230;&lt;/p&gt;</content:encoded>
	<dc:date>2010-07-17T20:38:04+00:00</dc:date>
	<dc:creator>Alex</dc:creator>
</item>
<item rdf:about="http://www.alexhudson.com/?p=356">
	<title>Alex Hudson: Bongo &amp; Roundcube</title>
	<link>http://www.alexhudson.com/2010/06/26/bongo-roundcube/</link>
	<content:encoded>&lt;p&gt;It&amp;#8217;s been a little while since I&amp;#8217;ve posted anything about Bongo; for much of this year there hasn&amp;#8217;t been an awful lot to write about &amp;#8211; we&amp;#8217;ve all been pretty busy. However, yesterday we had a teleconference which is worth talking about.&lt;/p&gt;
&lt;p&gt;One of the problems we&amp;#8217;ve had is that working on a number of pieces of the system, including the backend and web front ends, has been difficult &amp;#8211; both parts are in development, and having everything subject to change like that it pretty difficult. On top of that, the web parts we were bequeathed from Hula just don&amp;#8217;t work well and ideally want to be restarted with a modern JS library underneath.&lt;/p&gt;
&lt;p&gt;So, we&amp;#8217;ve agreed to take a slightly different short-term path: initially, we&amp;#8217;re going to ship a version of Roundcube as our mail client. Yesterday, I demonstrated some of the work that Lance and I had done to this end, which comprises a skin for Roundcube (based on the Dragonfly design and assets), and a Bongo plugin based on the PHP bindings we developed as part of the Dragonfly-NG project. As well as the standard IMAP and SMTP support, then, the plugin connects straight to Bongo and pulls through your address book &amp;#8211; as well as your own, you can also access shared address books on the server. This all works right now and is pretty useful.&lt;/p&gt;
&lt;p&gt;The direction we&amp;#8217;d like to take this is to continue the development of these additional parts to make Roundcube as good a Bongo client as we can make it; including:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;calendar access;&lt;/li&gt;
&lt;li&gt;server-side rules, signatures and vacation settings;&lt;/li&gt;
&lt;li&gt;anti-spam training;&lt;/li&gt;
&lt;li&gt;removing dependencies we&amp;#8217;re not interested in (SQL being the obvious one).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;It will be interesting to see what extent we can do this within the existing Roundcube framework; the plugin API doesn&amp;#8217;t seem sophisticated enough quite at this point. However, the intention is definitely not to fork the project: where we can&amp;#8217;t do things within the plugin, we&amp;#8217;ll need to see if we can put forward proposals which are more generally acceptable to everyone &amp;#8211; making Bongo-specific core changes would be pretty easy, but really not the road we want to go down.&lt;/p&gt;
&lt;p&gt;The initial version of this plugin and various other bits of code are available in the &lt;a href=&quot;https://gna.org/projects/bongo-web&quot;&gt;Bongo-Web project on Gna!&lt;/a&gt;. The intention here is that we will release this concurrently with Bongo, so the two pieces fit together well: we will also be developing an separate administration tool to sit along side this.&lt;/p&gt;
&lt;p&gt;What this means for the future web development is unclear at this point. It&amp;#8217;s still possible we would take forward our own client development in the future, but that isn&amp;#8217;t something we need to think about at this point: and even if we did, it would still be advantageous to maintain good support for Roundcube users in the future.&lt;/p&gt;</content:encoded>
	<dc:date>2010-06-26T11:38:52+00:00</dc:date>
	<dc:creator>Alex</dc:creator>
</item>

</rdf:RDF>
