https://github.com/zextras/carbonio-mails-ui
Mails module for Zextras Carbonio
https://github.com/zextras/carbonio-mails-ui
carbonio-component carbonio-ui
Last synced: 5 months ago
JSON representation
Mails module for Zextras Carbonio
- Host: GitHub
- URL: https://github.com/zextras/carbonio-mails-ui
- Owner: zextras
- License: agpl-3.0
- Created: 2022-01-07T15:46:23.000Z (over 4 years ago)
- Default Branch: devel
- Last Pushed: 2026-01-28T16:57:40.000Z (5 months ago)
- Last Synced: 2026-01-29T00:57:43.586Z (5 months ago)
- Topics: carbonio-component, carbonio-ui
- Language: TypeScript
- Size: 12.5 MB
- Stars: 11
- Watchers: 13
- Forks: 7
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Carbonio Mails UI
Mails module for Zextras Carbonio
How to build
Setup
- clone the repo
- install the dependencies:
```
nvm use
npm install
```
- install carbonio-commons-ui submodule
```
git submodule update --recursive --init
```
Watch Mode
```
npm run start -- -h
```
The host parameter is required to proxy requests and content from an existing Carbonio installation.
Deploy
```
npm run deploy -- -h
```
The host parameter is required to proxy requests and content from an existing Carbonio installation.
Build
```
npm run build
```
License
Released under the AGPL-3.0-only license as specified here: LICENSES/AGPL-3.0-only.txt.