Skip to content
Commit f1dbef8d authored by Frank Fischer's avatar Frank Fischer Committed by Laurent Montel
Browse files

Fix extracting names with a comma from addresses in snippets

The old implementation splits the list of addresses at comma
characters. However, the display name of a mail address may contain a
(quoted) comma character as well in the form "Last, First".
Unfortunately, the old implementation does not respect quotations.

This change replaces the direct use of split by
KEmailAddress::splitAddressList, which is designed to do the right
thing.
parent 3c7a6911
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment