Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Make the Kolab SMTP Access Policy smarter | Jeroen van Meeuwen (Kolab Systems) | 2013-09-20 | 1 | -32/+19 | |
| | | ||||||
| * | Adapt to the new logic of storing domain parameters | Jeroen van Meeuwen (Kolab Systems) | 2013-09-20 | 1 | -20/+24 | |
| | | ||||||
| * | Increase the efficiency of three frequently used queries: | Jeroen van Meeuwen (Kolab Systems) | 2013-09-20 | 1 | -2/+18 | |
| | | | | | | | | | | | | - The search for recipients does not have to include the nsuniqueid attribute, - Not all domains list have to include all domains, - There's no need to search for supported controls if we already know what controls are supported. | |||||
| * | Replace the use of secondary domains with just domains - all keys are all ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-09-20 | 1 | -1/+2 | |
| | | | | | | | | domains we have, and their parent (including the parent) | |||||
| * | Make sure the recipient checks are cached as well | Jeroen van Meeuwen (Kolab Systems) | 2013-09-20 | 2 | -14/+73 | |
| | | ||||||
| * | Store a domain's root dn once it is found, so that subsequent actions ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-09-18 | 1 | -2/+11 | |
| | | | | | | | | against the same base sub-class instance do not need to search again and again | |||||
| * | Avoid duplicating the search for a domain root dn / domain connection | Jeroen van Meeuwen (Kolab Systems) | 2013-09-18 | 1 | -1/+1 | |
| | | ||||||
| * | Merge branch 'master' of ssh://git.kolabsys.com/git/pykolab | Jeroen van Meeuwen (Kolab Systems) | 2013-09-18 | 141 | -1474/+2862 | |
| |\ | ||||||
| * | | Make sure the user mailbox name is lower-cased when comparing to normalized ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-09-15 | 2 | -3/+3 | |
| | | | | | | | | | | | | user mailbox names in IMAP | |||||
* | | | Allow Univention Configuration Registry to influence whether or we delete ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-10-04 | 1 | -8/+12 | |
| | | | | | | | | | | | | any mailboxes (#1003420) | |||||
* | | | Remove the removal of the MIME version header field | Jeroen van Meeuwen (Kolab Systems) | 2013-08-25 | 1 | -1/+0 | |
| | | | ||||||
* | | | Release 2 | Jeroen van Meeuwen (Kolab Systems) | 2013-08-24 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Escape the $ in $_SERVER with a \ | Jeroen van Meeuwen (Kolab Systems) | 2013-08-24 | 1 | -1/+1 | |
| | | ||||||
* | | Adjust the default folders created | Jeroen van Meeuwen (Kolab Systems) | 2013-08-23 | 1 | -0/+4 | |
| | | ||||||
* | | Don't forget to include the new file, ey?pykolab-0.6.5 | Jeroen van Meeuwen (Kolab Systems) | 2013-08-22 | 1 | -0/+1 | |
| | | ||||||
* | | 0.6.5 | Jeroen van Meeuwen (Kolab Systems) | 2013-08-22 | 1 | -2/+2 | |
| | | ||||||
* | | Make use of the authentication cache | Jeroen van Meeuwen (Kolab Systems) | 2013-08-22 | 1 | -40/+72 | |
| | | ||||||
* | | Add an authentication cache | Jeroen van Meeuwen (Kolab Systems) | 2013-08-22 | 1 | -0/+138 | |
| | | ||||||
* | | Change the default location of chwala | Jeroen van Meeuwen (Kolab Systems) | 2013-08-20 | 1 | -1/+1 | |
| | | ||||||
* | | Add a command to sync mailhost attributes with what is factually in the murder | Jeroen van Meeuwen (Kolab Systems) | 2013-08-19 | 1 | -0/+133 | |
| | | ||||||
* | | Actually push the value of an attribute to set in set_entry_attribute() | Jeroen van Meeuwen (Kolab Systems) | 2013-08-18 | 1 | -2/+2 | |
| | | ||||||
* | | Release 2 | Jeroen van Meeuwen (Kolab Systems) | 2013-08-13 | 1 | -1/+1 | |
| | | ||||||
* | | Don't forget the indentiation level | Jeroen van Meeuwen (Kolab Systems) | 2013-08-13 | 1 | -10/+10 | |
| | | ||||||
* | | Release 0.6.4pykolab-0.6.4 | Jeroen van Meeuwen (Kolab Systems) | 2013-08-13 | 1 | -1/+1 | |
| | | ||||||
* | | Add stripping certain headers using header_checks as a default | Jeroen van Meeuwen (Kolab Systems) | 2013-08-13 | 6 | -135/+97 | |
| | | ||||||
* | | Attempt to convert the current LDAP quota to an integer and fail silently ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-08-13 | 1 | -0/+5 | |
| | | | | | | | | should this fail | |||||
* | | Add commands count-domain-mailboxes and server-info, enhance list-mailboxes | Jeroen van Meeuwen (Kolab Systems) | 2013-08-13 | 4 | -1/+130 | |
| | | ||||||
* | | Update the setting up of Roundcube to the latest | Jeroen van Meeuwen (Kolab Systems) | 2013-08-13 | 15 | -382/+291 | |
| | | ||||||
* | | Lower-case email addresses and attributes for comparison | Jeroen van Meeuwen (Kolab Systems) | 2013-08-13 | 1 | -7/+10 | |
| | | | | | | | | PREPEND Sender: header | |||||
* | | Set the imapd.conf tls_ca_file to a non-bundle | Jeroen van Meeuwen (Kolab Systems) | 2013-08-13 | 1 | -1/+1 | |
| | | ||||||
* | | Only attempt to set the mailhost attribute on actual entries | Jeroen van Meeuwen (Kolab Systems) | 2013-08-09 | 1 | -1/+2 | |
| | | ||||||
* | | Add --raw to list-user-subscriptions to allow displaying the folder names in ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-08-09 | 1 | -2/+15 | |
| | | | | | | | | raw utf-7 | |||||
* | | Add --server=server to list-quota | Jeroen van Meeuwen (Kolab Systems) | 2013-08-09 | 1 | -1/+14 | |
| | | ||||||
* | | Correct the selection of the folder for list-messages | Jeroen van Meeuwen (Kolab Systems) | 2013-08-09 | 1 | -2/+5 | |
| | | ||||||
* | | Disable http_authentication and listcommands plugins by default | Jeroen van Meeuwen (Kolab Systems) | 2013-08-08 | 1 | -2/+2 | |
| | | ||||||
* | | Add user_find method and do not traceback when the result is not OK | Jeroen van Meeuwen (Kolab Systems) | 2013-08-03 | 1 | -1/+26 | |
| | | ||||||
* | | Do not convert folder names that are already raw to utf7 again | Jeroen van Meeuwen (Kolab Systems) | 2013-08-03 | 1 | -2/+2 | |
| | | ||||||
* | | Add a command-line option to specify a specific server | Jeroen van Meeuwen (Kolab Systems) | 2013-08-03 | 1 | -2/+16 | |
| | | ||||||
* | | List deleted mailboxes with the deletion date | Jeroen van Meeuwen (Kolab Systems) | 2013-08-03 | 1 | -2/+40 | |
| | | ||||||
* | | Add a command user-info | Jeroen van Meeuwen (Kolab Systems) | 2013-08-03 | 1 | -0/+48 | |
| | | ||||||
* | | A standard root dn is the ,dc= version of the parent root domain, and not ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-08-03 | 1 | -0/+3 | |
| | | | | | | | | (potentially) an alias | |||||
* | | Configure Auth() correctly, or we will not be able to adjust the mailhost ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-08-02 | 1 | -5/+5 | |
| | | | | | | | | attribute | |||||
* | | Use the base_dn obtained unless the proper routine finds different | Jeroen van Meeuwen (Kolab Systems) | 2013-08-02 | 1 | -2/+16 | |
| | | ||||||
* | | When deleting acls from many,many mailboxes in one go, the mailbox that ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-08-02 | 1 | -1/+5 | |
| | | | | | | | | occured in the list may not be around any longer, by the time we get to remove the acl | |||||
* | | Add a command to list mailboxes for a specific domain including its alias ↵ | Jeroen van Meeuwen (Kolab Systems) | 2013-08-02 | 1 | -0/+83 | |
| | | | | | | | | domains (for they may be different realms) | |||||
* | | 0.6.3 | Jeroen van Meeuwen (Kolab Systems) | 2013-07-31 | 1 | -1/+1 | |
| | | ||||||
* | | Catch LDAP errors | Jeroen van Meeuwen (Kolab Systems) | 2013-07-31 | 1 | -1/+8 | |
| | | ||||||
* | | Use a dynamic user filter | Jeroen van Meeuwen (Kolab Systems) | 2013-07-31 | 1 | -1/+9 | |
| | | ||||||
* | | Make sure to exclude groupofurls from distgroups searches | Jeroen van Meeuwen (Kolab Systems) | 2013-07-31 | 1 | -2/+2 | |
| | | ||||||
* | | Disable squatter for new setups, or messages go missing | Jeroen van Meeuwen (Kolab Systems) | 2013-07-31 | 1 | -1/+1 | |
| | |