AccountData¶
-
class
AccountData(accountID)¶ AccountData
-
AccountData.eventLogInfo¶ Getter for an
EventLogInfo()instance with all the information regarding this AccountData instance.
-
AccountData.sync(syncDescription)¶ Initiate a sync of this entire account by calling
Base.syncFolderList(). If that succeeded,Base.syncFolder()will be called for each available folder / resource found on the server.Arguments: - syncDescription (Object) –
Optional
- syncDescription (Object) –
-