Details
Details
Diff Detail
Diff Detail
- Repository
- rK kolab
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| utils/activesynccli.py | ||
|---|---|---|
| 9 | Let's not give the test account credentials to everyone. Also, it's --username, not --user, and I'd put --password in a separate line. | |
| 385 | This looks like out of place. | |
| 400 | It's not only a directory. | |
| 403 | "Device identifier" | |
| 409 | Should be "--timezone", I guess. | |
| utils/generatemail.py | ||
| 2 | The other two scripts use python3, it would be nice to be consistent. Also, scripts in extras/ directory use /usr/bin/python | |
| 83 | The number should be an argument to the script. | |
| utils/kolabendpointtester.py | ||
| 7 | It is --username. Or it is automatically recognized as --user too? | |
| 10 | There's also --imap option. | |
| utils/activesynccli.py | ||
|---|---|---|
| 409 | No, it's a positional argument. | |