sogo/Tools
Francis Lachapelle a61ea24cdb (obj-c) Indentation 2016-12-01 10:28:26 -05:00
..
GNUmakefile New sogo-tool cleanup user feature 2016-11-30 15:32:29 -05:00
GNUmakefile.preamble Adjusted rpath and removed unusued -L directives 2014-10-14 10:00:05 -04:00
README.backup Monotone-Parent: 1fb8ef38e6540891b9c5b8b0bdb02bde0768f4d9 2009-08-13 18:34:54 +00:00
SOGoEAlarmsNotifier.h Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoEAlarmsNotifier.m (feat) first pass at support for recurring events/tasks email alarms (fixes #1053) 2016-11-02 18:16:45 -04:00
SOGoSockD.h Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoSockD.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoSockDOperation.h Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoSockDOperation.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoSockDScanner.h Monotone-Parent: 1386ff575a581ce153a4d70c50dc0bed29d339ed 2010-03-31 20:15:11 +00:00
SOGoSockDScanner.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoTool.h Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoTool.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoToolBackup.m (obj-c) Indentation 2016-12-01 10:28:26 -05:00
SOGoToolCleanupUser.m (obj-c) Indentation 2016-12-01 10:28:26 -05:00
SOGoToolCreateFolder.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoToolDumpDefaults.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoToolExpireUserSessions.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoToolManageEAS.m Fixed broken commits 2016-10-19 10:06:19 -04:00
SOGoToolRemove.m Add verbose output to "sogo-tool remove" command 2015-09-16 11:40:14 -04:00
SOGoToolRemoveDoubles.m (feat) new sogo-tool truncate-calendar feature 2016-06-27 14:18:53 -04:00
SOGoToolRenameUser.m Remove pointless #include from .m and .h files 2016-02-13 17:41:54 -05:00
SOGoToolRestore.h Applied PR90 as a patch due to too-many merge conflicts when cherry-picking 2015-07-22 09:05:17 -04:00
SOGoToolRestore.m (fix) when restoring user's preferences, regenerate Sieve scripts (fixes #3029) 2016-06-13 14:19:43 -04:00
SOGoToolTruncateCalendar.m (fix) also purge repetitive events that have an old end date 2016-08-10 10:09:21 -04:00
SOGoToolUpdateAutoReply.m (feat) now possible to set vacation message start date (fixes #3679) 2016-06-13 15:39:57 -04:00
SOGoToolUserPreferences.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
sogo-ealarms-notify.m Use SOGoSystemDefaults in all tools 2013-02-08 16:22:14 -05:00
sogo-slapd-sockd.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
sogo-tool.m (fix) avoid showing debug info when not needed (fixes #3726) 2016-06-23 09:00:50 -04:00

README.backup

fileformat:
-----------
Property list:

{
  ldif_record = "dn: xxxxx\nfield: xxxx\n...";
  preferences = ( settingsdict, defaultsdict );
  tables = { "c_path4" = {
                displayname = "c_folder_name";
                records = { c_name = c_content1;
                            c_name2 = c_content2;
                            ... };
                acl = { userA = ( role1, role2, ...);
                        userB = ( role1, role2, ...);
                        ... };
             },
             ... };
}