Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add aliases for add-user-subscription ('aus', 'subscribe') | Jeroen van Meeuwen (Kolab Systems) | 2018-12-31 | 3 | -3/+13 |
| | | | | | Add alias for list-user-subscriptions ('lus') Add aliases for remove-user-subscription ('rus', 'unsubscribe') | ||||
* | Add alias lmm for command list-mailbox-metadata | Jeroen van Meeuwen (Kolab Systems) | 2018-12-31 | 1 | -1/+1 |
| | |||||
* | Add --server option for mailbox-cleanup | Jeroen van Meeuwen (Kolab Systems) | 2018-12-31 | 1 | -6/+21 |
| | |||||
* | With this patch I'm trying to introduce a file-type object in logger, which ↵ | Liutauras Adomaitis | 2018-05-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | could swallow everything thrown to stderr (and possibly stdout) and redirect to python logger. Python smtplib debug mode prints everything to stderr, but when wallace runs... Summary: ...in fork mode stderr is not available (Bad file descriptor error) and thus wallace traceback when it tries to send emails Test Plan: none Reviewers: vanmeeuwen, machniak, petersen Reviewed By: vanmeeuwen Subscribers: petersen, machniak, vanmeeuwen Maniphest Tasks: T2498, T2163, T3751 Differential Revision: https://git.kolab.org/D577 | ||||
* | Use the correct encoding for folders in delete-mailbox-acl. | Jeroen van Meeuwen (Kolab Systems) | 2016-11-03 | 1 | -2/+2 |
| | | | | Reference Bifrost T10492 | ||||
* | T1417: Fix so sync-mailhost-attr uses result_attribute not mail_attributes | Aleksander Machniak | 2016-10-06 | 1 | -3/+6 |
| | | | | | | | | | | | | Summary: Fixes T1417 Reviewers: #pykolab_developers, vanmeeuwen Reviewed By: #pykolab_developers, vanmeeuwen Maniphest Tasks: T1417 Differential Revision: https://git.kolab.org/D209 | ||||
* | Regard the input as utf-8, convert to utf-7/imap | Jeroen van Meeuwen (Kolab Systems) | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | Determine shared folder resource using kolabTargetFolder attribute (#5337) | Aleksander Machniak | 2016-05-18 | 1 | -11/+26 |
| | | | | | | | | | | | | | | Summary: It's supposed to fix #5337. WARNING: Untested!!!!!!!! Reviewers: #pykolab_developers, vanmeeuwen Reviewed By: #pykolab_developers, vanmeeuwen Subscribers: vanmeeuwen Differential Revision: https://git.kolab.org/D130 | ||||
* | Fix error when calling list-domain-mailboxes without arguments | Aleksander Machniak | 2016-05-13 | 1 | -0/+1 |
| | | | | | | | | Reviewers: #pykolab_developers, vanmeeuwen Reviewed By: #pykolab_developers, vanmeeuwen Differential Revision: https://git.kolab.org/D154 | ||||
* | Fix handling of folder name encoding in list-deleted-mailboxes (#5318) | Aleksander Machniak | 2016-05-13 | 1 | -4/+5 |
| | | | | | | | | | | Summary: Fixes #5318 Reviewers: #pykolab_developers, vanmeeuwen Reviewed By: #pykolab_developers, vanmeeuwen Differential Revision: https://git.kolab.org/D153 | ||||
* | Import utils. Resolves T1138. | Jeroen van Meeuwen (Kolab Systems) | 2016-03-22 | 1 | -5/+22 |
| | |||||
* | Some attributes may contain unicode, so when printing the information, ↵ | Jeroen van Meeuwen (Kolab Systems) | 2015-08-13 | 1 | -1/+6 |
| | | | | convert to string (#5083) | ||||
* | fix indentation from my previous commit | Timotheus Pokorra | 2015-06-12 | 1 | -4/+4 |
| | |||||
* | cli: kolab delete-domain improved. (#5098) | Timotheus Pokorra | 2015-06-12 | 1 | -1/+17 |
| | | | | | it now displays if the command succeeded, or shows the error message from the Kolab API. new parameter --force to delete a domain even if user accounts exist. | ||||
* | adding parameter --domain for cli kolab sync (fixes #5091). | Timotheus Pokorra | 2015-06-09 | 1 | -5/+18 |
| | | | | | defaults to all domains. allows to run kolab sync only for one domain. | ||||
* | cli: kolab sync now properly creates mailboxes (#3975) | Timotheus Pokorra | 2015-05-29 | 1 | -2/+3 |
| | | | | | value of entry was not assigned properly. and we need to wait for the creation to finish | ||||
* | Make locale encoding the default sys encoding; resolves T249 | Thomas Bruederli | 2015-05-21 | 1 | -0/+4 |
| | |||||
* | Add a command to check quota between IMAP and LDAPpykolab-0.7.13 | Jeroen van Meeuwen (Kolab Systems) | 2015-05-14 | 1 | -0/+108 |
| | |||||
* | Add a --user and --server parameter to list-messages | Jeroen van Meeuwen (Kolab Systems) | 2015-05-14 | 1 | -3/+38 |
| | |||||
* | Fix printing of quota update status (#4496) | Thomas Bruederli | 2015-02-05 | 1 | -2/+4 |
| | |||||
* | Always send unicode strings to stdout after change in [078a5619] | Thomas Bruederli | 2015-02-05 | 2 | -2/+2 |
| | |||||
* | Fix writing unicode output to pipes (#3983) | Thomas Bruederli | 2015-02-05 | 1 | -0/+5 |
| | |||||
* | Bail out if the user cannot be found | Jeroen van Meeuwen (Kolab Systems) | 2014-12-31 | 1 | -1/+8 |
| | |||||
* | Also clean out ACLs that refer to non-existent subjects | Jeroen van Meeuwen (Kolab Systems) | 2014-12-31 | 1 | -8/+120 |
| | |||||
* | Fix typo | Jeroen van Meeuwen (Kolab Systems) | 2014-12-30 | 1 | -1/+1 |
| | |||||
* | Add an option --dry-run to kolab mailbox-cleanup | Jeroen van Meeuwen (Kolab Systems) | 2014-12-30 | 1 | -6/+19 |
| | |||||
* | Multi-thread the creation of mailboxes for existing LDAP entries | Jeroen van Meeuwen (Kolab Systems) | 2014-11-17 | 1 | -7/+69 |
| | |||||
* | Allow multiple arguments to be specified | Jeroen van Meeuwen (Kolab Systems) | 2014-11-17 | 1 | -5/+11 |
| | |||||
* | Allow wildcards to be specified in setting quota through the command-line. | Jeroen van Meeuwen (Kolab Systems) | 2014-11-14 | 1 | -7/+4 |
| | |||||
* | Fix command rename-mailbox, which was restricting itself to user/* mailboxes ↵ | Jeroen van Meeuwen (Kolab Systems) | 2014-10-30 | 1 | -1/+1 |
| | | | | only | ||||
* | Add a command-line option --resync to the sync command, to ignore the latest ↵ | Jeroen van Meeuwen (Kolab Systems) | 2014-10-11 | 1 | -0/+8 |
| | | | | timestamp | ||||
* | Only recognize the folder as already existing, if no partition is specified | Jeroen van Meeuwen (Kolab Systems) | 2014-08-04 | 1 | -1/+1 |
| | |||||
* | Update for the new domain listing | Jeroen van Meeuwen (Kolab Systems) | 2014-08-01 | 1 | -4/+2 |
| | |||||
* | Add a command list-users | Jeroen van Meeuwen (Kolab Systems) | 2014-07-31 | 1 | -0/+39 |
| | |||||
* | Un-not-register the list-users command | Jeroen van Meeuwen (Kolab Systems) | 2014-07-31 | 1 | -1/+0 |
| | |||||
* | Do not issue a fatal error should deleting a mailbox not succeed | Jeroen van Meeuwen (Kolab Systems) | 2014-07-31 | 1 | -1/+4 |
| | |||||
* | Add a 'list-ous' command | Jeroen van Meeuwen (Kolab Systems) | 2014-07-30 | 1 | -0/+39 |
| | |||||
* | Updated the licensing information according to FSF recommendations. | Paul Boddie | 2014-06-26 | 48 | -336/+336 |
| | | | | Note that cyruslib.py is still "GPLv2 or a later version" unlike the other files. | ||||
* | LSUB with a pattern does not return the expected results at all | Jeroen van Meeuwen (Kolab Systems) | 2014-06-09 | 1 | -3/+3 |
| | |||||
* | Match messages without an X-Spam-Status header set, too | Jeroen van Meeuwen (Kolab Systems) | 2014-02-12 | 1 | -1/+3 |
| | |||||
* | Fix typos | Jeroen van Meeuwen (Kolab Systems) | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Add command set-quota | Jeroen van Meeuwen (Kolab Systems) | 2014-01-30 | 1 | -0/+67 |
| | |||||
* | Add an option to specify the partition on which a mailbox is to be created | Jeroen van Meeuwen (Kolab Systems) | 2014-01-27 | 1 | -1/+9 |
| | |||||
* | Add the option for partition to rename-mailbox | Jeroen van Meeuwen (Kolab Systems) | 2014-01-15 | 1 | -1/+5 |
| | |||||
* | Test if metadata holds the key we're about to use to print the value (#2253) | Timotheus Pokorra (TBits.net) | 2013-11-21 | 1 | -5/+6 |
| | |||||
* | Fix listing deleted mailboxes' domain list iteration | Jeroen van Meeuwen (Kolab Systems) | 2013-11-21 | 1 | -4/+2 |
| | |||||
* | Add an option --dry-run to undelete-mailbox cmd | Jeroen van Meeuwen (Kolab Systems) | 2013-11-21 | 1 | -0/+8 |
| | |||||
* | Add a command to add an alias to an existing user entry | Jeroen van Meeuwen (Kolab Systems) | 2013-10-21 | 1 | -0/+129 |
| | |||||
* | Escape the necessary spaces in verifying the folder to delete (#2298) | Jeroen van Meeuwen (Kolab Systems) | 2013-10-16 | 1 | -0/+4 |
| | |||||
* | Fix set-mailbox-metadata to handle folders with UTF-8 characters (#2297) | Timotheus Pokorra (TBits.net) | 2013-10-16 | 1 | -2/+3 |
| |