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

feat: add smtp auth login support #683

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

buroa
Copy link

@buroa buroa commented Feb 23, 2024

This let's providers like smtp.office365.com work.

@buroa
Copy link
Author

buroa commented Feb 25, 2024

Extremely easy PR for you @foxcpp :)

@foxcpp
Copy link
Owner

foxcpp commented Feb 25, 2024

Needs corresponding documentation update

@buroa
Copy link
Author

buroa commented Feb 25, 2024

@foxcpp Done!

docs/reference/targets/smtp.md Outdated Show resolved Hide resolved
@buroa buroa force-pushed the master branch 2 times, most recently from 0b883ed to a87a9c0 Compare February 25, 2024 16:41
@buroa buroa requested a review from foxcpp February 25, 2024 16:42
@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 0% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 52.38%. Comparing base (1d6cd8c) to head (a87a9c0).

Files Patch % Lines
internal/target/smtp/sasl.go 0.00% 7 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #683   +/-   ##
=======================================
  Coverage   52.38%   52.38%           
=======================================
  Files         128      128           
  Lines       13382    13389    +7     
=======================================
+ Hits         7010     7014    +4     
- Misses       5707     5711    +4     
+ Partials      665      664    -1     
Flag Coverage Δ
integration 34.11% <0.00%> (-0.12%) ⬇️
unit 53.76% <0.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@buroa
Copy link
Author

buroa commented Feb 25, 2024

Let me add some tests as well @foxcpp.

@buroa
Copy link
Author

buroa commented Feb 29, 2024

@foxcpp Ready for you.

Signed-off-by: Steven Kreitzer <[email protected]>
@buroa
Copy link
Author

buroa commented Mar 19, 2024

@foxcpp Can we get this merged?

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.

None yet

4 participants