-
2.4.0 Stable
released this
2021-03-01 14:06:31 +01:00 | 35 commits to master since this releaseChanges
- Minor frontend fixes
- Mailbox backend
- Don't show identity delete action on mailbox's main identity
- Fix redirections
- Add set main identity action (requires manually moving emails on the server after use)
- Separate mail domains from mail boxes (mail domains have their own backend page now)
- Upgrade dependencies
See diff for more details
Update instructions
git fetch && git checkout v2.4.0
yarn install && yarn build
- Restart systemd service
Downloads
-
2.3.0 Stable
released this
2021-01-26 13:02:59 +01:00 | 44 commits to master since this releaseChanges
- Swaf was updated to 0.23.x and many systems that were basic user account features were moved from rainbox.email to swaf
- The design was improved
- Better mobile menu
- Some css was reworked to make it mobile-first
- New dropdown design
Update instructions
git fetch && git checkout v2.3.0
yarn install && yarn build
- Restart systemd service
Downloads
-
2.2.0 Stable
released this
2020-11-10 15:36:34 +01:00 | 62 commits to master since this releasefyi: redis is used for session, so it cannot be skipped until new session stores are developed (i.e. mysql).
Changes
- Add user list backend
- Allow admins to change a user's password
- Allow users to change their passwords
- Add a warning in the user's account page when they don't have any recovery email
- Minor frontend layout and design improvements
Update instructions:
git fetch && git checkout v2.2.0
yarn install && yarn build
- Restart systemd service
Downloads