Skip to content

Conversation

piksel
Copy link
Member

@piksel piksel commented Dec 21, 2022

This PR allows the SMTP service to treat + in e-mail addresses as literal + characters instead of spaces. Since spaces are not allowed in e-mail addresses as per RFC-5322, we can just assume that the user intended the +s to be interpreted literally.

Fixes #306

@codecov
Copy link

codecov bot commented Dec 21, 2022

Codecov Report

Base: 78.75% // Head: 78.73% // Decreases project coverage by -0.02% ⚠️

Coverage data is based on head (555efc2) compared to base (32d969c).
Patch coverage: 72.72% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #307      +/-   ##
==========================================
- Coverage   78.75%   78.73%   -0.03%     
==========================================
  Files          97       97              
  Lines        4279     4289      +10     
==========================================
+ Hits         3370     3377       +7     
- Misses        738      741       +3     
  Partials      171      171              
Impacted Files Coverage Δ
internal/testutils/textconfaker.go 0.00% <0.00%> (ø)
internal/testutils/logging.go 100.00% <100.00%> (ø)
pkg/services/smtp/smtp.go 89.54% <100.00%> (+0.09%) ⬆️
pkg/services/smtp/smtp_config.go 100.00% <100.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.

@piksel piksel merged commit 6a1ad18 into main Dec 21, 2022
@piksel piksel deleted the fix/email-tags branch December 21, 2022 15:37
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.

Email alias (XXX+YY@example.com) makes notifications fail silently
1 participant