iachat/app
Jordan Brough 026e03c307
fix: Handle spaces in CC/BCC email lists (#6788)
When the CC field is generated in the UI, the email values are joined together
with ", " but when they are parsed, we currently split by just ",".

This causes an error on the backend and on the frontend.

It seems reasonable to update the code to allow whitespace in the input and to
split by `\s*,\s` and also to trim leading and trailing whitespace from the CC
list.

---------

Co-authored-by: Sojan <sojan@pepalo.com>
2023-04-18 19:18:23 +05:30
..
actions chore: Ability to Disable Gravatars (#5027) 2022-07-21 19:27:12 +02:00
assets chore: Resolve bundle audit (#6671) 2023-03-15 14:05:54 +05:30
builders fix: Handle spaces in CC/BCC email lists (#6788) 2023-04-18 19:18:23 +05:30
channels chore: Sentry issues (#4623) 2022-05-06 14:50:55 +05:30
controllers chore: add build id to settings page (#6873) 2023-04-18 00:35:35 +05:30
dashboards feat: Supports masking tokens in super admin (#6491) 2023-02-21 17:50:55 +05:30
dispatchers Chore: clean up Reporting Events (#4044) 2022-02-28 18:16:12 +05:30
drops chore: Auto capitalize the last name field while sending the canned response/variables (#6767) 2023-03-28 13:03:51 +05:30
fields feat: Supports masking tokens in super admin (#6491) 2023-02-21 17:50:55 +05:30
finders feat: Route emails based on x-original-to in email channel (#6901) 2023-04-13 14:52:12 +05:30
helpers feat: better download for conversation traffic heatmap (#6755) 2023-04-11 09:40:54 +05:30
javascript fix: Handle spaces in CC/BCC email lists (#6788) 2023-04-18 19:18:23 +05:30
jobs chore: Contact import improvements (CW-1362) (#6747) 2023-04-18 00:40:55 +05:30
listeners Fix: Consider bot message on slack integration (#6793) 2023-03-31 18:56:51 +05:30
mailboxes chore: Refactor code in ApplicationMailbox (#5857) 2023-01-17 17:30:03 +05:30
mailers chore: Contact import improvements (CW-1362) (#6747) 2023-04-18 00:40:55 +05:30
models chore: Contact import improvements (CW-1362) (#6747) 2023-04-18 00:40:55 +05:30
policies feat: allow sorting of articles (#6833) 2023-04-17 14:43:10 +05:30
presenters fix: Add missing timestamp in the real-time event (#6349) 2023-01-25 15:21:41 -08:00
services fix: flatten template array for whatsapp templates (#6880) 2023-04-11 17:48:17 +05:30
views chore: Contact import improvements (CW-1362) (#6747) 2023-04-18 00:40:55 +05:30
workers fix: Update auto reply and hide reply time for email inbox (#3985) 2022-02-15 17:11:28 +05:30
test-matchers.js Initial testing with jest (#133) 2019-10-15 00:18:46 +05:30