| Trees | Index | Help |
|
|---|
| Package osaf :: Package pim :: Module mail :: Class AccountBase |
|
object--+ |CItem--+ |Item--+ |Item--+ |ContentItem--+ | AccountBase
DownloadAccountBase,
SMTPAccount| Property Summary | |
|---|---|
Inherited from ContentItem:
bodyString,
sharedState
|
| Instance Variable Summary | |
|---|---|
connectionSecurity: Connection Security -- One(connectionSecurityEnum) | |
host: Host -- One(Text) | |
isActive: Is active -- One(Boolean) | |
mailMessages: Mail Messages -- Sequence(MailMessageMixin) | |
numRetries: Number of Retries -- One(Integer) | |
password: Password -- One(Text)
This could either be a password or some other sort of authentication info. | |
pollingFrequency: Polling frequency -- One(Integer) | |
port: Port -- One(Integer) | |
timeout: Timeout -- One(Integer) | |
username: Username -- One(Text) | |
Inherited from ContentItem:
body,
contentsOwner,
createdOn,
creator,
importance,
lastModified,
lastModifiedBy,
mine,
modifiedOn,
previousStamps,
private,
read,
sharedIn,
shares,
TPBDetailItemOwner,
TPBSelectedItemOwner,
viewContainer
Inherited from Item:
collections,
description,
displayName,
kindExtent,
monitors,
references,
watcherDispatch,
watchers,
watches
Inherited from Item:
aliasedBy,
path,
typeFor,
version
Inherited from CItem:
itsKind,
itsName,
itsParent,
itsPath,
itsRoot,
itsUUID,
itsVersion,
itsView
| |
| Class Variable Summary | |
|---|---|
ItemRoot |
__default_path__ = ItemRoot'userdata'
|
dict |
__kind_info__ = {'displayName': u'Account base kind', 'd...
|
Inherited from ContentItem:
__kind_clouds__,
READONLY,
READWRITE,
UNSHARED
Inherited from CItem:
ADIRTY,
CDIRTY,
CMERGED,
CONTAINER,
COPYEXPORT,
CORESCHEMA,
DELETED,
DELETING,
DIRTY,
FDIRTY,
IMPORTING,
MERGED,
MUTATING,
NDIRTY,
NEW,
NMERGED,
NODIRTY,
PINNED,
RAW,
RDIRTY,
RMERGED,
SAVEMASK,
SCHEMA,
STALE,
VDIRTY,
VMERGED,
VRDIRTY
| |
| Instance Variable Details |
|---|
hostHost -- One(Text) The hostname of the account
|
isActiveIs active -- One(Boolean) Whether or not an account should be used for sending or fetching email
|
mailMessagesMail Messages -- Sequence(MailMessageMixin) Mail Messages sent or retrieved with this account
|
numRetriesNumber of Retries -- One(Integer) How many times to retry before giving up
|
passwordPassword -- One(Text) This could either be a password or some other sort of authentication info. We can use it for whatever is needed for this account type. Issues: This should not be a simple string. We need some solution for encrypting it.
|
pollingFrequencyPolling frequency -- One(Integer) Frequency in seconds
|
portPort -- One(Integer) The port number to use
|
timeoutTimeout -- One(Integer) The number of seconds before timing out a stalled connection
|
usernameUsername -- One(Text) The account login name
|
| Class Variable Details |
|---|
__default_path__
|
__kind_info__
|
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Dec 19 13:33:26 2005 | http://epydoc.sf.net |