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

Support multiple emails in one connection #153

Merged
merged 5 commits into from
Jan 19, 2025
Merged

Conversation

roxblnfk
Copy link
Member

What was changed

Better SMTP support. Added ability to handle multiple emails on one connection.

Checklist

@github-actions github-actions bot added the tests Changes in the tests label Jan 19, 2025
@roxblnfk roxblnfk force-pushed the smtp-preserved-connection branch from 546d95d to fd080da Compare January 19, 2025 09:54
@roxblnfk roxblnfk added the enhancement New feature or request label Jan 19, 2025
Copy link

codecov bot commented Jan 19, 2025

Codecov Report

Attention: Patch coverage is 96.87500% with 1 line in your changes missing coverage. Please review.

Project coverage is 23.24%. Comparing base (f306fd0) to head (7f6ad5b).
Report is 6 commits behind head on master.

Files with missing lines Patch % Lines
src/Traffic/Message/Smtp.php 90.90% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #153      +/-   ##
============================================
+ Coverage     23.12%   23.24%   +0.11%     
- Complexity     1343     1344       +1     
============================================
  Files           159      159              
  Lines          4350     4354       +4     
============================================
+ Hits           1006     1012       +6     
+ Misses         3344     3342       -2     

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

@roxblnfk roxblnfk force-pushed the smtp-preserved-connection branch from 9d02dd0 to 64dc421 Compare January 19, 2025 10:24
Copy link
Contributor

@gam6itko gam6itko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@roxblnfk roxblnfk merged commit d3eb7a1 into master Jan 19, 2025
25 of 27 checks passed
@roxblnfk roxblnfk deleted the smtp-preserved-connection branch January 19, 2025 18:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request tests Changes in the tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SMTP. Support for NOOP
2 participants