Hi all:

I'm developing a multi-threaded applications that need to open multiple
mailboxes concurrently.

From reading the documentations, seem like the following are the steps to
open a mailbox:
Step 1) execute mail_open
Step 2) wait until the mm_login callback is invoked (possibly invoked using
a different thread from the one that execute step 1).
Step 3) update the password input param of the mm_login() and return.

Is there any way for me to supply the username/password directly in step 1.

Otherwise, I would have to temporary store them in some static data
structure, so that the mm_login callback can retrieve the corresponding
username/password in step 3).

Thanks,

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

Reply via email to