Skip to content

Little Sinatra application that mimics Microsoft's autodiscover protocol

Notifications You must be signed in to change notification settings

jeroenj/autodiscover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Autodiscover

This is a little Sinatra application that mimics Microsoft's autodiscover protocol.

Running the app

Just start the app with puma:

bundle exec puma

Resources

Local testing

Just some snippets that I am using for testing.

req.xml:

<Autodiscover xmlns="http://schemas.microsoft.com/exchange/autodiscover/outlook/requestschema/2006">
  <Request>
    <EMailAddress>me@example.com</EMailAddress>
    <AcceptableResponseSchema>http://schemas.microsoft.com/exchange/autodiscover/outlook/responseschema/2006a</AcceptableResponseSchema>
  </Request>
</Autodiscover>
curl -XPOST -d @req.xml --header "Content-Type:text/xml" localhost:9292/autodiscover/autodiscover.xml

About

Little Sinatra application that mimics Microsoft's autodiscover protocol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages