[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

View File

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