wilde: server/php-kolab/Kolab_Storage t_framework_HK_SW_Kolab__Storage_DovecotSharedFolderOwner.patch, 1.1, 1.2

cvs at kolab.org cvs at kolab.org
Wed Apr 29 17:19:46 CEST 2009


Author: wilde

Update of /kolabrepository/server/php-kolab/Kolab_Storage
In directory doto:/tmp/cvs-serv901

Modified Files:
	t_framework_HK_SW_Kolab__Storage_DovecotSharedFolderOwner.patch 
Log Message:
Added explanation to the DovecotSharedFolderOwner patch.


Index: t_framework_HK_SW_Kolab__Storage_DovecotSharedFolderOwner.patch
===================================================================
RCS file: /kolabrepository/server/php-kolab/Kolab_Storage/t_framework_HK_SW_Kolab__Storage_DovecotSharedFolderOwner.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- t_framework_HK_SW_Kolab__Storage_DovecotSharedFolderOwner.patch	26 Apr 2009 11:47:48 -0000	1.1
+++ t_framework_HK_SW_Kolab__Storage_DovecotSharedFolderOwner.patch	29 Apr 2009 15:19:44 -0000	1.2
@@ -1,3 +1,19 @@
+In the Kolab Cyrus Imap server mailboxes shared by other users are
+named following the pattern:
+
+  user/USERNAME/MAILBOX
+
+Where USERNAME is the sharing users name _without_ the domain part.
+Other IMAP servers however might specify the USERNAME including the
+domain -- this is the case for example with some Dovecot setups.
+
+The current code assumes the behavior of Cyrus and adds the users
+domain to construct the fully qualified owner of an shared folder.
+
+This Patch looks at the extracted USERNAME and if it already contains
+an at-sign, if so no extra domain part is added.
+
+
 diff -c a/horde-webmail/lib/Horde/Kolab/Storage/Folder.php b/horde-webmail/lib/Horde/Kolab/Storage/Folder.php
 --- a/horde-webmail/lib/Horde/Kolab/Storage/Folder.php
 +++ b/horde-webmail/lib/Horde/Kolab/Storage/Folder.php





More information about the commits mailing list