microsoftgraph / microsoftgraph/msgraph-sdk-java
Feature Request: Get or apply Email Signatures
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 444
- Forks
- 154
- Avg merge
- 18h 28m
- Merged PRs (30d)
- 4
Description
Is your feature request related to a problem? Please describe the problem.
At the moment, there is no API to obtain the (default) email signatures, so the user is forced to open a draft and add it manually.
Describe the solution you'd like.
We need access to the mailbox or user settings in order to retrieve all email signatures, so that new emails can be created with the corresponding signatures.
user.getMailboxSettings().getSignatures()
Additional context?
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue proposes user.getMailboxSettings().getSignatures(), but names no repository file, test, or existing entry point. Start by locating mailbox-settings support in the Java SDK and confirming the underlying Microsoft Graph capability; done means the SDK exposes retrieval of all email signatures with test coverage.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100