-
Notifications
You must be signed in to change notification settings - Fork 265
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
Allows users to submit rfc822 formatted email addresses #194
Conversation
Leaving this here for reference |
@mbernier Can you review this PR? Let me know if there are any issues with these changes. |
helpers/mail/mail_v3.go
Outdated
@@ -569,3 +570,11 @@ func NewSandboxModeSetting(enable bool, forwardSpam bool, spamCheck *SpamCheckSe | |||
SpamCheck: spamCheck, | |||
} | |||
} | |||
|
|||
func ParseEmail(emailInfo string) (*Email, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you add a doc comment above here explaining what ParseEmail
does?
@dmowcomber Done |
Codecov Report
@@ Coverage Diff @@
## master #194 +/- ##
=========================================
Coverage ? 71.39%
=========================================
Files ? 3
Lines ? 451
Branches ? 0
=========================================
Hits ? 322
Misses ? 125
Partials ? 4
Continue to review full report at Codecov.
|
LGTM |
Will this ever be merged?LOL |
Yes. However, we have a major update being worked on by @suchitparikh at the moment. |
Hello @tariq1890, |
No description provided.