Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handle space seperated email adresses in the _to, _cc and _bcc field like seperate addresses. #6529

Closed
wants to merge 2 commits into from

Conversation

intxcc
Copy link

@intxcc intxcc commented Nov 22, 2018

See issue: #6457

@alecpl
Copy link
Member

alecpl commented Feb 1, 2020

Unfortunately there's much more to it. For example:

  1. In Elastic skin we have the recipient input widget that should be extended to support space separator.
  2. Autocompletion does not work with space delimiter. I.e. if you enter "test@domain.tld " and now you'd start entering an another address it will not autocomplete.

So, my take on this is that we could fix this in Elastic, but for other skins it's more work probably not worth the effort.

@alecpl alecpl added this to the 1.5-beta milestone Feb 1, 2020
@alecpl
Copy link
Member

alecpl commented Jun 7, 2020

Implemented by 218cd2a.

@alecpl alecpl closed this Jun 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants