Skip to main content

Installation

To use IMAP mailbox, you need to install the library :

npm install imap-mailbox

To import IMAP mailbox in your project :

import Imap from 'imap-mailbox';

In the next part, we will see how to configure the mailbox.