Hobby-hacking Eric

2008-12-30

riot is almost a Haskell mail client

In case anybody wanted to write a mail client in Haskell, I should point out that Tuomov's riot (Riot is an Information Organisation Tool) outliner
  • provides a sort of mutt-like user interface and
  • stores its outlines as mailboxes (using in-reply-to to treat outline ancestry as thread ancestry).

So that's some of the work done for you :-)


1 comment:

Anonymous said...

There's also GTKHs (http://www.haskell.org/gtk2hs/) that someone could use to develop a modest-like mail client (http://modest.garage.maemo.org/) on top of the tinymail API.