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

Add "X-Auto-Response-Suppress" header and update SetBulk method #173

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

wneessen
Copy link
Owner

@wneessen wneessen commented Feb 8, 2024

A new "X-Auto-Response-Suppress" header has been added. The SetBulk method has been updated to include this new header, as it is recommended for automated emails. This functionality is tested in the msg_test.go file.

A new "X-Auto-Response-Suppress" header has been added. The SetBulk method has been updated to include this new header, as it is recommended for automated emails. This functionality is tested in the msg_test.go file.
The Go version has been updated to 1.22 in the .golangci.toml file for compatibility reasons. Additionally, unnecessary white space has been removed from the smtp/smtp_test.go file to maximize code efficiency and readability.
Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ef86a1a) 80.98% compared to head (a864be0) 81.43%.
Report is 3 commits behind head on main.

❗ Current head a864be0 differs from pull request most recent head 7a54924. Consider uploading reports for the commit 7a54924 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #173      +/-   ##
==========================================
+ Coverage   80.98%   81.43%   +0.44%     
==========================================
  Files          24       24              
  Lines        2125     2128       +3     
==========================================
+ Hits         1721     1733      +12     
+ Misses        289      281       -8     
+ Partials      115      114       -1     

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

@wneessen wneessen merged commit 94f53fe into main Feb 8, 2024
24 checks passed
@wneessen wneessen deleted the ms-autoresponse-suppres branch February 8, 2024 15:59
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.

1 participant