This library help you to sent email by gmail
Setup
Add to build.gradle in app level
implementation 'com.github.tntkhang:gmail-sender-library:1.3.0'
How to use it
GMailSender.withAccount("your-ema
# Required for GmailSender
-dontwarn java.awt.**
-dontwarn java.beans.Beans
-dontwarn javax.security.**
-keep class javamail.** {*;}
-keep class javax.mail.** {*;}
-keep class javax.activation.** {*;}
-keep class com.sun.mail.dsn.** {*;}
-keep class com.sun.mail.handlers.** {*;}
-keep class com.sun.mail.smtp.** {*;}
-keep class com.sun.mail.util.** {*;}
-keep class mailcap.** {*;}
-keep class mimetypes.** {*;}
-keep class myjava.awt.datatransfer.** {*;}
-keep class org.apache.harmony.awt.** {*;}
-keep class org.apache.harmony.misc.** {*;}
Zip4j - A java library for zip files / streams
Thank you
for rating Zip4j as the best java library for zip files [1, 2, 3, 4]. It has encouraged me to bring this project to life again after a gap of several years.
java-diff-utils
Status
Intro
Diff Utils library is an OpenSource library for performing the comparison operations between texts: computing diffs, applying patches, generating unified diffs or parsing the
Sundial
A Lightweight Job Scheduling Framework for Java.
In a Nutshell
Sundial makes adding scheduled jobs to your Java application a walk in the park. Simply define jobs, define triggers, and start the Sundial sched
Fast Approximate Membership Filters in Java
The following filter types are currently implemented:
Bloom filter: the 'standard' algorithm
Blocked Bloom filter: faster than regular Bloom filters, but need a bit more space
Kafdrop – Kafka Web UI
Kafdrop is a web UI for viewing Kafka topics and browsing consumer groups. The tool displays information such as brokers, topics, partitions, consumers, and lets you view messages.
This pr
ONVIF-Java
ONVIF is an open industry forum that provides and promotes standardized interfaces for effective interoperability of IP-based physical security products. ONVIF was created to make a standard way of how IP pro
Dynein
Dynein is Airbnb's Open-source Distributed Delayed Job QueueingSystem. Learn more about Dynein in this blog post: Dynein: Building an Open-source Distributed Delayed Job QueueingSystem.
Example
Dyne