Class Pop3MailReceiver
java.lang.Object
org.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.mail.inbound.AbstractMailReceiver
org.springframework.integration.mail.inbound.Pop3MailReceiver
org.springframework.integration.mail.Pop3MailReceiver
- All Implemented Interfaces:
Aware
,BeanFactoryAware
,BeanNameAware
,DisposableBean
,InitializingBean
,ApplicationContextAware
,ComponentSourceAware
,ExpressionCapable
,MailReceiver
,NamedComponent
Deprecated, for removal: This API element is subject to removal in a future version.
A
MailReceiver
implementation that polls a mail server using the
POP3 protocol.- Author:
- Arjen Poutsma, Mark Fisher
-
Field Summary
Fields inherited from class org.springframework.integration.mail.inbound.Pop3MailReceiver
PROTOCOL
Fields inherited from class org.springframework.integration.mail.inbound.AbstractMailReceiver
DEFAULT_SI_USER_FLAG
Fields inherited from class org.springframework.integration.context.IntegrationObjectSupport
EXPRESSION_PARSER, logger
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Pop3MailReceiver
(@Nullable String url) Deprecated, for removal: This API element is subject to removal in a future version.Pop3MailReceiver
(String host, int port, String username, String password) Deprecated, for removal: This API element is subject to removal in a future version.Pop3MailReceiver
(String host, String username, String password) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.springframework.integration.mail.inbound.Pop3MailReceiver
deleteMessages, searchForNewMessages
Methods inherited from class org.springframework.integration.mail.inbound.AbstractMailReceiver
closeFolder, destroy, fetchMessages, getComponentType, getFolder, getFolderOpenMode, getJavaMailProperties, getUserFlag, onInit, openFolder, receive, setAdditionalFlags, setAutoCloseFolder, setEmbeddedPartsAsBytes, setFlaggedAsFallback, setHeaderMapper, setJavaMailAuthenticator, setJavaMailProperties, setMaxFetchSize, setProtocol, setSelectorExpression, setSession, setShouldDeleteMessages, setSimpleContent, setUserFlag, shouldDeleteMessages, toString
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport
afterPropertiesSet, extractTypeIfPossible, generateId, getApplicationContext, getApplicationContextId, getBeanDescription, getBeanFactory, getBeanName, getChannelResolver, getComponentDescription, getComponentName, getComponentSource, getConversionService, getExpression, getIntegrationProperties, getMessageBuilderFactory, getTaskScheduler, isInitialized, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentDescription, setComponentName, setComponentSource, setConversionService, setMessageBuilderFactory, setPrimaryExpression, setTaskScheduler
-
Constructor Details
-
Pop3MailReceiver
public Pop3MailReceiver()Deprecated, for removal: This API element is subject to removal in a future version. -
Pop3MailReceiver
Deprecated, for removal: This API element is subject to removal in a future version. -
Pop3MailReceiver
-
Pop3MailReceiver
-
Pop3MailReceiver