[IMP]: Added Upstream patch for Mail

This commit is contained in:
Hansa Rathod 2018-07-13 17:46:35 +05:30
parent fa23dddf2b
commit ff1e80988b
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])];