-
Notifications
You must be signed in to change notification settings - Fork 1.7k
UBERF-13271: Add Huly mail integration #9722
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
Conversation
ArtyomSavchenko
commented
Aug 26, 2025
Signed-off-by: Artem Savchenko <armisav@gmail.com>
Signed-off-by: Artem Savchenko <armisav@gmail.com>
Signed-off-by: Artem Savchenko <armisav@gmail.com>
|
Connected to Huly®: UBERF-13286 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a comprehensive Huly mail integration to the platform, enabling users to connect their Huly mailboxes for sending, receiving, and managing emails within the application.
- Introduces four new packages: core plugin, resources, assets, and model for Huly mail integration
- Provides complete localization support across 10 languages (EN, DE, FR, ES, IT, PT, RU, JA, ZH, CS)
- Integrates the new mail functionality into platform configuration and build system
Reviewed Changes
Copilot reviewed 52 out of 53 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| rush.json | Registers four new Huly mail packages in the monorepo |
| plugins/huly-mail/* | Core plugin defining types, interfaces, and plugin configuration |
| plugins/huly-mail-resources/* | UI components and integration logic for mailbox configuration |
| plugins/huly-mail-assets/* | Localization files for 10 supported languages |
| models/huly-mail/* | Data model and integration type definition |
| models/all/src/index.ts | Includes Huly mail model in the main model builder |
| dev/prod/src/platform.ts | Configures platform to load Huly mail resources and assets |
| desktop/src/ui/platform.ts | Configures desktop app to load Huly mail resources and assets |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Signed-off-by: Artem Savchenko <armisav@gmail.com>
Signed-off-by: Artem Savchenko <armisav@gmail.com>