summaryrefslogtreecommitdiff
path: root/tests/test-org-contacts-parse-email.el
Commit message (Collapse)AuthorAgeFilesLines
* feat:org-contacts: Enhance email parsing and add testsCraig Jennings2025-10-261-0/+219
Add a new function `cj/--parse-email-string` to parse email strings with multiple formats and separators, ensuring robust handling of real-world email variations. This commit also includes extensive tests for the new parsing function, covering normal, edge, and special cases, ensuring comprehensive test coverage and reliability.