tpokorra / KolabScripts

some scripts useful for Kolab3 and higher, written by TBits.net, including patches already submitted to Kolab Bugzilla
14 stars 13 forks source link

test autocreateFolders fails for renamed contacts folder #58

Closed tpokorra closed 8 years ago

tpokorra commented 8 years ago
./testAutoCreateFolders.py KolabAutoCreateFolders.test_modified_foldername

service kolabd stop
kolab add-user
kolab lm | grep test
kolab -d 9 sync 2>&1 | tee kolab-sync.log
kolab lm | grep test

# shows the folder: Contacts120054
ls /var/spool/imap/domain/l/lbs.solidcharity.com/t/user/test^timotheus/

somehow kolab lm does not show some of the folders that are created in varspoolimap?

see https://cgit.kolab.org/pykolab/tree/pykolab/cli/cmd_list_mailboxes.py#n88

tpokorra commented 8 years ago

perhaps this is because of Guam? groupware folders are filtered out? kolab lm needs to show the groupware folders as well?