Skip to content

Conversation

@wneessen
Copy link
Owner

Removed XOAUTH2 from the preferred SMTPAuthType list. Since XOAUTH2 requires a Bearer token the auto-discovery feature will not work, since it expects a user/password pair.

Updated test cases to reflect these changes, ensuring proper alignment with the revised authentication preferences.

This PR closes #415

Removed XOAUTH2 from the preferred SMTPAuthType list. Since XOAUTH2 requires a Bearer token the auto-discovery feature will not work, since it will expect user/password. Updated test cases to reflect these changes, ensuring proper alignment with the revised authentication preferences. This addresses #415
@wneessen wneessen linked an issue Jan 12, 2025 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Jan 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.70%. Comparing base (1e0dea7) to head (feb096f).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #417   +/-   ##
=======================================
  Coverage   94.70%   94.70%           
=======================================
  Files          30       30           
  Lines        3532     3532           
=======================================
  Hits         3345     3345           
  Misses        138      138           
  Partials       49       49           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wneessen wneessen merged commit 9924b08 into main Jan 12, 2025
29 checks passed
@wneessen wneessen deleted the bug/415_remove-xoauth-from-smtp-auth-auto-discovery branch January 12, 2025 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove XOAUTH from SMTP auth auto-discovery

2 participants