Age | Commit message (Expand) | Author | Files | Lines |
2012-12-11 | Lower-case the mailbox name for user mailboxes (#1455) | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+4 |
2012-12-04 | Use self.set_acl() rather then self.imap.sam() | Jeroen van Meeuwen (Kolab Systems) | 1 | -11/+54 |
2012-11-30 | Reconnect if setting quota fails | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+9 |
2012-11-21 | Ensure the mailbox name is lower-cased upon creation | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+7 |
2012-09-07 | Make sure quota changes propagate from LDAP to IMAP | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+10 |
2012-09-06 | Move setting the quota to outside of the loop where we login as the user | Jeroen van Meeuwen (Kolab Systems) | 1 | -7/+12 |
2012-09-04 | Remove setting / removing cyrus-admin privileges before setting annotations, ... | Jeroen van Meeuwen (Kolab Systems) | 1 | -45/+9 |
2012-08-30 | Use the internal set_metadata() function | Jeroen van Meeuwen (Kolab Systems) | 1 | -7/+6 |
2012-08-23 | Reconnect after "login as..." | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+4 |
2012-08-14 | Correct another line-break for the purpose of l10n | Jeroen van Meeuwen (Kolab Systems) | 1 | -2/+1 |
2012-08-12 | Remove the self.connect() calls, as these routines are not aware of the state... | Jeroen van Meeuwen (Kolab Systems) | 1 | -15/+0 |
2012-08-08 | Fix typo | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2012-08-08 | Add functions that support some of the new command line client commands | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+50 |
2012-08-07 | Add new command-line utility commands lam, sam and dam (list, set and delete ... | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+13 |
2012-08-05 | Make sure new users are subscribed to all folders in the personal namespace (... | Jeroen van Meeuwen (Kolab Systems) | 1 | -2/+60 |
2012-06-13 | Add set_quota() | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+7 |
2012-06-13 | Some pylint errors, | Jeroen van Meeuwen (Kolab Systems) | 1 | -2/+23 |
2012-06-11 | Remove synchronize() function (obsolete) | Jeroen van Meeuwen (Kolab Systems) | 1 | -12/+0 |
2012-05-21 | Be a little more robust about the shared folder strategy. | Jeroen van Meeuwen (Kolab Systems) | 1 | -4/+32 |
2012-04-19 | Rebase on specification | Jeroen van Meeuwen (Kolab Systems) | 1 | -150/+217 |
2012-04-08 | Use the configured quota attribute | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2012-03-09 | Correct some pylint conventions | Jeroen van Meeuwen (Kolab Systems) | 1 | -46/+46 |
2012-02-11 | Pass the user along with the dynamicquota plugin, so it can recognize policie... | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+2 |
2012-01-04 | Update copyrightdev/entitlements | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2011-12-06 | Fix "automatic" reconnecting should the connection timeout / cease to exist | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+5 |
2011-12-01 | Attempt to execute a noop command before attempting to reuse the connection. | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+7 |
2011-11-29 | Allow re-login to an existing IMAP server connection. | Jeroen van Meeuwen (Kolab Systems) | 1 | -2/+57 |
2011-11-24 | Connect to the IMAP server for the particular domain | Jeroen van Meeuwen (Kolab Systems) | 1 | -9/+19 |
2011-11-21 | Only create the INBOX folder and apply the rest of the logic when the INBOX f... | Jeroen van Meeuwen (Kolab Systems) | 1 | -32/+40 |
2011-11-11 | A seperator is correctly spelled separator | Jeroen van Meeuwen (Kolab Systems) | 1 | -7/+7 |
2011-10-19 | Correct attempting to load the wrong library (imap -> imaplib) | Jeroen van Meeuwen (Kolab Systems) | 1 | -2/+8 |
2011-09-26 | Update IMAP libs to be more consistent in terminology | Jeroen van Meeuwen (Kolab Systems) | 1 | -21/+35 |
2011-09-21 | Consolidate abstract mailbox delete() function | Jeroen van Meeuwen (Kolab Systems) | 1 | -2/+74 |
2011-07-06 | On el5, urlparse returns a tuple | Jeroen van Meeuwen (Kolab Systems) | 1 | -12/+18 |
2011-07-05 | Add an additional boolean to the call to connect to imap, whether or not to l... | Jeroen van Meeuwen (Kolab Systems) | 1 | -7/+10 |
2011-06-17 | Fix the undelete code | Jeroen van Meeuwen (Kolab Systems) | 1 | -8/+71 |
2011-04-11 | Pull out auth and conf from becoming multi-instance all over the place. One o... | Jeroen van Meeuwen (Kolab Systems) | 1 | -87/+105 |
2011-03-23 | Provide convenience functions to IMAP() | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+14 |
2011-03-23 | Enhance imap handling with the ability to move users, | Jeroen van Meeuwen (Kolab Systems) | 1 | -55/+134 |
2011-03-07 | Also set the acls on additional folders | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+15 |
2011-03-07 | Relicense from GPLv2 only to GPLv3+ | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2011-03-07 | Update the imap abstraction layer to be a little more efficient, and make sur... | Jeroen van Meeuwen (Kolab Systems) | 1 | -50/+128 |
2011-03-02 | Temporary disable additional_folders from being actively used, | Jeroen van Meeuwen (Kolab Systems) | 1 | -5/+3 |
2011-02-21 | Update pykolab including: | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+209 |