com.outjected.email.api.ICalMethod Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of simple-email Show documentation
Show all versions of simple-email Show documentation
A bunch of classes that facilitate sending e-mails.
The newest version!
package com.outjected.email.api;
public enum ICalMethod {
PUBLISH,
REQUEST,
REFRESH,
CANCEL,
ADD,
REPLY,
COUNTER,
DECLINECOUNTER;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy