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