Hi, I have a few questions on c-client storage driver development....
There don't seem to be "connection"/"disconnection" methods that are called before the first driver object call/after the last driver object call respictively (right?). Since I want to cache a database connection across different mailbox accesses and mailbox functions, I thought about keeping a refcounted global object. Now I wonder if there are any multithreading issues I'd have to keep an eye on in the c-client library. I know its unlikely, bit is it possible for the library to be used in a multithreading context ?
Also, is there some more documentation available on driver development or methods besides the struct member comments in mail.h ?
Thanks :-) , Marco _______________________________________________ Imap-uw mailing list [email protected] https://mailman1.u.washington.edu/mailman/listinfo/imap-uw
