I know this probably not within the scope of the original idea, but is
libdbmail also going to have an API to the message base? A while back
there was alot of talk about people writing apps that directly read and
write the dbmail database. Could libdbmail be an interface to it? I
really don't like to mess with it, as it could potentially jeopardize
the system's integrity.
just an idea.. I'm thinkin out loud here.
Grtz, Casper
Paul J Stevens wrote:
Jorge Bastos wrote:
Aaron, Paul and others,
I had some ideas that i think that would increase the use of dbmail when
we talk about easy managment.
The first one is:
Create "drivers" to manage dbmail, in this first step the goal could be,
create users, delete users, update users passwd's.
When I first got involved in dbmail, one of my goals was to create a
libdbmail so people can start creating language bindings.
libdbmail now exists, but is not yet suitable for downstream
consumption; it needs a well-defined api of entry points where currently
the entry-points are a bit of a jumble.
Apart from that, I've already done some groundwork for native python
support in the python/ directory, but that it unfinished.
So yes: a .net class will be useful.