Hi,

I'm new here, so please don't mind if this is a silly question ;-):

I'm using the c-client library to send mails via SMTP within a plugin of the great VDR (http://www.cadsoft.de/vdr). Plugins are realized here as shared libraries. There are other plugins that also could use the c-client library. So my question is: What about the callback routines like mm_login? If two plugins exist we have two versions of the callback routines. So what version will be used within c-client and is there a way to assure that only the callbacks of the corresponding plugin are used. Don't know if the following could solve this: Is it allowed to include linkage.c more than once? To make things even more complicated ;-): Plugins can do background tasks within a separate thread. What if two c-client jobs would run at the same time?

BR,

Christian Wieninger
_______________________________________________
Imap-uw mailing list
[email protected]
https://mailman1.u.washington.edu/mailman/listinfo/imap-uw

Reply via email to