Page MenuHomePhorge

utils: activesynccli, kolabendpointtester, generatemail
ClosedPublic

Authored by mollekopf on Jan 7 2022, 4:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 13, 12:51 PM
Unknown Object (File)
Sat, Apr 13, 12:26 PM
Unknown Object (File)
Tue, Apr 9, 3:20 PM
Unknown Object (File)
Feb 25 2024, 12:35 AM
Unknown Object (File)
Feb 10 2024, 6:49 AM
Unknown Object (File)
Feb 8 2024, 6:43 PM
Unknown Object (File)
Jan 24 2024, 2:17 PM
Unknown Object (File)
Jan 24 2024, 2:13 PM
Subscribers
Restricted Project

Diff Detail

Repository
rK kolab
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mollekopf created this revision.
mollekopf added a reviewer: Restricted Project.Jan 7 2022, 4:53 PM
mollekopf added a subscriber: Restricted Project.
machniak subscribed.
machniak added inline comments.
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.

This revision now requires changes to proceed.Jan 10 2022, 9:08 AM
mollekopf marked 4 inline comments as done.

Script cleanup

mollekopf added inline comments.
utils/activesynccli.py
409

No, it's a positional argument.

This revision is now accepted and ready to land.Jan 11 2022, 9:57 AM
This revision was automatically updated to reflect the committed changes.