Helping with creating language bindings for tinymail

Improve the Python language binding

  • implementing the sequence protocol
  • Implementing the methods that use TnyGetPassFunc and TnyForgetPassFunc
  • Generate define-virtuals for all Ginterfaces
  • Other fine tuning

Implement .NET bindings

  • Language bindings generator GAPI setup
    • autotools integration
    • overrides
  • Making it possible to implement the Ginterfaces
    • It's allowed to adapt the Ginterfaces for this. For example a method to provide the vtable (a struct with function pointers, or C# delegates, to use)
    • Maybe look at cilc for this?
  • Look at GAPI and Cilc

Implement Java bindings