Jürg Billeter’s Vala Tinymail demo E-mail client

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

Some dude on IRC

[17:03 today] <juergbi> pvanhoof: i’m reading email with a vala tinymail client now :)