sogo/UI/MailerUI/product.plist

463 lines
13 KiB
Plaintext

{ /* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
requires = ( MAIN, MainUI, CommonUI, Mailer, MailPartViewers );
publicResources = ("generic.js",
"UIxAppointmentEditor.js",
"UIxContactEditor.js",
"UIxMailToSelection.js",
"lori_32x32.png",
"tbtv_account_17x17.gif",
"tbtv_drafts_17x17.gif",
"tbtv_inbox_17x17.png",
"tbtv_junction2_17x17.gif",
"tbtv_junction_17x17.gif",
"tbtv_leaf_corner_17x17.png",
"tbtv_line_17x17.gif",
"tbtv_minus_17x17.gif",
"tbtv_plus_17x17.gif",
"tbtv_corner_17x17.gif",
"tbtv_corner_minus_17x17.gif",
"tbtv_corner_plus_17x17.gif",
"tbtv_sent_17x17.gif",
"tbtv_trash_17x17.gif",
"tbtb_addressbook.png",
"tbtb_compose.png",
"tbtb_delete.png",
"tbtb_deletedoc.png",
"tbtb_filetofolder.png",
"tbtb_forward.png",
"tbtb_getmail.png",
"tbtb_next.png",
"tbtb_previous.png",
"tbtb_print.png",
"tbtb_reply.png",
"tbtb_replyall.png",
"tbtb_search.png",
"tbtb_trash.png",
"tbtb_compose_addressbook_30x30.png",
"tbtb_compose_attach_30x30.png",
"tbtb_compose_clip_30x30.png",
"tbtb_compose_cut_30x30.png",
"tbtb_compose_dup_30x30.png",
"tbtb_compose_file_30x30.png",
"tbtb_compose_lock_30x30.png",
"tbtb_compose_quote_30x30.png",
"tbtb_compose_send_30x30.png",
"tbtb_compose_spell_30x30.png",
"message-mail.png",
"message-mail-read.png",
"dot.png",
"flag.png",
"icon_unread.gif",
"title_attachment_14x14.png",
"title_config.png",
"title_junk.png",
"title_read_14x14.png",
"title_thread.png",
"title_sortdown_12x12.png",
"title_sortup_12x12.png",
);
factories = {
};
categories = {
SOGoMailFolder = {
slots = {
toolbar = {
protectedBy = "View";
value = "SOGoMailFolder.toolbar";
};
};
methods = {
view = {
protectedBy = "<public>";
actionClass = "UIxMailListActions";
actionName = "getUIDs";
};
headers = {
protectedBy = "<public>";
actionClass = "UIxMailListActions";
actionName = "getHeaders";
};
subscribe = {
protectedBy = "<public>";
actionClass = "UIxMailFolderActions";
actionName = "subscribe";
};
unsubscribe = {
protectedBy = "<public>";
actionClass = "UIxMailFolderActions";
actionName = "unsubscribe";
};
quotas = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "quotas";
};
expunge = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "expunge";
};
createFolder = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "createFolder";
};
save = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "renameFolder";
};
delete = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "delete";
};
batchDelete = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "batchDelete";
};
saveMessages = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "saveMessages";
};
markRead = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "markFolderRead";
};
exportFolder = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "exportFolder";
};
copyMessages = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "copyMessages";
};
moveMessages = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "moveMessages";
};
setAsDraftsFolder = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "setAsDraftsFolder";
};
setAsSentFolder = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "setAsSentFolder";
};
setAsTrashFolder = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "setAsTrashFolder";
};
setAsJunkFolder = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "setAsJunkFolder";
};
markMessagesAsJunk = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "markMessagesAsJunk";
};
markMessagesAsNotJunk = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "markMessagesAsNotJunk";
};
UIxMailUserRightsEditor = {
protectedBy = "ReadAcls";
pageName = "UIxMailUserRightsEditor";
};
userRights = {
protectedBy = "ReadAcls";
pageName = "UIxMailUserRightsEditor";
actionName = "userRights";
};
saveUserRights = {
protectedBy = "Change Permissions";
pageName = "UIxMailUserRightsEditor";
actionName = "saveUserRights";
};
addOrRemoveLabel = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "addOrRemoveLabel";
};
removeAllLabels = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "removeAllLabels";
};
};
};
SOGoTrashFolder = {
/* just a new toolbar, other things come from SOGoMailFolder */
slots = {
toolbar = {
protectedBy = "View";
value = "SOGoMailFolder.toolbar";
};
};
methods = {
emptyTrash = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "emptyTrash";
};
};
};
SOGoMailObject = {
slots = {
toolbar = {
protectedBy = "View";
value = "SOGoMailObject.toolbar";
};
};
methods = {
view = {
protectedBy = "View";
pageName = "UIxMailView";
actionName = "default";
};
sendMDN = {
protectedBy = "View";
pageName = "UIxMailView";
actionName = "sendMDN";
};
viewsource = {
protectedBy = "View";
actionClass = "UIxMailSourceView";
actionName = "viewSource";
};
popupview = {
protectedBy = "View";
pageName = "UIxMailPopupView";
};
junk = {
protectedBy = "View";
actionClass = "UIxMailActions";
actionName = "junk";
};
edit = {
protectedBy = "View";
actionClass = "UIxMailActions";
actionName = "edit";
};
reply = {
protectedBy = "View";
actionClass = "UIxMailActions";
actionName = "reply";
};
replyall = {
protectedBy = "View";
actionClass = "UIxMailActions";
actionName = "replyToAll";
};
forward = {
protectedBy = "View";
actionClass = "UIxMailActions";
actionName = "forward";
};
viewplain = {
protectedBy = "View";
actionClass = "UIxMailActions";
actionName = "viewPlain";
};
markMessageUncollapse = {
protectedBy = "View";
actionClass = "UIxMailActions";
actionName = "markMessageUncollapse";
};
markMessageCollapse = {
protectedBy = "View";
actionClass = "UIxMailActions";
actionName = "markMessageCollapse";
};
markMessageUnflagged = {
protectedBy = "View";
actionClass = "UIxMailActions";
actionName = "markMessageUnflagged";
};
markMessageFlagged = {
protectedBy = "View";
actionClass = "UIxMailActions";
actionName = "markMessageFlagged";
};
markMessageUnread = {
protectedBy = "View";
actionClass = "UIxMailActions";
actionName = "markMessageUnread";
};
markMessageRead = {
protectedBy = "View";
actionClass = "UIxMailActions";
actionName = "markMessageRead";
};
};
};
SOGoMailAccounts = {
slots = {
toolbar = {
protectedBy = "View";
value = "SOGoMailFolder.toolbar";
};
};
methods = {
view = {
protectedBy = "View";
pageName = "UIxMailMainFrame";
};
compose = {
protectedBy = "View";
pageName = "UIxMailMainFrame";
actionName = "compose";
};
foldersState = {
protectedBy = "View";
pageName = "UIxMailMainFrame";
actionName = "getFoldersState";
};
saveDragHandleState = {
protectedBy = "View";
pageName = "UIxMailMainFrame";
actionName = "saveDragHandleState";
};
saveFoldersState = {
protectedBy = "View";
pageName = "UIxMailMainFrame";
actionName = "saveFoldersState";
};
saveColumnsState = {
protectedBy = "View";
pageName = "UIxMailMainFrame";
actionName = "saveColumnsState";
};
search = {
protectedBy = "View";
pageName = "UIxMailSearch";
};
unseenCount = {
protectedBy = "View";
actionClass = "UIxMailMainFrame";
actionName = "unseenCount";
};
mailAccounts = {
protectedBy = "View";
actionClass = "UIxMailMainFrame";
actionName = "mailAccounts";
};
// viewerTemplate = {
// protectedBy = "View";
// pageName = "UIxMailViewTemplate";
// };
UIxMailPopupView = {
protectedBy = "View";
pageName = "UIxMailPopupView";
};
UIxMailEditor = {
protectedBy = "View";
pageName = "UIxMailEditor";
};
};
};
SOGoMailAccount = {
slots = {
toolbar = {
protectedBy = "View";
value = "SOGoMailFolder.toolbar";
};
};
methods = {
compose = {
protectedBy = "View";
actionClass = "UIxMailAccountActions";
actionName = "compose";
};
view = {
protectedBy = "View";
actionClass = "UIxMailAccountActions";
actionName = "listMailboxes";
};
createFolder = {
protectedBy = "View";
actionClass = "UIxMailFolderActions";
actionName = "createFolder";
};
delegation = {
protectedBy = "View";
pageName = "UIxMailUserDelegationEditor";
};
addDelegate = {
protectedBy = "View";
actionClass = "UIxMailAccountActions";
actionName = "addDelegate";
};
removeDelegate = {
protectedBy = "View";
actionClass = "UIxMailAccountActions";
actionName = "removeDelegate";
};
};
};
SOGoDraftObject = {
slots = {
toolbar = {
protectedBy = "View";
value = "SOGoDraftObject.toolbar";
};
};
methods = {
edit = {
protectedBy = "View";
pageName = "UIxMailEditor";
actionName = "edit";
};
save = {
protectedBy = "View";
pageName = "UIxMailEditor";
actionName = "save";
};
send = {
protectedBy = "View";
pageName = "UIxMailEditor";
actionName = "send";
};
delete = {
protectedBy = "View";
actionClass = "UIxMailActions";
actionName = "delete";
};
deleteAttachment = {
protectedBy = "View";
actionClass = "UIxMailActions";
actionName = "deleteAttachment";
};
};
};
};
}