Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ID directly after authentication, before asking for admin or hierarchy ↵ | Jeroen van Meeuwen (Kolab Systems) | 2016-07-04 | 1 | -4/+8 |
| | | | | separators | ||||
* | Make sure imaplib exception argument is a string before using split() (#5387) | Aleksander Machniak | 2016-05-04 | 1 | -3/+3 |
| | | | | | | | | | | | | | Summary: Looks like imaplib in some conditions can throw exceptions without the message or the message is not a string. We'll cast to string before using split() to prevent from "AttributeError: 'int' object has no attribute 'split'" errors. Reviewers: #pykolab_developers, vanmeeuwen Reviewed By: #pykolab_developers, vanmeeuwen Differential Revision: https://git.kolab.org/D135 | ||||
* | Fix some typos found by the spelling linter | Jeroen van Meeuwen (Kolab Systems) | 2015-04-14 | 1 | -3/+3 |
| | |||||
* | Updated the licensing information according to FSF recommendations. | Paul Boddie | 2014-06-26 | 1 | -6/+5 |
| | | | | Note that cyruslib.py is still "GPLv2 or a later version" unlike the other files. | ||||
* | Correct the parsing of the responses for metadata / annotatemore even better | Jeroen van Meeuwen (Kolab Systems) | 2013-05-24 | 1 | -5/+10 |
| | |||||
* | Remove erroneous print statement | Jeroen van Meeuwen (Kolab Systems) | 2013-05-22 | 1 | -3/+0 |
| | |||||
* | Correct parsing folder names with spaces (#1887) | Jeroen van Meeuwen (Kolab Systems) | 2013-05-22 | 1 | -2/+4 |
| | |||||
* | Rewrite getannotation to be compatible with 2.5 | Jeroen van Meeuwen (Kolab Systems) | 2013-05-03 | 1 | -39/+114 |
| | |||||
* | If the annotation response contains a tuple, what we are interested in is ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-11-21 | 1 | -0/+2 |
| | | | | tuple[0] | ||||
* | Make cyruslib support recognizing the difference between shared and private ↵ | Jeroen van Meeuwen (Kolab Systems) | 2012-08-08 | 1 | -12/+57 |
| | | | | annotations | ||||
* | Failed or no quota should return None, not 0 (which is actually valid quota) | Jeroen van Meeuwen (Kolab Systems) | 2012-06-13 | 1 | -5/+5 |
| | |||||
* | Add QUOTAROOT command lqr | Jeroen van Meeuwen (Kolab Systems) | 2012-06-13 | 1 | -0/+21 |
| | |||||
* | Merge stash - no changes | Jeroen van Meeuwen (Kolab Systems) | 2011-11-04 | 1 | -1/+1 |
| | |||||
* | Add an XFER call | Jeroen van Meeuwen (Kolab Systems) | 2011-06-17 | 1 | -1/+6 |
| | |||||
* | Add cyruslib | Jeroen van Meeuwen (Kolab Systems) | 2011-01-05 | 1 | -0/+676 |