https://github.com/cuba-platform/imap-addon-tutorial-demo
Demo application for the tutorial video for CUBA IMAP add-on
https://github.com/cuba-platform/imap-addon-tutorial-demo
apache2-license cuba-component cuba-platform cuba-sample imap-client java sample
Last synced: 2 months ago
JSON representation
Demo application for the tutorial video for CUBA IMAP add-on
- Host: GitHub
- URL: https://github.com/cuba-platform/imap-addon-tutorial-demo
- Owner: cuba-platform
- License: apache-2.0
- Created: 2019-04-09T08:17:39.000Z (about 6 years ago)
- Default Branch: final
- Last Pushed: 2019-04-12T14:22:04.000Z (about 6 years ago)
- Last Synced: 2025-01-23T08:19:38.984Z (4 months ago)
- Topics: apache2-license, cuba-component, cuba-platform, cuba-sample, imap-client, java, sample
- Language: Java
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# IMAP Addon demo application
This is a demo application for the tutorial video for [CUBA Imap Addon](https://github.com/cuba-platform/imap-addon).
## Versions
Initial ("Skeleton") version of the application that is used as a start point in the tutorial video is in **master** branch.
Please checkout a **final** branch to see the final version of the application with all IMAP & SMTP capabilities.
## Requirements
* Java 8+
* [CUBA platform 7.*](https://www.cuba-platform.com/framework)
* [CUBA Imap Addon 1.3.*](https://www.cuba-platform.com/marketplace/imap)## What in the "final" branch
This branch contains the fully-functional CUBA application that demonstrates principles of IMAP addon API usage.