From b81fd0b37408891a312483242d90ac82e112ce04 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Sat, 11 Feb 2012 14:41:48 +0100 Subject: Pass the user along with the dynamicquota plugin, so it can recognize policies based on roles --- pykolab/imap/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pykolab/imap/__init__.py b/pykolab/imap/__init__.py index d95b29f..da592c4 100644 --- a/pykolab/imap/__init__.py +++ b/pykolab/imap/__init__.py @@ -402,7 +402,8 @@ class IMAP(object): 'used': used, 'current_quota': current_quota, 'new_quota': (int)(quota), - 'default_quota': (int)(default_quota) + 'default_quota': (int)(default_quota), + 'user': user } ) -- cgit v1.1