Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titlePoller endpoint attributes
borderStylesolidbgColor='lighblue'

Name

Type

Description

Default

connection

string

sets the connection information

null (must be spec'd)

deleteProcessedMessages

boolean

delete mail from server when it is processed

false

processOnlyUnseenMessages

boolean

process only mails which are new (unseen)

true

marshaler

class

org.apache.servicemix.mail.marshaler.AbstractMailMarshaler

DefaultMailMarshaler

maxFetchSize

int

sets max amount of mails to fetch, -1 means no limit

-1

debugMode

boolean

sets the debug mode for the javamail api

false

forgetTopHeaders

boolean

the POP3 TOP command will not be used to fetch message headers

false

disableTop

boolean

headers are retrieved as part of the POP3 RETR command and not TOP

false

customTrustManagers

string

sets one or more custom trust managers for use with ssl

null

customProperties

java.util.Map

a map of custom properties for the connection

null

Warning
titleVersion Information

The attributes attribute "customProperties" , "forgetTopHeaders" and "disableTop" are is available in version 2008.02 and above only!

...