From 245078261875c7151d4ae606d32427a8e6526b13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20HATTAT?= Date: Wed, 22 Oct 2025 11:26:10 +0200 Subject: [PATCH] Fix link case sensitivity in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 498dc1b2..5a7af3b8 100644 --- a/README.md +++ b/README.md @@ -409,7 +409,7 @@ require('imap') returns one object: **Connection**. - **user** - _string_ - Username for plain-text authentication. - **password** - _string_ - Password for plain-text authentication. - - **xoauth** - _string_ - Base64-encoded OAuth token for [OAuth authentication](https://sites.google.com/site/oauthgoog/Home/oauthimap) for servers that support it (See Andris Reinman's [xoauth.js](https://github.com/andris9/inbox/blob/master/lib/xoauth.js) module to help generate this string). + - **xoauth** - _string_ - Base64-encoded OAuth token for [OAuth authentication](https://sites.google.com/site/oauthgoog/home/oauthimap) for servers that support it (See Andris Reinman's [xoauth.js](https://github.com/andris9/inbox/blob/master/lib/xoauth.js) module to help generate this string). - **xoauth2** - _string_ - Base64-encoded OAuth2 token for [The SASL XOAUTH2 Mechanism](https://developers.google.com/google-apps/gmail/xoauth2_protocol#the_sasl_xoauth2_mechanism) for servers that support it (See Andris Reinman's [xoauth2](https://github.com/andris9/xoauth2) module to help generate this string). - **host** - _string_ - Hostname or IP address of the IMAP server. **Default:** "localhost" - **port** - _integer_ - Port number of the IMAP server. **Default:** 143