mailcow / mailcow-dockerized

mailcow: dockerized - 🐮 + 🐋 = 💕
https://mailcow.email
GNU General Public License v3.0
8.66k stars 1.16k forks source link

Alias Grouping #4647

Open ClundXIII opened 2 years ago

ClundXIII commented 2 years ago

Summary

When adding new alias there is a nice overview for creating Alias aka Redirects with n-to-m Emails. However this is broken up as soon the alias is added. Grouping those alias together, even if this grouping is only used for sorting and labelling and has no logic behind it, would remove a lot of clutter in the UI.

Motivation

Implementing this should not break any existing setup as it is an additional optional field used for visual organizing. It would however help a lot for organizing alias. Use cases are e.g.:

Additional context

Maybe adding a check and functionality to mark this group as "all incoming email to all outgoing email" could be done. This can of course be activated by default if a group is created directly from the alias creation dialogue.

I will have a look at the code and try to implement it myself. Feel free to add your own ideas if you want :)

ClundXIII commented 2 years ago

Related: #4507