Example usage for javax.mail.event ConnectionAdapter subclass-usage

List of usage examples for javax.mail.event ConnectionAdapter subclass-usage

Introduction

In this page you can find the example usage for javax.mail.event ConnectionAdapter subclass-usage.

Usage

From source file com.googlecode.gmail4j.javamail.ImapConnectionHandler.java

/**
 * JavaMail based IMAP {@link ConnectionAdapter} for Connection events.
 * <p>
 * ImapConnectionHandler is the adapter which receives connection events.
 * This class logs the connection event services if
 * {@code getSession().setDebug(true)}.