Another large area where mailnews could use a pluggable interface is storage. In my last post, I discussed my thoughts on storage. To clarify one point: I am not against pluggable storage APIs or even implementations of most of those presented; it is just my opinion that mbox should probably be the default in lieu of a better choice.
A third area is the account manager. As far as I can tell, the only thing everyone can agree upon is that it does not work well as it stands. Try creating a new account type and you'll see what I mean. Killing RDF will help this in part, but the current consensus is to hold off a rewrite in this area until post-Thunderbird 3.
To keep this post short, I'll omit details in the other areas where we could use pluggability. The view pane could use it at least in part (see this site for more information). Supporting synchronization with mobile devices (several bugs exist here) would need one, if we want to go beyond palmsync.
2 comments:
Believe it or not, I think the view pane actually is mostly pluggable, as shown by the original versions of Lightning, which stuck the calendar into just that part of the app. True, it's not as easy as it could be, and we'll need to de-rdf-ify the folder-tree to make it easier, but it's really not that bad. Let me know if you want some pointers on getting started with an extension that needs to plug in there.
The KDE4 Akonadi project seems to provide an interesting storage service and API for PIM data. Does it make any sense for Address Book to use this?
Post a Comment