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