Skip to content

Releases: wdes/mail-autodiscover-autoconfig

v1.6.1

14 Feb 20:48
v1.6.1
1473643
Compare
Choose a tag to compare
  • Build with Rust 1.72
  • Add new tested Android app: Thunderbird/K-9 Mail (9483821)
  • Use Alpine 3.19
  • Multi arch builds for Docker and releases

Fixes

  • Remove canonical link from templates (6299193)
  • Fix the DNS zone output (4c17b69)

v1.6.0

18 Apr 08:34
v1.6.0
52d00b3
Compare
Choose a tag to compare
  • Build with Rust 1.67
  • Add new tested Android app: ProfiMail (3d892f8)
  • Add new tested Android app: Maily (2e6ba93)
  • Use ENV to for the /version endpoint
  • Use Alpine 3.17
  • Add a /ping route
  • Replace serde-xml-rs by quick-xml (262b717)

v1.5.0

09 Sep 21:46
v1.5.0
8b49273
Compare
Choose a tag to compare

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 and dns
  • 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

20 Aug 19:33
v1.4.3
32cf3a6
Compare
Choose a tag to compare
  • 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

20 Aug 14:27
v1.4.2
77954cb
Compare
Choose a tag to compare
  • Fix host in /autodiscover/autodiscover.json

v1.4.1

20 Aug 14:03
v1.4.1
0eaeea9
Compare
Choose a tag to compare
  • Support Autodiscoverv1 for Microsoft Office on /autodiscover/autodiscover.json

v1.4.0

18 Jun 15:48
v1.4.0
3a3ee48
Compare
Choose a tag to compare
  • Implement XML payload data parsing and add some comments about tested apps
  • Implement an error when the AcceptableResponseSchema is not supported (hopefully it will disable mobilesync on apps)
  • Wrote more tests
  • Added .xsd and .xml files to validate generated XML outputs

v1.3.0

18 Jun 08:30
v1.3.0
8990382
Compare
Choose a tag to compare
  • 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

17 Jun 13:43
v1.2.0
f97f55a
Compare
Choose a tag to compare
  • 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

17 Jun 11:07
v1.1.0
fd78bbb
Compare
Choose a tag to compare
  • Implement autodiscover.json for Microsoft Outlook
  • Implement /.well-known/autoconfig/mail/config-v1.1.xml
  • Fix domain detection, replace autoconfig. and autodiscover. by nothing