Skip to content

Conversation

@cole
Copy link
Owner

@cole cole commented Jan 30, 2026

No description provided.

@codecov
Copy link

codecov bot commented Jan 30, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (eb59588) to head (1b2679c).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #342   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          857       860    +3     
  Branches       146       147    +1     
=========================================
+ Hits           857       860    +3     
Flag Coverage Δ
asyncio 99.76% <100.00%> (+<0.01%) ⬆️
cpython3.10 99.88% <100.00%> (+<0.01%) ⬆️
cpython3.11 99.88% <100.00%> (+<0.01%) ⬆️
cpython3.12 99.53% <100.00%> (+<0.01%) ⬆️
cpython3.13 99.53% <100.00%> (+<0.01%) ⬆️
cpython3.14 99.53% <100.00%> (+<0.01%) ⬆️
pypy3.11 99.76% <100.00%> (+<0.01%) ⬆️
uvloop 100.00% <100.00%> (ø)

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.

cole added 4 commits January 29, 2026 16:29
If extract_addresses() returns an empty list (e.g., malformed From header
like "undisclosed-recipients:;"), extract_sender now returns None instead
of raising IndexError.
The last_ehlo_response setter parses ESMTP extensions and sets
supports_esmtp=True. This was being called before checking if the
response code indicated success, so a failed EHLO would still set
supports_esmtp=True. Move the assignment after the validation.
The auth_crammd5 method was missing the timeout parameter on the
verification command, unlike auth_plain which correctly passes it.
This could cause the command to hang indefinitely.
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