Age | Commit message (Expand) | Author | Files | Lines |
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) | 2 | -2/+53 |
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 pykolab.imap.cyrus.Cyrus.connect() | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+33 |
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-27 | Use self.m over imap.m | Jeroen van Meeuwen (Kolab Systems) | 1 | -13/+9 |
2012-04-19 | Rebase on specification | Jeroen van Meeuwen (Kolab Systems) | 2 | -156/+218 |
2012-04-17 | Prevent kolabd from having started too early, and not being able to connect t... | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+7 |
2012-04-17 | try/except setting annotations on folders (#705) | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+4 |
2012-04-08 | Use current_server, not server, as server is undefined in this context | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2012-04-08 | Connect to the new server using the template for the original uri | Jeroen van Meeuwen (Kolab Systems) | 1 | -4/+4 |
2012-04-08 | Use the configured quota attribute | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+1 |
2012-04-08 | Do not reconnect to get an annotation | Jeroen van Meeuwen (Kolab Systems) | 1 | -1/+0 |
2012-03-09 | Correct some pylint conventions | Jeroen van Meeuwen (Kolab Systems) | 2 | -68/+68 |
2012-02-24 | Remove print statements | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+5 |
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) | 2 | -2/+2 |
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) | 2 | -2/+60 |
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) | 2 | -23/+23 |
2011-11-04 | Merge stash - no changes | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+2 |
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) | 2 | -82/+96 |
2011-09-21 | Detect running in a Murder using the CAPABILITIES line | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+16 |
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) | 2 | -19/+32 |
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-07-05 | Annotate the difference between a solution and a workaround | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+1 |
2011-07-04 | If the folder does not exist, there's no annotations to be returned. This is ... | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+3 |
2011-07-04 | Do not call a delete we do not have, | Jeroen van Meeuwen (Kolab Systems) | 1 | -3/+7 |
2011-06-17 | Fix the undelete code | Jeroen van Meeuwen (Kolab Systems) | 2 | -16/+102 |
2011-04-11 | Pull out auth and conf from becoming multi-instance all over the place. One o... | Jeroen van Meeuwen (Kolab Systems) | 2 | -147/+201 |
2011-03-23 | Provide convenience functions to IMAP() | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+14 |
2011-03-23 | Add undelete() to Cyrus | Jeroen van Meeuwen (Kolab Systems) | 1 | -0/+179 |
2011-03-23 | Enhance imap handling with the ability to move users, | Jeroen van Meeuwen (Kolab Systems) | 2 | -55/+230 |
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 |