sogo/UI/MailPartViewers/product.plist

42 lines
958 B
Plaintext
Raw Normal View History

{
requires = ( MAIN );
publicResources = (
);
factories = {
};
categories = {
SOGoCalendarMailBodyPart = {
methods = {
accept = {
protectedBy = "View";
actionClass = "UIxMailPartICalAction";
actionName = "markAccepted";
};
decline = {
protectedBy = "View";
actionClass = "UIxMailPartICalAction";
actionName = "markDeclined";
};
tentative = {
protectedBy = "View";
actionClass = "UIxMailPartICalAction";
actionName = "markTentative";
};
addToCalendar = {
protectedBy = "View";
actionClass = "UIxMailPartICalAction";
actionName = "addToCalendar";
};
deleteFromCalendar = {
protectedBy = "View";
actionClass = "UIxMailPartICalAction";
actionName = "deleteFromCalendar";
};
};
};
};
}