Inherits from AMPObject : NSObject
Declared in AMPAccount.h
AMPAccount.m

Instance Methods

aliases

The aliases array

- (NSMutableArray *)aliases

Return Value

the aliases array of AMPAlias

Declared In

AMPAccount.h

autoMapping

A bool value preference if the account have the automapped of folders enabled

- (NSNumber *)autoMapping

Return Value

A bool value

Declared In

AMPAccount.h

composerType

The preference of the composer amp_composertype

- (NSNumber *)composerType

Return Value

An integer of the amp_composertype

Declared In

AMPAccount.h

copySent

A bool value preference to use copy sent messages in the sent folder

- (NSNumber *)copySent

Return Value

A bool value

Declared In

AMPAccount.h

defaultReplier

A bool value preference if the account is the default replier

- (NSNumber *)defaultReplier

Return Value

A bool value

Declared In

AMPAccount.h

downloadAttachments

A bool value preference if the account have the automatic download of the message Attachments

- (NSNumber *)downloadAttachments

Return Value

A bool value

Declared In

AMPAccount.h

downloadBody

A bool value preference if the account have the automatic download of the message body

- (NSNumber *)downloadBody

Return Value

A bool value

Declared In

AMPAccount.h

enabled

If the account is enabled

- (NSNumber *)enabled

Return Value

A bool value

Declared In

AMPAccount.h

idx

the unique identifier of the account

- (NSNumber *)idx

Return Value

The ID

Declared In

AMPAccount.h

importContacts

A bool value preference if the account have the import contacts at start

- (NSNumber *)importContacts

Return Value

A bool value

Declared In

AMPAccount.h

isAll

A bool value if is unified inbox

- (NSNumber *)isAll

Return Value

if is unified inbox

Declared In

AMPAccount.h

mail

The account mail

- (NSString *)mail

Return Value

the mail account

Declared In

AMPAccount.h

name

The account name

- (NSString *)name

Return Value

the name of the account

Declared In

AMPAccount.h

notify

A bool value preference if the account have the notification enabled.

- (NSNumber *)notify

Return Value

A bool value

Declared In

AMPAccount.h

notifySound

Is string of the file name

- (NSString *)notifySound

Return Value

the file name

Declared In

AMPAccount.h

order

The account order position

- (NSNumber *)order

Return Value

The account order

Declared In

AMPAccount.h

path

Is tha path where the account files are stored

- (NSString *)path

Return Value

the account path

Declared In

AMPAccount.h

profileIcon

the profile icon image

- (NSImage *)profileIcon

Return Value

The icon image

Declared In

AMPAccount.h

provider

The account provider model

- (AMPProvider *)provider

Return Value

The account provider

Declared In

AMPAccount.h

rtl

A bool value preference if the account is Right Text Lanaguage

- (NSNumber *)rtl

Return Value

A bool value

Declared In

AMPAccount.h

signatures

The signatures name array

- (NSMutableArray *)signatures

Return Value

the signatures array of AMPSignature

Declared In

AMPAccount.h

useSignature

A bool value preference to use signature for the account

- (NSNumber *)useSignature

Return Value

A bool value

Declared In

AMPAccount.h

useSignatureQuickReply

A bool value preference to use signature in Quick Reply for the account

- (NSNumber *)useSignatureQuickReply

Return Value

A bool value

Declared In

AMPAccount.h

useSignatureReply

A bool value preference to use signature in Reply for the account

- (NSNumber *)useSignatureReply

Return Value

A bool value

Declared In

AMPAccount.h