An open API service indexing awesome lists of open source software.

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

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.