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

Provide access to UserManager via GreenMailOperations #394

Closed
marcelmay opened this issue May 16, 2021 · 0 comments
Closed

Provide access to UserManager via GreenMailOperations #394

marcelmay opened this issue May 16, 2021 · 0 comments
Assignees
Milestone

Comments

@marcelmay
Copy link
Member

Currently GreenMail provides the UserManager (for handling users) via

GreenMail greenMail = ...
greenMail.getManagers().getUserManager()

or

GreenMailBean greenMail = ...
greenMail.getGreenMail().getManagers().getUserManager()

For convenience, GreenMail and GreenMailBean now directly expose the UserManager:
greenMai.getUserManager()

@marcelmay marcelmay added this to the 1.6.4 milestone May 16, 2021
@marcelmay marcelmay self-assigned this May 16, 2021
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

1 participant