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

Add first name / last name support for mailboxes #11

Open
martbock opened this issue Aug 8, 2018 · 0 comments
Open

Add first name / last name support for mailboxes #11

martbock opened this issue Aug 8, 2018 · 0 comments
Assignees
Labels
feature New feature or request

Comments

@martbock
Copy link
Member

martbock commented Aug 8, 2018

If MUM is used in conjunction with services like Open-Xchange, those services may require a first name and a last name for their users. More concrete: Open-Xchange's console command createuser requires a --givenname and a --surname flag. Since MUM currently only supports one name field for mailboxes, you cannot use correct data here. Of course you could fill our name property in one field and fill the other with something like the email address, but that is quite ugly.

I think it makes sense to introduce the fields first_name and last_name on the Mailbox model.
These fields should also become available as integration placeholders.

Maybe there should also be a configuration option to switch between the current combined name field or one first_name field and one last name field.

@martbock martbock added the feature New feature or request label Aug 8, 2018
@MerzMax MerzMax self-assigned this Aug 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants