Skip to content

improving cut/paste behavior #253

@tomholub

Description

@tomholub

following from #218

  1. put two emails in the recipient field
  2. select both, choose "cut"
  3. click in empty field, choose "paste"

you will see single bubble first@email.comsecond@email.com Also, this email will end up getting saved into contacts :)

Suggestions:

  • make sure to separate emails with a separator when cutting. This could be a space or a comma ,
  • make sure to first split pasted string by any strings of whitespaces: commas, spaces, newlines, tabs, ...
  • always do email address format validation before saving into contacts (maybe throw/catch exception if not a valid email?)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions