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:
commit
67a50b29b4
@ -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])];
|
||||||
|
Loading…
Reference in New Issue
Block a user