Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,28 +161,6 @@ dependencies {
}
```

## JPro Mail
This library provides a simple way to send emails in **JPro/JavaFX** applications. It allows you to send emails
using SMTP and SMTPS protocols. It also provides a simple way to compose and send emails with attachments.

#### Maven configuration
```xml
<dependencies>
<dependency>
<groupId>one.jpro.platform</groupId>
<artifactId>jpro-mail</artifactId>
<version>0.7.3</version>
</dependency>
</dependencies>
```

#### Gradle configuration
```groovy
dependencies {
implementation("one.jpro.platform:jpro-mail:0.7.3")
}
```

## JPro Media
This library is designed for audio and video playback and recording within JavaFX applications.
It seamlessly operates on both desktop and mobile devices, as well as in web browsers via **JPro**,
Expand Down Expand Up @@ -496,7 +474,6 @@ To run the examples, you can use the following commands:
./gradlew jpro-auth:example:run -Psample=oauth
./gradlew jpro-file:example:run -Psample=text-editor
./gradlew jpro-file:example:run -Psample=file-uploader
./gradlew jpro-mail:example:run -Psample=compose-mail
./gradlew jpro-media:example:run -Psample=media-player
./gradlew jpro-media:example:run -Psample=media-recorder
./gradlew jpro-media:example:run -Psample=media-recorder-and-player
Expand All @@ -519,7 +496,6 @@ To run the examples, you can use the following commands:
./gradlew jpro-auth:example:jproRun -Psample=oauth
./gradlew jpro-file:example:jproRun -Psample=text-editor
./gradlew jpro-file:example:jproRun -Psample=file-uploader
./gradlew jpro-mail:example:jproRun -Psample=compose-mail
./gradlew jpro-media:example:jproRun -Psample=media-player
./gradlew jpro-media:example:jproRun -Psample=media-recorder
./gradlew jpro-media:example:jproRun -Psample=media-recorder-and-player
Expand Down
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def subprojectsWithDocs = [
"jpro-auth/routing",
"jpro-dynamic-css",
"jpro-file",
"jpro-mail",
"jpro-mdfx",
"jpro-flexbox",
"jpro-media",
Expand Down Expand Up @@ -209,7 +208,7 @@ configure(subprojects.findAll { it.name != 'example' }) {
}

configure([project("jpro-auth:core"), project("jpro-auth:routing"), project("jpro-dynamic-css"),
project("jpro-file"), project("jpro-flexbox"), project("jpro-image-manager"), project("jpro-mail"),
project("jpro-file"), project("jpro-flexbox"), project("jpro-image-manager"),
project("jpro-mdfx"),
project("jpro-media"), project("jpro-scenegraph"), project("jpro-session"), project("jpro-sipjs"),
project("jpro-utils"), project("jpro-playwright"), project("jpro-html-scrollpane"),
Expand Down
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ CONTROLSFX_VERSION = 11.2.3
FLEXMARK_VERSION = 0.64.8
JETBRAINS_ANNOTATIONS_VERSION = 26.1.0
JJWT_VERSION = 0.13.0
JAKARTA_MAIL_API_VERSION = 2.1.5
ECLIPSE_ANGUS_MAIL_VERSION = 2.0.5
ECLIPSE_COLLECTIONS_VERSION = 13.0.0
CSSFX_VERSION = 11.5.1
IKONLI_VERSION = 12.4.0
Expand Down
85 changes: 0 additions & 85 deletions jpro-mail/README.md

This file was deleted.

42 changes: 0 additions & 42 deletions jpro-mail/build.gradle

This file was deleted.

27 changes: 0 additions & 27 deletions jpro-mail/example/build.gradle

This file was deleted.

16 changes: 0 additions & 16 deletions jpro-mail/example/src/main/java/module-info.java

This file was deleted.

Loading
Loading