PDA

View Full Version : Tobit David-Package with some basic functions



Raphael Theiler
10-Jul-2006, 02:24 AM
Hi
We use Tobit David V8+ and we wanted to read our emails with VDF...
Therefore we created a new pakage. It's not finished yet. Lots of Functions
still need to be imlpeneted, but for our needs it's sufficient right now.
If you want to use it you might want to implement "ItemFromID"... (we've
made our own function which does the same but in a unefficient way ;))
haven't had the time to correct that.

I don't know if we have enough time to work more ond this package... but if
there's an update I'll post it here.

There's a documentation of the API-functions on www.tobit.com
The comments in our source aren't very precise, etc. and the functions
aren't really documented...
Maybe it helps you using the David-APIs... (it might gives you some ideas if
you've already tried to use these APIs and got stuck)

My code isn't the best one i got to work on my coding style *g* ... this
solution is a "quick and dirty" version... ;)

If you have any suggestions, feel free to post.

kind regards
Raphael Theiler

PS: things i still have to do:
- implement more functions (i.w. for sending & editing emails)
- writing all comments either in english or in german, not both
- cleanung up everything
- not every property needs to be public
- a little documentation of all the functions i've implemented...
- redesign the overlaoded functions?