-
Notifications
You must be signed in to change notification settings - Fork 716
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
Python Mail Helper Refactor #769
Conversation
v4: Drop support for EOL Python 2.6 and 3.0-3.3
Quote names containing comma or semicolon
Update requirements.txt
v4: Add support for Python 3.7
Add use case for generation of Plain Text Content from HTML
Update USAGE.md
Created First-timers.md File
Codecov Report
@@ Coverage Diff @@
## master #769 +/- ##
=========================================
- Coverage 85.04% 75% -10.05%
=========================================
Files 35 69 +34
Lines 1157 2012 +855
Branches 172 338 +166
=========================================
+ Hits 984 1509 +525
- Misses 90 322 +232
- Partials 83 181 +98
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #769 +/- ##
==========================================
- Coverage 85.04% 75.84% -9.21%
==========================================
Files 35 69 +34
Lines 1157 2012 +855
Branches 172 338 +166
==========================================
+ Hits 984 1526 +542
- Misses 90 307 +217
- Partials 83 179 +96
Continue to review full report at Codecov.
|
Hello @thinkingserious, |
Fixes #347