2005-02-10 Helge Hess * SOGoObject.m: fixed a warning on MacOSX (v0.9.29) 2005-02-07 Helge Hess * SOGoObject.h: added prototype for GETAction (v0.9.28) 2005-02-06 Helge Hess * added -outlookMessageClass / -outlookFolderClass (v0.9.27) 2004-10-19 Helge Hess * SOGoFolder: added method -fetchContentStringsAndNamesOfAllObjects which fetches the contents of all folders objects (avoid to use this high overhead method!). Required for iCalendar file generation. (v0.9.26) 2004-10-08 Helge Hess * SOGoUserFolder.m: enhanced object lookup so that when a Calendar is opened with an extensions (eg "Calendar.ics") (v0.9.25) * SOGoFolder.m: added facility to define default extensions (v0.9.24) * SOGoObject.m: fixed not implemented return status (501, not 502) (v0.9.23) * SOGoUserFolder.m: do not try to fetch file names in this folder (v0.9.22) * v0.9.21 * SOGoContentObject.m: added PUTAction: * SOGoObject.m: implemented special WebDAV support in GETAction: * SOGoFolder.m: added -toOneRelationshipKeys method (enables listing of contained objects in WebDAV), added container name to logging prefix, explicitly mark as WebDAV collection * SOGoContentObject.m: mark as WebDAV non-collection 2004-10-07 Helge Hess * SOGoUserFolder.m: added toManyRelationshipKeys, marked as WebDAV collection (v0.9.20) 2004-09-29 Helge Hess * SOGoObject.m: added -fetchSubfolders method to resolve all toManyRelationshipKeys to SOPE objects (v0.9.19) 2004-09-20 Helge Hess * SOGoObject.m: added a default GET method which redirects to url + "/view" (v0.9.18) * SOGoObject.m(-description): added name of container (v0.9.17) 2004-09-08 Helge Hess * SOGoGroupFolder.m: separate -resetFolderCaches method from -sleep (v0.9.16) 2004-09-08 Helge Hess * SOGoUserFolder.m: map "Mail" key to SOGoMailAccounts object (v0.9.15) 2004-09-01 Marcus Mueller * v0.9.14 * GNUmakefile.preamble: fixed for gsmake 1.9.2 build * GNUmakefile: include ../../Version also 2004-08-26 Helge Hess * SOGoUserFolder.m: added ability to create Contacts folder (v0.9.13) 2004-08-24 Maxime Wacker * GNUmakefile.preamble: fixes for the build process (v0.9.12) 2004-08-16 Helge Hess * SOGoCustomGroupFolder.m: added -initWithUIDs:inContainer: for using the groups folder for internal group fetches (v0.9.11) * SOGoContentObject.m: updated multi-save things (which belong into the SOGoAppointmentObject class), implement -sleep to release the content (v0.9.10) 2004-08-15 Helge Hess * SOGoContentObject.m: implement first version of -delete (v0.9.9) * SOGoObject.[hm], SOGoUserFolder.[hm]: implemented SOPE -ownerInContext: (v0.9.8) 2004-08-14 Helge Hess * v0.9.7 * SOGoGroupFolder.m: renamed -reset method to -sleep (called by SOPE) * SOGoObject.m: added SOPE -sleep method (resets container and can be called by subclasses) * SOGoGroupFolder.m: made the folder found note log a debug log 2004-08-11 Helge Hess * v0.9.6 * SOGoUserFolder.m: added "Groups" folder name and lookup * added: SOGoGroupsFolder, SOGoGroupFolder, SOGoCustomGroupFolder 2004-07-02 Helge Hess * SOGoObject.m: added -delete method (but not yet implemented) 2004-06-30 Helge Hess * SOGoContentObject.m: added -contentAsString method * created ChangeLog