-
Notifications
You must be signed in to change notification settings - Fork 259
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
Recipient info next to mail composer #9622
Comments
we should start with that i assume, how should we handle this? @ChristophWurst @nickvergessen |
We can use CardDAV to search for a contact. Alternatively we could use the contacts menu endpoint. |
We have an existing endpoint for contacts. @GretaD use |
On a second look the API is insufficient. It does not expose all vcard properties. |
We can do it like #9890. It's not a lot of code and avoids creating an API for an API that already exists. We get access to the full VCARD, so all properties that might be set for a contact. |
Is your feature request related to a problem? Please describe.
When you write a mail to someone or reply, you only have the mail itself as context. You don’t see anything about the person itself except maybe if they have a signature.
Describe the solution you'd like
We could show their contact info next to the composer. Maybe you have some notes in their contact which are relevant for that, or their company name and position. I remember some mail app did this but can not recall which.
Here is a quick mockup for the contact info showing on the right side of the composer.
Describe alternatives you've considered
In Talk for example we will likely have to use the Profile info instead of the Contacts info. So to keep things consistent, maybe it’s better to use the same for both.
Although for Mail we need to have Contacts as a fallback since otherwise this feature would not work for external people to your organization, nor for single-user instances.
@nickvergessen said we should have a unified endpoint as an OCS API for this, so it would probably best for you to coordinate there @ChristophWurst.
Additional context
Very similar issue in Talk as well for showing additional info of a person when starting a chat: nextcloud/spreed#6293
The text was updated successfully, but these errors were encountered: