add webappsetting and renamed remove_recipients

This commit is contained in:
Robin van Genderen 2016-08-10 09:57:09 +02:00
parent 976fbac1dd
commit b52693d184
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
# !/usr/bin/env python
# encoding: utf-8
import kopano

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
# !/usr/bin/env python
# encoding: utf-8
from MAPI import *
@ -41,5 +41,7 @@ def main():
print data
user.store.prop(PR_EC_WEBACCESS_SETTINGS_JSON).set_value(json.dumps(data))
if __name__ == "__main__":
main()