nextcloud / nextcloud/mail

Outlook email separator

Open
#6,014 0 comments 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

1. to develop bug
Dominant language
JavaScript
Stars
1k
Forks
348
Avg merge
12h 28m
Merged PRs (30d)
91

Description

Expected behavior

Outlook uses a comma to separate last name, first name, so for instance with: Ozoux, Pierre <pierre@example.org>, it should send an email to only pierre@example.org.

Link on the web:
https://www.lifewire.com/separate-multiple-email-recipients-1173274

Actual behavior

Currently it tries to also send an email to Ozoux.

Steps to reproduce
  1. Create a new message
  2. paste Ozoux, Pierre <pierre@example.org>
  3. send the email and read the undelivery report
Mail app version

1.11.6

Mailserver or service

not relevant

Operating system

not relevant

PHP engine version

Other

Web server

Other

Database

Other

Additional info

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is named. Start by reproducing the issue with Ozoux, Pierre <pierre@example.org> and trace the recipient parsing path used when sending a message. Done means the comma-separated Outlook format produces a delivery only to pierre@example.org, with coverage for the reported input.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.