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

org.xbib.net.scheme.SecureSmtpScheme Maven / Gradle / Ivy

package org.xbib.net.scheme;

/**
 * The secure SMTP scheme.
 *
 * @see SMTP RFC
 */
class SecureSmtpScheme extends SmtpScheme {

    SecureSmtpScheme() {
        super("smtps", 587);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy