microsoft / TeamMate

TeamMate is an application for managing Azure DevOps work items and pull requests.
MIT License
31 stars 11 forks source link

Remove Outlook / Office dependency #60

Closed supermem613 closed 3 years ago

supermem613 commented 3 years ago

Not everybody use Outlook. If you use OWA or any other mail program, you're hosed. Lame. Instead of using Outlook for "Reply", this change implements a "Copy to Clipboard" replacement. This allows customers to copy the content to any mail client desired, not just Outlook.

Note that this implementation works for single and multiple selection as well.

Closes #55