| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright | Jeroen van Meeuwen (Kolab Systems) | 2013-04-17 | 73 | -73/+73 |
* | Add initial set of WAP commands | Jeroen van Meeuwen (Kolab Systems) | 2013-04-17 | 4 | -0/+94 |
* | Add a 'kolab add-user' command | Jeroen van Meeuwen (Kolab Systems) | 2013-04-17 | 1 | -0/+38 |
* | Move the wap_client forward to today's API implementation | Jeroen van Meeuwen (Kolab Systems) | 2013-04-17 | 1 | -28/+73 |
* | Remove add_user from the not implemented yet list | Jeroen van Meeuwen (Kolab Systems) | 2013-04-17 | 1 | -1/+0 |
* | Enhance ask_menu to include a default, and a '?' option to list options | Jeroen van Meeuwen (Kolab Systems) | 2013-04-17 | 1 | -5/+34 |
* | Enable delivery to shared folders | Jeroen van Meeuwen (Kolab Systems) | 2013-04-14 | 1 | -3/+34 |
* | Pull the 389 Directory Server setup returncode and act accordingly | Jeroen van Meeuwen (Kolab Systems) | 2013-04-12 | 1 | -4/+21 |
* | Make sure there is not already an LDAP instance configured. | Jeroen van Meeuwen (Kolab Systems) | 2013-04-12 | 1 | -0/+16 |
* | Migration scenarios do not necessarily have a synchronisation cache entry (#1... | Jeroen van Meeuwen (Kolab Systems) | 2013-04-01 | 1 | -2/+7 |
* | By popular demand, add a command to subscribe a user to a folder(-pattern) | Jeroen van Meeuwen (Kolab Systems) | 2013-02-19 | 1 | -17/+1 |
* | Merge branch 'master' of ssh://git.kolabsys.com/git/pykolab | Jeroen van Meeuwen (Kolab Systems) | 2013-02-17 | 1 | -1/+8 |
|\ |
|
| * | Let's use utf-8 as the common denominator between ordinals | Jeroen van Meeuwen (Kolab Systems) | 2013-02-08 | 1 | -1/+8 |
* | | Add commands delete-message and list-messages | Jeroen van Meeuwen (Kolab Systems) | 2013-02-17 | 2 | -0/+165 |
* | | Make sure that if we call a function or use an attribute, not just imaplib.IM... | Jeroen van Meeuwen (Kolab Systems) | 2013-02-17 | 1 | -0/+5 |
|/ |
|
* | Attempt to use iconv, but if it fails, fall back to using our own translit fu... | Jeroen van Meeuwen (Kolab Systems) | 2013-02-08 | 1 | -1/+9 |
* | Provide an initial locale -> translit lookup table set and a function to call | Jeroen van Meeuwen (Kolab Systems) | 2013-02-08 | 1 | -0/+107 |
* | Ensure that when new aliases are being compared to the old ones, the lists ar... | Jeroen van Meeuwen (Kolab Systems) | 2013-02-06 | 1 | -3/+12 |
* | Ensure an attribute obtained is case-insensitive when we look it up | Jeroen van Meeuwen (Kolab Systems) | 2013-01-30 | 1 | -0/+2 |
* | Resolve redirect not being a terminal action - need stop on not keeping a cop... | Jeroen van Meeuwen (Kolab Systems) | 2013-01-28 | 2 | -0/+2 |
* | Correct the other call to modify ACL entries on IMAP folders from LDAP | Jeroen van Meeuwen (Kolab Systems) | 2013-01-27 | 1 | -2/+1 |
* | Correct keywords to call of setting acl entries on IMAP folders from LDAP | Jeroen van Meeuwen (Kolab Systems) | 2013-01-27 | 1 | -2/+1 |
* | Make sure a shared folder, at a very minimum, includes 'p' rights for anyone | Jeroen van Meeuwen (Kolab Systems) | 2013-01-27 | 1 | -2/+153 |
* | Log an error if the administrator password is empty | Jeroen van Meeuwen (Kolab Systems) | 2013-01-25 | 1 | -0/+12 |
* | Make sure that when aliases generated are compared to aliases existing, we co... | Jeroen van Meeuwen (Kolab Systems) | 2013-01-23 | 1 | -1/+1 |
* | Suppress print statements and replace them with better log statements | Jeroen van Meeuwen (Kolab Systems) | 2013-01-23 | 2 | -25/+24 |
* | Add delivery to folder sieve rule (#1519) | Jeroen van Meeuwen (Kolab Systems) | 2013-01-22 | 2 | -7/+13 |
* | Make sure we transliterate the components before we push them in to a policy ... | Jeroen van Meeuwen (Kolab Systems) | 2013-01-10 | 1 | -7/+12 |
* | Add debug statements for transliteration using pykolab.utils.translate(), so ... | Jeroen van Meeuwen (Kolab Systems) | 2013-01-10 | 1 | -1/+10 |
* | Require at least one extension (that does not hurt) | Jeroen van Meeuwen (Kolab Systems) | 2013-01-09 | 2 | -1/+7 |
* | Take in to account a _change_none_user can still require a mailbox rename | Jeroen van Meeuwen (Kolab Systems) | 2012-12-26 | 1 | -3/+27 |
* | Apply the recipient policy to entries with existing attributes as well (so ma... | Jeroen van Meeuwen (Kolab Systems) | 2012-12-26 | 1 | -19/+16 |
* | Update the user_edit function | Jeroen van Meeuwen (Kolab Systems) | 2012-12-26 | 1 | -8/+17 |
* | Repair wap client call user_add() | Jeroen van Meeuwen (Kolab Systems) | 2012-12-24 | 1 | -1/+1 |
* | Use the new no-persistent-search call to synchronize | Jeroen van Meeuwen (Kolab Systems) | 2012-12-24 | 1 | -1/+1 |
* | Allow synchronize() calls to specify to not use persistent searches | Jeroen van Meeuwen (Kolab Systems) | 2012-12-24 | 2 | -6/+12 |
* | Add mailbox-cleanup command | Jeroen van Meeuwen (Kolab Systems) | 2012-12-23 | 1 | -0/+65 |
* | Fix error in if clause logic | Jeroen van Meeuwen (Kolab Systems) | 2012-12-21 | 1 | -1/+1 |
* | Find a Kolab LDAP schema extensions file starting with kolab and ending with ... | Jeroen van Meeuwen (Kolab Systems) | 2012-12-20 | 1 | -9/+21 |
* | Use the ldap server configured in /etc/kolab/kolab.conf (#1475) | Jeroen van Meeuwen (Kolab Systems) | 2012-12-19 | 1 | -7/+15 |
* | Adjust utils.parse_ldap_uri() | Jeroen van Meeuwen (Kolab Systems) | 2012-12-19 | 1 | -5/+23 |
* | When creating a folder, attempt to create the folder but return false if the ... | Jeroen van Meeuwen (Kolab Systems) | 2012-12-19 | 1 | -2/+18 |
* | Retrieve the /shared/vendor/cyrus-imapd/server annotation | Jeroen van Meeuwen (Kolab Systems) | 2012-12-19 | 1 | -2/+2 |
* | Add objectclass inetdomain for custom inetdomainbasedn attribute (#1473) | Jeroen van Meeuwen (Kolab Systems) | 2012-12-17 | 1 | -0/+1 |
* | Fix issuing len() on a possible None | Jeroen van Meeuwen (Kolab Systems) | 2012-12-14 | 2 | -4/+4 |
* | Secure the SMTP server further, by verifying the envelope sender is either no... | Jeroen van Meeuwen (Kolab Systems) | 2012-12-11 | 1 | -0/+3 |
* | Lower-case the mailbox name for user mailboxes (#1455) | Jeroen van Meeuwen (Kolab Systems) | 2012-12-11 | 1 | -0/+4 |
* | Set the default username_domain so that users can login with mail and alias l... | Jeroen van Meeuwen (Kolab Systems) | 2012-12-09 | 1 | -0/+1 |
* | Let the output include what folder the output is for | Jeroen van Meeuwen (Kolab Systems) | 2012-12-04 | 1 | -0/+3 |
* | Correct whether or not to set the TLS certificates on RPM-based distributions | Jeroen van Meeuwen (Kolab Systems) | 2012-12-04 | 1 | -0/+2 |