Merge branch 'master-hansa-05072018' into 'master-patch-july-2018'

[IMP]: Added Upstream patch for Mail

See merge request flectra-hq/flectra!101
This commit is contained in:
Parthiv Patel 2018-07-13 12:18:43 +00:00
commit 67a50b29b4
1 changed files with 1 additions and 0 deletions

View File

@ -112,6 +112,7 @@ function parse_email (text) {
}
return [text, false];
}
}
/* result = text.match(/(.*@.*)/);
if (result) {
return [_.str.trim(result[1]), _.str.trim(result[1])];