See ChangeLog

Monotone-Parent: 0400894ebb0d9305dae91e6efb9e8a62a36e6d5b
Monotone-Revision: 814be30289e980e05d1340e3dc8d3bad9155344d

Monotone-Author: ludovic@Sophos.ca
Monotone-Date: 2008-11-18T00:06:37
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Ludovic Marcotte
2008-11-18 00:06:37 +00:00
parent 85c9c6e402
commit 3539a06f83
24 changed files with 569 additions and 73 deletions
@@ -34,7 +34,8 @@
*/
@interface SOGoAptMailNotification : SoComponent
{
iCalEntityObject* apt;
iCalEntityObject *apt;
iCalEntityObject *previousApt;
NSString *homePageURL;
NSTimeZone *viewTZ;
NSCalendarDate *oldStartDate;
@@ -44,9 +45,16 @@
}
- (iCalEntityObject *) apt;
- (void) setApt: (iCalEntityObject *) newApt;
- (void) setApt: (iCalEntityObject *) theApt;
/* Content Generation */
- (iCalEntityObject *) previousApt;
- (void) setPreviousApt: (iCalEntityObject *) theApt;
- (void) setOrganizerName: (NSString *) theString;
- (NSString *) organizerName;
- (BOOL) hasSentBy;
- (NSString *) sentBy;
- (NSString *) getSubject;
- (NSString *) getBody;