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

Outlook-style Reply All behavior (preserve To and CC recipients) #82

Closed
modest opened this issue Apr 2, 2015 · 8 comments
Closed

Outlook-style Reply All behavior (preserve To and CC recipients) #82

modest opened this issue Apr 2, 2015 · 8 comments
Assignees

Comments

@modest
Copy link

modest commented Apr 2, 2015

Enhancement request :)
The most annoying behavior in Apple Mail is Reply All. Unlike Outlook, it does not preserve the To/CC line of the message you are replying to. Instead, it moves everyone except the last sender to the CC line.

Example

Received message

From: Alice
To: Bob, Cathy, David, YOU
CC: Eric, Frank

Outlook Reply-All behavior

From: YOU
To: Alice, Bob, Cathy, David
CC: Eric, Frank

Apple Mail Reply-All behavior

From: YOU
To: Alice
CC: Bob, Cathy, David, Eric, Frank

All of the recipients on the To line have been dropped to CC.

@jeevatkm jeevatkm self-assigned this Apr 2, 2015
@jeevatkm
Copy link
Owner

jeevatkm commented Apr 2, 2015

Before committing to this behaviour, I will have to verify few internal elements in Mail.app.

Will let you know, currently I labeled as analyze.

jeevatkm added a commit that referenced this issue May 20, 2015
@jeevatkm
Copy link
Owner

Poor internal API support Mail app, however I'm planing to handle via workaround and logic.

Are you interest in try out pre-release version and share your feedback?

@jeevatkm
Copy link
Owner

It's done!

@modest
Copy link
Author

modest commented May 22, 2015

Awesome! Thank you! I will test this out in the next release. Let me know if you want any feedback. :)

@jeevatkm
Copy link
Owner

Can you please try v5.0-beta and share your feedback?
Download Link: https://app.box.com/s/qta2i4osh2lz9f2jojjg1j98fd762sdo

@jeevatkm
Copy link
Owner

jeevatkm commented Jun 2, 2015

@modest - Did you get a chance to verify the implementation?

@modest
Copy link
Author

modest commented Jun 4, 2015

@jeevatkm The behavior is perfect. I tested all the cases I could find, and they all behaved exactly as expected with Outlook parity. Thank you!

@jeevatkm
Copy link
Owner

jeevatkm commented Jun 5, 2015

@modest I'm glad it worked as expected :)

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

No branches or pull requests

2 participants