Example usage for org.springframework.integration.mail MailReceiver interface-usage

List of usage examples for org.springframework.integration.mail MailReceiver interface-usage

Introduction

In this page you can find the example usage for org.springframework.integration.mail MailReceiver interface-usage.

Usage

From source file org.springframework.integration.mail.AbstractMailReceiver.java

/**
 * Base class for {@link MailReceiver} implementations.
 *
 * @author Arjen Poutsma
 * @author Jonas Partner
 * @author Mark Fisher