Author |
|
tomm Newbie
Joined: 12 September 2006 Location: United States
Online Status: Offline Posts: 1
|
Posted: 12 September 2006 at 12:58pm | IP Logged
|
|
|
I need to be able to log into an IMAP server using a specific set of credentials. I then need to open a different user's folder that I have permission to access. Does the MailBee API support this?
Thanks!
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 12 September 2006 at 2:33pm | IP Logged
|
|
|
The IMAP protocol itself does not define any command for this. Probably, your mail server support certain syntax for that (for instance, you should select another user's folder name as "username#foldername" or something like that). Please consult your mail server documentation on whether (and how) this feature is accessible via IMAP protocol implementation of your server. If it is, it's likely it can be used with MailBee.NET IMAP component and we'll be able to assist you how to use it.
Regards,
Alex
|
Back to Top |
|
|