sogo/Tools
Francis Lachapelle a6a3f2fb88 chore(sogo-ealarms-notify): don't encode the MIME part twice 2021-09-03 15:49:00 -04:00
..
GNUmakefile (feat) new sogo-tool manage-acl feature to get/add/remove ACLs from GCS folders 2017-02-20 18:57:46 -05:00
GNUmakefile.preamble (feat) email alarms now have pretty formatting (fixes #805) 2017-04-12 08:59:29 -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 chore(sogo-ealarms-notify): don't encode the MIME part twice 2021-09-03 15:49:00 -04:00
SOGoSockD.h (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -05:00
SOGoSockD.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -05:00
SOGoSockDOperation.h (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -05:00
SOGoSockDOperation.m Fix calls to fetchContactsMatching: 2017-11-22 09:28:34 -05:00
SOGoSockDScanner.h (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -05:00
SOGoSockDScanner.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -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 fix(core): avoid pooling channels with tools (fixes #4684) 2020-07-10 10:22:48 -04:00
SOGoToolCheckupUser.m chore(tool): fix typos 2021-06-29 10:32:51 -04:00
SOGoToolCleanupUser.m fix(core): avoid pooling channels with tools (fixes #4684) 2020-07-10 10:22:48 -04:00
SOGoToolCreateFolder.m Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05:00
SOGoToolDumpDefaults.m (fix) added doc to sogo-tool manage-eas + did cleanups (fixes #3967) 2017-06-16 13:25:15 -04:00
SOGoToolExpireUserSessions.m chore(tool): delete memcached entries of expired sessions 2021-05-03 16:12:28 -04:00
SOGoToolManageACL.m fix(core): avoid pooling channels with tools (fixes #4684) 2020-07-10 10:22:48 -04:00
SOGoToolManageEAS.m (fix) added doc to sogo-tool manage-eas + did cleanups (fixes #3967) 2017-06-16 13:25:15 -04:00
SOGoToolRemove.m fix(core): avoid pooling channels with tools (fixes #4684) 2020-07-10 10:22:48 -04:00
SOGoToolRemoveDoubles.m fix(core): avoid pooling channels with tools (fixes #4684) 2020-07-10 10:22:48 -04:00
SOGoToolRenameUser.m chore(tool): fix rename-user in single store mode 2021-07-13 12:29:54 -04: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 chore(tool): fix usage of restore 2021-03-12 17:00:28 -05:00
SOGoToolTruncateCalendar.m chore(tool): add "-r" option to truncate-calendar 2020-07-17 14:15:27 -04:00
SOGoToolUpdateAutoReply.m chore(tool): fix disabling of auto-reply 2020-11-26 16:18:44 -05:00
SOGoToolUserPreferences.m fix(tool): fix error handling when updating Sieve script 2019-12-19 15:22:24 -05:00
sogo-ealarms-notify.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -05:00
sogo-slapd-sockd.m (feat) new sogo-tool checkup command to make sure user's data is sane 2017-02-09 14:39:24 -05:00
sogo-tool.m fix(core): avoid pooling channels with tools (fixes #4684) 2020-07-10 10:22:48 -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, ...);
                        ... };
             },
             ... };
}