Summary: | Impossible to paste multiple email addresses | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | Alexandre Bonneau <alexandre.bonneau> |
Component: | composer | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | ASSIGNED --- | ||
Severity: | normal | CC: | montel |
Priority: | NOR | ||
Version First Reported In: | 5.2.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alexandre Bonneau
2017-01-08 19:25:22 UTC
oocalc exports text with space as separator no ? From the test I created, yes it does. As it's exported with space separator we can't parse it as multi email :( Ok so I tested once again, and if you copy then paste an email list from LibreOffice into a text editor, you do get newlines between each emails, like so : ``` foo@example.com bar@example.com "Foobar" <foobar@example.com> ``` I think those newlines should do the trick, right? I tried again with Kmail XX and the following text: ``` foo@example.com bar@example.com "Foobar foo" <foobar@example.com> ``` When pasted, the newlines are ignored and all the text is used as is in a single 'To:' field. If you then select all the text in that field and paste it in a text editor, I then see the newlines again! The newlines could be used to 'explode' the email recipients. Kmail was v5.9.3 above. The problem is the separator. Add commas and it works Well, that's counterproductive isn't? It's pretty common to find list of email in a spreadsheet, not really handy to have to add a comma after each one, when you can just assume \n is a separator already, that does not need any effort from the user. The bug is still present in 6.3.3. I will look at it. Perhaps we can use "new line" as separator too Will see. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kcodecs/-/merge_requests/71 |