
org.subethamail.smtp.internal.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of subethasmtp Show documentation
Show all versions of subethasmtp Show documentation
A fork of a fork (!) of SubEtha, an easy-to-use server-side SMTP library for Java.
package org.subethamail.smtp.internal;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets;
public final class Constants {
private Constants() {
// prevent instantiation
}
public static final Charset SMTP_CHARSET = StandardCharsets.US_ASCII;
/**
* Maximum total length of a command line as © 2015 - 2025 Weber Informatics LLC | Privacy Policy