wneessen / go-mail

📧 Easy to use, yet comprehensive library for sending mails with Go
https://go-mail.dev
MIT License
677 stars 48 forks source link

Refactor variable names for readability #182

Closed wneessen closed 8 months ago

wneessen commented 8 months ago

This PR updates the whole code base with better, more readable variables names to address #179. The code in the smtp/ directory has been left untouched so that syncing with the upstream stdlib is not made more complicated than it has to be.

Closes #179.

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 88.54875% with 101 lines in your changes are missing coverage. Please review.

Project coverage is 81.50%. Comparing base (5c143cb) to head (514e68b).

Files Patch % Lines
msg.go 92.91% 14 Missing and 12 partials :warning:
client_120.go 54.90% 17 Missing and 6 partials :warning:
client.go 84.28% 8 Missing and 14 partials :warning:
msgwriter.go 88.30% 12 Missing and 8 partials :warning:
random.go 72.41% 5 Missing and 3 partials :warning:
senderror.go 85.71% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #182 +/- ## ========================================== + Coverage 81.31% 81.50% +0.19% ========================================== Files 24 24 Lines 2135 2141 +6 ========================================== + Hits 1736 1745 +9 + Misses 285 282 -3 Partials 114 114 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.