Inherits from NSObject
Declared in AMPCallBack.h
AMPCallBack.m

Class Methods

shared

+ (AMPCallBack *)shared

Instance Methods

Accounts

The accounts list of Airmail

- (NSArray *)Accounts

Declared In

AMPCallBack.h

ArchiveMessages:

Archive message action, it will archive all the messages passed

- (void)ArchiveMessages:(NSArray *)messages

Parameters

messages

the message to reply

Declared In

AMPCallBack.h

Folders:

Folders of an account

- (NSArray *)Folders:(AMPAccount *)account

Parameters

account

the account owner of the folders

Return Value

the folders

Declared In

AMPCallBack.h

ForwardMessages:

Forward message action, it will open a composer for each message passed

- (void)ForwardMessages:(NSArray *)messages

Parameters

messages

the message to forward

Declared In

AMPCallBack.h

Initialize

- (void)Initialize

MessageImage:

The image for a message

- (NSImage *)MessageImage:(AMPMessage *)message

Parameters

message

the message owner of the image

Return Value

the image

Declared In

AMPCallBack.h

OpenReaderMessages:

Open a window to read the message

- (void)OpenReaderMessages:(NSArray *)messages

Parameters

messages

the message to read

Declared In

AMPCallBack.h

OrderedFoldersWithStandardFirst:

the ordered folders (hierarchy) for an account. the standard folders are all grouoed in the first positions of the array

- (NSArray *)OrderedFoldersWithStandardFirst:(AMPAccount *)account

Parameters

account

the account owner of the folders

Return Value

the ordered folders

Declared In

AMPCallBack.h

ReplyMessages:

Reply message action, it will open a composer for each message passed

- (void)ReplyMessages:(NSArray *)messages

Parameters

messages

the message to reply

Declared In

AMPCallBack.h

SelectedMessages

Return the current selected messages in the message list

- (NSArray *)SelectedMessages

Declared In

AMPCallBack.h

TrashMessages:

Trash message action, it will move to trash all the messages passed

- (void)TrashMessages:(NSArray *)messages

Parameters

messages

the message to trash

Declared In

AMPCallBack.h