mscdex / node-imap

An IMAP client module for node.js.
MIT License
2.16k stars 380 forks source link

Connecting to a shared inbox #891

Closed DCoomer closed 1 year ago

DCoomer commented 1 year ago

Not an issue, but just noting for anyone else who may have trouble with connecting to a shared inbox.

I had to use DomainName\Username\SharedInboxName as the user login to access to our shared outlook inbox.

The shared inbox didn't appear under imap.namespaces.shared, for whaterver reason, but the above works.