https://github.com/notkamui/kourrier
A Kotlin/JVM wrapper around the JavaMail API
https://github.com/notkamui/kourrier
imap javamail javamail-api jvm kotlin kotlin-jvm kotlin-library library mail smtp
Last synced: 4 months ago
JSON representation
A Kotlin/JVM wrapper around the JavaMail API
- Host: GitHub
- URL: https://github.com/notkamui/kourrier
- Owner: notKamui
- License: mit
- Created: 2021-09-13T16:57:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-20T20:10:13.000Z (over 3 years ago)
- Last Synced: 2023-07-26T22:28:40.792Z (almost 2 years ago)
- Topics: imap, javamail, javamail-api, jvm, kotlin, kotlin-jvm, kotlin-library, library, mail, smtp
- Language: Kotlin
- Homepage:
- Size: 171 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Kourrier
From the French "Courrier" (mail)
***A Kotlin/JVM wrapper around the JavaMail API***
[](https://kotlinlang.org)
[](https://search.maven.org/search?q=g:%22com.notkamui.libs%22%20AND%20a:%22kourrier%22)
[](https://www.codefactor.io/repository/github/notkamui/kourrier)## Integration
You can import Kourrier directly with the jar files, or using your favorite dependency manager with the Maven Central
repository:### Maven
```XML
com.notkamui.libs
kourrier
0.2.2
```
### Gradle
Kotlin DSL
```kotlin
repositories {
mavenCentral()
}dependencies {
implementation("com.notkamui.libs:kourrier:0.2.2")
}
```Groovy DSL
```groovy
repositories {
mavenCentral()
}dependencies {
implementation 'com.notkamui.libs:kourrier:0.2.2'
}
```(In case you're using it with another language than Kotlin -- i.e. Java --, make sure you include kotlin stdlib too)
## Usage
Please refer to the [Wiki](https://github.com/notKamui/Kourrier/wiki)
## Future plans
- SMTP connection