Package er.bugtracker.mail

Examples of er.bugtracker.mail.MailReader


    }

    @Override
    public void finishInitialization() {
        if(ERXProperties.booleanForKeyWithDefault("BugTracker.processMails", false)) {
            reader = new MailReader(null);
            reader.startReader();
        }
        NSLog.debug.appendln("finishInitialization called.");
    }
View Full Code Here

TOP

Related Classes of er.bugtracker.mail.MailReader

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.