Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove XOAUTH2 from Auto-Discovery SMTP auth feature #417

Merged
merged 1 commit into from
Jan 12, 2025

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
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
1 participant