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

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

package org.xbib.net.scheme;

/**
 * The secure IMAP scheme.
 * @see IMAP scheme RFC
 */
class SecureImapScheme extends ImapScheme {

    SecureImapScheme() {
        super("imaps", 993);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy