sogo/UI/MailerUI/UIxMailMainFrame.h
Francis Lachapelle 3c0bf460bd Live loading in the Webmail module! See ChangeLog.
Monotone-Parent: c81c7151deb5466ad48ca5eb97d70f3b1172934c
Monotone-Revision: 4c3c63649f1424cf932228d812cb2a38ae67b434

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2010-05-27T14:41:59
Monotone-Branch: ca.inverse.sogo
2010-05-27 14:41:59 +00:00

54 lines
1.5 KiB
Objective-C

/* UIxMailMainFrame.h - this file is part of SOGo
*
* Copyright (C) 2006 Inverse inc.
*
* Author: Wolfgang Sourdeau <wsourdeau@inverse.ca>
*
* This file is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
* This file is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; see the file COPYING. If not, write to
* the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#ifndef UIXMAILMAINFRAME_H
#define UIXMAILMAINFRAME_H
#import "../SOGoUI/UIxComponent.h"
@interface UIxMailMainFrame : UIxComponent
{
SOGoUserSettings *us;
NSMutableDictionary *moduleSettings;
NSArray *columnsOrder;
int folderType;
NSDictionary *currentColumn;
}
- (WOResponse *) getFoldersStateAction;
- (NSString *) verticalDragHandleStyle;
- (NSString *) horizontalDragHandleStyle;
- (NSString *) mailboxContentStyle;
- (WOResponse *) saveDragHandleStateAction;
- (WOResponse *) saveFoldersStateAction;
- (NSString *) formattedMailtoString: (NGVCard *) card;
- (NSArray *) columnsDisplayOrder;
@end
#endif /* UIXMAILMAINFRAME_H */