Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

A Node.js wrapper for Microsoft Autodiscover

License

Notifications You must be signed in to change notification settings

yasoonOfficial/node-autodiscover

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node Autodiscover Build Status

A Node.js client for Microsoft's POX Autodiscover Service

Installation

$ npm install autodiscover

Usage

var autodiscover = require('autodiscover');

autodiscover.getPOXAutodiscoverValues('<email_address>', {username: '<username>', password: '<password>'}, function(err, data) {
  if (err) {
    throw err;
  }
  console.log(data);
});

Limitations

  • I only test in Exchange Online

  • SCP lookup isn't available

  • Doesn't query DNS for an SRV record

License

See license (MIT License).

About

A Node.js wrapper for Microsoft Autodiscover

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%