All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.subethamail.smtp.internal.Constants Maven / Gradle / Ivy

Go to download

A fork of a fork (!) of SubEtha, an easy-to-use server-side SMTP library for Java.

There is a newer version: 7.1.3
Show newest version
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