Mailbox locking in ImapFlow (Node.js IMAP client library)

ImapFlow library allows to open folders in an IMAP account via two different methods, that are mailboxOpen(path) and getMailboxLock(path). What is the actual difference and why would you need something like that? Read more

Similar