We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
An example of an issue:
I have an email [email protected] which is delivered/forwarded to account [email protected] ([email protected] is not a real mail account and thus, can't send emails)
Say I receive a message:
From: [email protected] To: [email protected] reply-to: [email protected]
A cypht reply replies to [email protected] (This is OK)
A cypht "reply to all" generates: to: [email protected], [email protected] cc: [email protected] from: [email protected]
Problems: 1- I am replying to [email protected] and [email protected] but the email sender specifically asked to use the "reply to" ([email protected]) 2- I am CCing [email protected] which is myself, so will be redirected to [email protected]
Sorry, something went wrong.
No branches or pull requests
Sometimes, I click forward or reply to all and the list of emails in to or cc is not what I expected.
Related:
Does anyone know of a comprehensive list of how it should be done? Maybe @nekohayo or @dumblob ?
We could then write tests and code it.
Thanks!
The text was updated successfully, but these errors were encountered: