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

ENH: Message-ID header #69

Merged
merged 11 commits into from
Jan 5, 2023
Merged

ENH: Message-ID header #69

merged 11 commits into from
Jan 5, 2023

Conversation

Miksus
Copy link
Owner

@Miksus Miksus commented Jan 5, 2023

This PR ensures there is always a Message-ID header. It seems Gmail may require this to be set in order to send emails via it. Message-ID is a standard header and thus should not cause problems to generate it.

@Miksus Miksus added the MIME Related to MIME structures and parts label Jan 5, 2023
@codecov-commenter
Copy link

codecov-commenter commented Jan 5, 2023

Codecov Report

Base: 99.66% // Head: 99.67% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (324c9cb) compared to base (46908b1).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage   99.66%   99.67%   +0.01%     
==========================================
  Files          10       13       +3     
  Lines         589      622      +33     
==========================================
+ Hits          587      620      +33     
  Misses          2        2              
Impacted Files Coverage Δ
redmail/__init__.py 100.00% <100.00%> (ø)
redmail/email/sender.py 100.00% <100.00%> (ø)
redmail/utils.py 100.00% <0.00%> (ø)
redmail/email/__init__.py 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Miksus Miksus merged commit f40c85f into master Jan 5, 2023
@Miksus Miksus deleted the fix/add_message_id branch January 5, 2023 21:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MIME Related to MIME structures and parts
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants