Releases: wdes/mail-autodiscover-autoconfig
Releases · wdes/mail-autodiscover-autoconfig
v1.6.1
v1.6.0
v1.5.0
New features
- A web page:
/apple
for an easier onboarding of Apple users (101ac58) - A new route:
/dns-txt
to allow you to download your pre-confirgured DNS zone (b518103, #2) - Made the project able to compile without all features. Default features list:
apple
anddns
- Add org.opencontainers.image Docker LABELs (81b8141)
- Upgrade to Rust 1.63.0 (24293d5)
- Publish to GitHub container registry edge builds (cdfbcee)
- Implement
vergen
in the build process to add a log line about the version running (cdfbcee) - Make
CUSTOM_DOMAINS
ENV optional (b07efe2)
New tested apps
v1.4.3
- Add DomainName and DomainRequired to outlook response
- Change autodiscover Message to the one Microsoft is sending back
- Send 200 OK as a response error code as Microsoft does
v1.4.2
- Fix host in
/autodiscover/autodiscover.json
v1.4.1
- Support
Autodiscoverv1
for Microsoft Office on/autodiscover/autodiscover.json
v1.4.0
- Implement XML payload data parsing and add some comments about tested apps
- Implement an error when the
AcceptableResponseSchema
is not supported (hopefully it will disablemobilesync
on apps) - Wrote more tests
- Added
.xsd
and.xml
files to validate generated XML outputs
v1.3.0
- Re-implement Host header parsing to fix wrongly handled base domain detection
- Implement non standard
/v1.1/mail/config-v1.1.xml?<emailaddress>
route
v1.2.0
- Disable support for ActiveSync and respond error 400
- Implement Apple custom content type and headers for mobile config (now Apple support is complete 🎉 )
- Implement responses mime types correctly
v1.1.0
- Implement
autodiscover.json
for Microsoft Outlook - Implement
/.well-known/autoconfig/mail/config-v1.1.xml
- Fix domain detection, replace
autoconfig.
andautodiscover.
by nothing