Serialized Form


Package com.funambol.email.admin

Class com.funambol.email.admin.EmailConnectorConfigPanel extends com.funambol.admin.ui.ConnectorManagementPanel implements Serializable

Serialized Fields

serverPanel

javax.swing.JPanel serverPanel

funambolPanel

javax.swing.JPanel funambolPanel

propertyPanel

javax.swing.JPanel propertyPanel

inHostLabel

javax.swing.JLabel inHostLabel

inHostValue

javax.swing.JTextField inHostValue

outHostLabel

javax.swing.JLabel outHostLabel

outHostValue

javax.swing.JTextField outHostValue

protocolLabel

javax.swing.JLabel protocolLabel

protocolValue

javax.swing.JTextField protocolValue

portLabel

javax.swing.JLabel portLabel

portValue

javax.swing.JTextField portValue

dataSourceLabel

javax.swing.JLabel dataSourceLabel

dataSourceValue

javax.swing.JTextField dataSourceValue

filterLabel

javax.swing.JLabel filterLabel

filterValue

javax.swing.JCheckBox filterValue

confirmButton

javax.swing.JButton confirmButton

Class com.funambol.email.admin.EmailSyncSourceConfigPanel extends com.funambol.admin.ui.SourceManagementPanel implements Serializable

Serialized Fields

panelName

javax.swing.JLabel panelName
label for the panel's name


titledBorder1

javax.swing.border.TitledBorder titledBorder1
border to evidence the title of the panel


nameLabel

javax.swing.JLabel nameLabel

nameValue

javax.swing.JTextField nameValue

sourceUriLabel

javax.swing.JLabel sourceUriLabel

sourceUriValue

javax.swing.JTextField sourceUriValue

sslCheckLabel

javax.swing.JLabel sslCheckLabel

sslCheckValue

javax.swing.JCheckBox sslCheckValue

inPortLabel

javax.swing.JLabel inPortLabel

inPortValue

javax.swing.JTextField inPortValue

langLabel

javax.swing.JLabel langLabel

langValue

javax.swing.JComboBox langValue

encodeLabel

javax.swing.JLabel encodeLabel

encodeValue

javax.swing.JCheckBox encodeValue

typeLabel

javax.swing.JLabel typeLabel

typeValue

javax.swing.JTextField typeValue

infoTypesLabel

javax.swing.JLabel infoTypesLabel

infoTypesValue

javax.swing.JTextField infoTypesValue

infoVersionsLabel

javax.swing.JLabel infoVersionsLabel

infoVersionsValue

javax.swing.JTextField infoVersionsValue

confirmButton

javax.swing.JButton confirmButton


Package com.funambol.email.cache

Class com.funambol.email.cache.CrcCachedSyncSource extends com.funambol.framework.engine.source.AbstractSyncSource implements Serializable

Serialized Fields

log

java.util.logging.Logger log

jndiDataSourceName

java.lang.String jndiDataSourceName

crcItemStateDao

CrcItemStateDAO crcItemStateDao

principal

java.security.Principal principal

syncMode

int syncMode

localItems

CrcSyncItemInfo[] localItems

serverItems

CrcSyncItemInfo[] serverItems

newItemKeys

java.util.ArrayList newItemKeys

deletedItemKeys

java.util.ArrayList deletedItemKeys

updatedItemKeys

java.util.ArrayList updatedItemKeys

itemsSent

java.util.ArrayList itemsSent
keep the items id and the result of send operation


Package com.funambol.email.engine.source

Class com.funambol.email.engine.source.EmailSyncSource extends CrcCachedSyncSource implements Serializable

Serialized Fields

log

java.util.logging.Logger log

device

com.funambol.framework.server.Sync4jDevice device
Property for sync session


deviceTimeZoneDescr

java.lang.String deviceTimeZoneDescr
Property for sync session


deviceTimeZone

java.util.TimeZone deviceTimeZone
Property for sync session


deviceCharset

java.lang.String deviceCharset
Property for sync session


principal

java.security.Principal principal
Property Principal


syncMode

int syncMode
Property syncMode


mswf

IMailServerWrapper mswf
wrapper for the Mail Server


em

EntityManager em

inHost

java.lang.String inHost
Property Incoming Server get from the Connector Panel


outHost

java.lang.String outHost
Property Outgoing Server get from the Connector Panel


folderFilter

int folderFilter
filter


idFilter

java.lang.String idFilter

timeFilter

java.util.Date timeFilter

sizeFilter

int sizeFilter

numBytes

int numBytes

isHeaderFieldSet

boolean isHeaderFieldSet

isBodyFieldSet

boolean isBodyFieldSet

isAttachFieldSet

boolean isAttachFieldSet

ssl

boolean ssl
Should the channel be ssl?


inPort

java.lang.String inPort
Property Incoming Server Port


protocol

java.lang.String protocol
Property Mail Server Server protocol


language

java.lang.String language
Property Mail Server Language


encode

boolean encode
Should the content be encoded?

Class com.funambol.email.engine.source.PopEmailSyncSource extends EmailSyncSource implements Serializable

Serialized Fields

log

java.util.logging.Logger log

pem

PopEntityManager pem


Package com.funambol.email.exception

Class com.funambol.email.exception.EmailAccessException extends java.lang.Exception implements Serializable

Class com.funambol.email.exception.EmailConfigException extends java.lang.Exception implements Serializable

Class com.funambol.email.exception.EntityException extends java.lang.Exception implements Serializable

Class com.funambol.email.exception.InboxListenerConfigException extends java.lang.Exception implements Serializable

Class com.funambol.email.exception.InboxListenerException extends java.lang.Exception implements Serializable


Package com.funambol.email.security

Class com.funambol.email.security.EmailOfficer extends java.lang.Object implements Serializable

Serialized Fields

log

java.util.logging.Logger log

ps

com.funambol.framework.server.store.PersistentStore ps

loginFailed

boolean loginFailed
Has the last login failed for incorrect login/password?


loginExpired

boolean loginExpired
Has the last login failed for expired temporary login?


clientAuth

java.lang.String clientAuth
Which type of authetication does impose the server?


serverAuth

java.lang.String serverAuth
Which type of authetication use the server to send his credential?


isSSL

boolean isSSL
SSL activation



Copyright © 2003-2006 Funambol.