Can anyone help?
Is what I am trying even legal?
Thanks in advance
You do realize that Thunderbird is 100% open source, don't you?
If you don't know what that means, it means you can download the
complete source code from mozilla.org.
You can study that source code, modify it, replace parts of it with
your own, build your own program based around some or all of that
source.
About the only limitation is that, if you sell the application
commercially, you have to make the source code available, both the
original and yours, under the terms of the GPL license.
--
Jack Klein http://JK-Technology.Com
FAQs for
news:comp.lang.c http://c-faq.com/
news:comp.lang.c++ http://www.parashift.com/c++-faq-lite/
news:alt.comp.lang.learn.c-c++
http://www.club.cc.cmu.edu/~ajo/docs/FAQ-acllc.html
More relevant than open source is the fact that TB is scriptable. :-)
I haven't done much file handling in TB (only indirect by using an XML parser,
with my data in an XML format) but it's easy to do GUI stuff.
Don't do in C++ what you can do very easily in a script language, unless you
really love to do it in C++.
Cheers & hth.,
- Alf