The demo E-mail client can be found here, the Vala bindings for Tinymail can be found here.
Many thanks to Jürg!
Here are the instructions on how to get the binding regenerated.
Just do this to get the Vala demo E-mail client running:
- Get Vala’s latest release here. You don’t need anything special. Just configure, make and sudo make install it with –prefix=/opt/vala for example.
- export VALAC=/opt/vala/bin/valac
- export PATH=$PATH:/opt/vala/bin
- Build Tinymail: ./configure –prefix=/opt/tinymail –enable-vala-bindings && make && sudo make install
- Setup your Tinymail (demoui) accounts (described here)
- cd bindings/vala ; make && sudo make install
- cd tests/vala-demo
- make ; ./tinymail-vala-test
eVolution comes to my mind :D
Are there Vala bindings to Webkit?
@Mike: I’m thinking .NET bindings and then Novell doing that indeed.
@Interested: Afaik yes.
If tinymail would bring the .Net dependency to Evolution than that is not good :(