(js) Fix parsing of pasted email addresses

Fixes #4258 and fixes #4097
This commit is contained in:
Francis Lachapelle
2017-09-01 11:09:24 -04:00
parent dff30d61fb
commit 84edeb85cd
2 changed files with 21 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@ Bug fixes
- [core] increased column size of settings/defaults for MySQL (#4260)
- [web] fixed display of error when the mail editor is in a popup
- [web] attachments are not displayed on IOS (#4150)
- [web] fixed parsing of pasted email addresses from Spreadsheet (#4258)
3.2.10 (2017-07-05)
-------------------