diff options
author | George Thomas <iamgeorgethomas@gmail.com> | 2018-07-12 14:30:36 +0530 |
---|---|---|
committer | George Thomas <iamgeorgethomas@gmail.com> | 2018-07-19 12:37:59 +0530 |
commit | 32401535b9b043e258e925474dbd54adbf5a5056 (patch) | |
tree | a9705b5c7c7277d25c364573371de712af2eb27f /lib/api/files.rb | |
parent | 7f0431dd8550ac9d229d1383c03386c1634d015f (diff) | |
download | gitlab-ce-32401535b9b043e258e925474dbd54adbf5a5056.tar.gz |
Improve email address parsing
If you enter the following RFC 2822 compliant address:
`John Doe <john@doe.com>`
Gitlab will attempt to send three emails:
1) John
2) Doe
3) john@doe.com
With this change given the following:
`John Doe <johndoe@example.com>`
`Jane Doe <janedoe@example.com>`
Gitlab will send emails to `johndoe@example.com` and `janedoe@example.com`
Diffstat (limited to 'lib/api/files.rb')
0 files changed, 0 insertions, 0 deletions