From 3038c4d9740af0a5161bbc45dd13b86d4febc0ac Mon Sep 17 00:00:00 2001 From: Andris Reinman Date: Mon, 4 Sep 2023 14:35:45 +0300 Subject: [PATCH] fix(readme): testing note format --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 6d1dcf8..80028bd 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,9 @@ ImapFlow is a modern and easy-to-use IMAP client library for Node.js. ---- - +> [!NOTE] > Managing an IMAP connection is cool, but if you are only looking for an easy way to integrate email accounts, then ImapFlow was built for [EmailEngine Email API](https://emailengine.app/). It's a self-hosted software that converts all IMAP accounts to easy-to-use REST interfaces. ---- - The focus for ImapFlow is to provide easy to use API over IMAP. Using ImapFlow does not expect knowledge about specific IMAP details. A general understanding is good enough. IMAP extensions are handled in the background, so, for example, you can always request `labels` value from a {@link FetchQueryObject|fetch()} call, but if the IMAP server does not support `X-GM-EXT-1` extension, then `labels` value is not included in the response.