sogo/Tools
Ludovic Marcotte 8be6c4d74d (fix) also purge repetitive events that have an old end date 2016-08-10 10:09:21 -04:00
..
GNUmakefile (feat) new sogo-tool truncate-calendar feature 2016-06-27 14:18:53 -04: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 Remove pointless #imports from .m and .h files 2016-02-13 16:11:52 -05: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 (fix) handle domain-less-login case with multi-domain on during backups 2016-08-04 12:53:20 -04: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 Added EAS folder merge support and fixed long GUID issue (fixes #3460) 2016-07-21 14:06:11 -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, ...);
                        ... };
             },
             ... };
}