nsISupports
Last changed in Gecko 1.7 void addIdentity(in nsIMsgIdentity identity); |
void clearAllValues(); |
void init(); |
void removeIdentity(in nsIMsgIdentity identity); |
AString toString(); |
Attribute | Type | Description |
defaultIdentity |
| |
identities |
| Read only. Outgoing identity list (array of nsIMsgIdentity's) |
incomingServer |
| Incoming server stuff |
key | ACString | Internal key identifying itself |
Adds a new identity to this account.
void addIdentity( in nsIMsgIdentity identity );
identity
Clear all user preferences associated with an account.
void clearAllValues();
None.
Initializes an account.
void init();
None.
NS_ERROR_ALREADY_OPENED
if it is called more then once
Removes an identity from this account.
void removeIdentity( in nsIMsgIdentity identity );
identity