summaryrefslogtreecommitdiff
path: root/lib/api/files.rb
diff options
context:
space:
mode:
authorGeorge Thomas <iamgeorgethomas@gmail.com>2018-07-12 14:30:36 +0530
committerGeorge Thomas <iamgeorgethomas@gmail.com>2018-07-19 12:37:59 +0530
commit32401535b9b043e258e925474dbd54adbf5a5056 (patch)
treea9705b5c7c7277d25c364573371de712af2eb27f /lib/api/files.rb
parent7f0431dd8550ac9d229d1383c03386c1634d015f (diff)
downloadgitlab-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