Java org.springframework.integration.mail AbstractMailReceiver fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.integration.mail AbstractMailReceiver fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.integration.mail AbstractMailReceiver.

The text is from its open source code.

Method

voidafterPropertiesSet()
Object[]receive()
voidsetBeanFactory(BeanFactory beanFactory)
voidsetBeanName(String beanName)
voidsetJavaMailAuthenticator(Authenticator javaMailAuthenticator)
Optional, sets the Authenticator to be used to obtain a session.
voidsetJavaMailProperties(Properties javaMailProperties)
A new Session will be created with these properties (and the JavaMailAuthenticator if provided).
voidsetMaxFetchSize(int maxFetchSize)
Specify the maximum number of Messages to fetch per call to #receive() .
voidsetSelectorExpression(Expression selectorExpression)
voidsetSession(Session session)
Set the Session .
voidsetShouldDeleteMessages(boolean shouldDeleteMessages)
Specify whether mail messages should be deleted after retrieval.