Package osaf :: Package pim :: Module mail :: Class MailDeliveryBase
[frames | no frames]

Type MailDeliveryBase

object --+                
         |                
     CItem --+            
             |            
          Item --+        
                 |        
              Item --+    
                     |    
           ContentItem --+
                         |
                        MailDeliveryBase

Known Subclasses:
IMAPDelivery, POPDelivery, SMTPDelivery

Method Summary
Inherited from ContentItem: __init__, __str__, __unicode__, addToCollection, ExportItemData, getBasedAttributes, getCurrentMeEmailAddress, getEmailAddress, getMembershipItem, getSharedState, InitOutgoingAttributes, isAttributeModifiable, ItemAboutString, ItemBodyString, ItemWhoFromString, ItemWhoString, removeFromCollection, SetItemBodyString, StampKind
Inherited from Item: getDefaultParent, getKind, iterItems
Inherited from Item: __getitem__, __iter__, _repr_, addValue, check, clone, collectionChanged, copy, delete, dir, find, findMatch, findPath, findUUID, getACL, getAttributeValue, getItemChild, getItemCloud, getItemDisplayName, getItemDisplayString, getValue, getVersion, hasAttributeAspect, hasChild, hasChildren, hashItem, hasKey, hasLocalAttributeValue, hasValue, isAttributeDirty, isItemOf, isRemote, iterAttributeValues, iterChildren, mixinKinds, move, placeChild, printItem, refCount, removeACL, removeAttributeValue, removeValue, rename, setACL, setAttributeValue, setPinned, setValue, unwatchCollection, unwatchKind, walk, watchCollection, watchKind
Inherited from CItem: __new__, __repr__, getAttributeAspect, getDirty, isDeleted, isDeleting, isDirty, isNew, isPinned, isSchema, isStale, setDirty
Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __setattr__

Property Summary
Inherited from ContentItem: bodyString, sharedState

Instance Variable Summary
  deliveryErrors: Mail Delivery Errors -- Sequence(MailDeliveryError)
  mailMessage: Message -- One(MailMessageMixin)
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'Mail Delivery base kin...
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

deliveryErrors

Mail Delivery Errors -- Sequence(MailDeliveryError)

Mail Delivery Errors associated with this transport
Value:
<Role deliveryErrors of <class 'osaf.pim.mail.MailDeliveryBase'>>      

mailMessage

Message -- One(MailMessageMixin)

Message which this delivery item refers to
Value:
<Role mailMessage of <class 'osaf.pim.mail.MailDeliveryBase'>>         

Class Variable Details

__default_path__

Type:
ItemRoot
Value:
ItemRoot'userdata'                                                     

__kind_info__

Type:
dict
Value:
{'description': 'Parent kind for delivery-specific attributes of a Mai\
lMessage',
 'displayName': u'Mail Delivery base kind'}                            

Generated by Epydoc 2.1 on Mon Dec 19 13:33:26 2005 http://epydoc.sf.net