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

Instance Methods

account

The account of the folder

- (AMPAccount *)account

Return Value

The account of the folder

Declared In

AMPFolder.h

cleanedName

The localised name of the folder

- (NSString *)cleanedName

Return Value

The name of the folder

Declared In

AMPFolder.h

colorCustom

The custom color of the folder

- (NSColor *)colorCustom

Return Value

The folder color

Declared In

AMPFolder.h

colorTheme

A bool indicating that the folder have a custom color

- (NSColor *)colorTheme

Return Value

A bool value

Declared In

AMPFolder.h

count

The message Count

- (NSNumber *)count

Return Value

The message Count

Declared In

AMPFolder.h

disabled

A bool value if the folder is enabled or not (not used)

- (NSNumber *)disabled

Return Value

A bool value if the folder is enabled or not (not used)

Declared In

AMPFolder.h

displayName

The name of the folder EXCHANGE Only

- (NSString *)displayName

Return Value

The name of the folder

Declared In

AMPFolder.h

fetched

A bool value if the folder is completly fetched

- (NSNumber *)fetched

Return Value

A bool value if the folder is completly fetched

Declared In

AMPFolder.h

hided

A bool value if the folder is hided

- (NSNumber *)hided

Return Value

A bool value if the folder is hided

Declared In

AMPFolder.h

idx

Unique identifier of the object

- (NSNumber *)idx

Return Value

Unique identifier of the object

Declared In

AMPFolder.h

indent

The indentation level of the folder

- (NSNumber *)indent

Return Value

The indentation level of the folder

Declared In

AMPFolder.h

lastUpdate

The date of the last folder update

- (NSDate *)lastUpdate

Return Value

The date

Declared In

AMPFolder.h

localTag

A bool value if the folder is a local Folder, like MUTE

- (NSNumber *)localTag

Return Value

A bool value if the folder is a local Folder

Declared In

AMPFolder.h

name

The path name of the folder /folder/folder or .folder.folder

- (NSString *)name

Return Value

The path name of the folder

Declared In

AMPFolder.h

parentFolder

The parent folder of the current folder

- (AMPFolder *)parentFolder

Return Value

The parent folder of the current folder

Declared In

AMPFolder.h

position

The order position of the folder

- (NSNumber *)position

Return Value

The order position of the folder

Declared In

AMPFolder.h

selectable

A bool value if the folder is selectable, IMAP only

- (NSNumber *)selectable

Return Value

A bool value if the folder is selectable

Declared In

AMPFolder.h

standardFolderid

An integer for the folder type amp_foldertype

- (NSNumber *)standardFolderid

Return Value

An integer for the folder type amp_foldertype

Declared In

AMPFolder.h

subFolders

The subfolder folder of the current folder

- (NSArray *)subFolders

Return Value

an array of the subfolder

Declared In

AMPFolder.h

syncState

The sync state of the Exchange folder

- (NSString *)syncState

Return Value

A String of the sync state

Declared In

AMPFolder.h

uniqueIdx

The unique id of the Exchange Folder

- (NSString *)uniqueIdx

Return Value

The id

Declared In

AMPFolder.h

unreadCount

The messages Unread Count for that folder

- (NSNumber *)unreadCount

Return Value

The messages Unread Count for that folder

Declared In

AMPFolder.h