Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌟 [EPIC] Comprehensive review of to/cc/bcc when reply/reply-to-all/forward in all possible contexts #1422

Open
marclaporte opened this issue Jan 10, 2025 · 1 comment
Labels

Comments

@marclaporte
Copy link
Member

Sometimes, I click forward or reply to all and the list of emails in to or cc is not what I expected.

Related:

We could then write tests and code it.

Thanks!

@marclaporte
Copy link
Member Author

marclaporte commented Jan 24, 2025

An example of an issue:

I have an email b@example.org which is delivered/forwarded to account d@example.org (b@example.org is not a real mail account and thus, can't send emails)

Say I receive a message:

From: a@example.com
To: b@example.org
reply-to: c@example.com

A cypht reply replies to c@example.com (This is OK)

A cypht "reply to all" generates:
to: a@example.com, c@example.com
cc: b@example.org
from: d@example.org

Problems:
1- I am replying to a@example.com and c@example.com but the email sender specifically asked to use the "reply to" (c@example.com)
2- I am CCing b@example.org which is myself, so will be redirected to d@example.org

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant