On 13 January 2012 02:06, Anselm R Garbe <garb...@gmail.com> wrote: > One aspect of this tracker could be to start with a proper mail > archiving system and then writing the web stuff on top. This would
+1 on decent HTML5 Web interface on a maildir or something. I think this is a precursor to any project that wants decent email integration. I tried to write this but failed. I was feeding my maildirs through dovecot, like so: printf "1 select inbox\n2 thread references us-ascii all\n3 fetch 1:* envelope\n4 logout\n" | /usr/local/libexec/dovecot/imap 2>/dev/null And then using the data structure it produces to produce HTML. I ran into some problem and I'll happily share the crappy shell code if someone is interested.