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

hostLabel

javax.swing.JLabel hostLabel

hostValue

javax.swing.JTextField hostValue

protocolLabel

javax.swing.JLabel protocolLabel

protocolValue

javax.swing.JComboBox protocolValue

portLabel

javax.swing.JLabel portLabel

portValue

javax.swing.JTextField portValue

sslLabel

javax.swing.JLabel sslLabel

sslValue

javax.swing.JCheckBox sslValue

keystoreLabel

javax.swing.JLabel keystoreLabel

keystoreValue

javax.swing.JTextField keystoreValue

keystorePassPhraseLabel

javax.swing.JLabel keystorePassPhraseLabel

keystorePassPhraseValue

javax.swing.JTextField keystorePassPhraseValue

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

outHostLabel

javax.swing.JLabel outHostLabel

outHostValue

javax.swing.JTextField outHostValue

outPortLabel

javax.swing.JLabel outPortLabel

outPortValue

javax.swing.JTextField outPortValue

outAuthLabel

javax.swing.JLabel outAuthLabel

outAuthValue

javax.swing.JCheckBox outAuthValue

inHostLabel

javax.swing.JLabel inHostLabel

inHostValue

javax.swing.JTextField inHostValue

inPortLabel

javax.swing.JLabel inPortLabel

inPortValue

javax.swing.JTextField inPortValue

sslCheckLabel

javax.swing.JLabel sslCheckLabel

sslCheckValue

javax.swing.JCheckBox sslCheckValue

keystoreLabel

javax.swing.JLabel keystoreLabel

keystoreValue

javax.swing.JTextField keystoreValue

keystorePassPhraseLabel

javax.swing.JLabel keystorePassPhraseLabel

keystorePassPhraseValue

javax.swing.JTextField keystorePassPhraseValue

allmailboxCheckLabel

javax.swing.JLabel allmailboxCheckLabel

allmailboxCheckValue

javax.swing.JCheckBox allmailboxCheckValue

inboxLabel

javax.swing.JLabel inboxLabel

inboxValue

javax.swing.JTextField inboxValue

inboxActivationValue

javax.swing.JCheckBox inboxActivationValue

outboxLabel

javax.swing.JLabel outboxLabel

outboxValue

javax.swing.JTextField outboxValue

outboxActivationValue

javax.swing.JCheckBox outboxActivationValue

sentLabel

javax.swing.JLabel sentLabel

sentValue

javax.swing.JTextField sentValue

sentActivationValue

javax.swing.JCheckBox sentActivationValue

draftLabel

javax.swing.JLabel draftLabel

draftValue

javax.swing.JTextField draftValue

draftActivationValue

javax.swing.JCheckBox draftActivationValue

trashLabel

javax.swing.JLabel trashLabel

trashValue

javax.swing.JTextField trashValue

trashActivationValue

javax.swing.JCheckBox trashActivationValue

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

dtEncryptLabel

javax.swing.JLabel dtEncryptLabel

dtEncryptValue

javax.swing.JCheckBox dtEncryptValue

confirmButton

javax.swing.JButton confirmButton


Package com.funambol.email.engine.cache

Class com.funambol.email.engine.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

filter

EmailFilter filter

ssl

boolean ssl
Should the channel be ssl?


keystorePath

java.lang.String keystorePath
Property keystorePath


keystorePassphrase

java.lang.String keystorePassphrase
Property keystorePassphrase


allMailboxActivation

boolean allMailboxActivation
Should the channel be allMailboxActivation?


inboxActivation

boolean inboxActivation
Should the channel be inboxActivation?


outboxActivation

boolean outboxActivation
Should the channel be outboxActivation?


sentActivation

boolean sentActivation
Should the channel be sentActivation?


draftActivation

boolean draftActivation
Should the channel be draftActivation


trashActivation

boolean trashActivation
Should the channel be trashActivation


inHost

java.lang.String inHost
Property Incoming Server


inPort

java.lang.String inPort
Property Incoming Server Port


outHost

java.lang.String outHost
Property Incoming Server


outPort

java.lang.String outPort
Property Incoming Server Port


smtpAuth

boolean smtpAuth
Property Outgoing authentication required


protocol

java.lang.String protocol
Property Mail Server Server protocol


defaultFolder

DefaultFolder defaultFolder

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

Class com.funambol.email.exception.SendingException 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

userManager

com.funambol.server.admin.UserManager userManager

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?



Copyright © 2003-2006 Funambol.