Package net.wastl.webmail.config

Examples of net.wastl.webmail.config.ConfigScheme


            throw new UnavailableException(e.getMessage());
        }
    }

    protected void initConfig() {
        config_scheme=new ConfigScheme();

        config_scheme.configRegisterIntegerKey("SESSION TIMEOUT","3600000",
                                               "Timeout in milliseconds after which a WebMailSession is closed automatically.");
        config_scheme.configRegisterCryptedStringKey("ADMIN PASSWORD","Secret",
                                                     "Password for administrator connections. Shown encrypted, but enter"+
View Full Code Here

TOP

Related Classes of net.wastl.webmail.config.ConfigScheme

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.