Re: [imp] quota using a generic function

2008-02-25 Thread Michael Redinger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan Schneider wrote: > It would be great if you could put the patch on bugs.horde.org. > > Zitat von Michael Redinger <[EMAIL PROTECTED]>: Ok, done. http://bugs.horde.org/ticket/?id=6322 Greetings, Michael >> Hi, >> &

[imp] quota using a generic function

2008-02-25 Thread Michael Redinger
Hi, the drivers available for getting the user's quota did not work for me: we do not have IMAP server quota support, the mail filesystems (and the users) are not available on the local machine, there are no quota log files etc. I therefore wrote a quick implementation of the quota API that

[imp] broken settings in dimp

2008-02-24 Thread Michael Redinger
are all the prefs pages that directly link to a file (e.g. pgp.php) and not to prefs.php?group=... Selecting the same prefs works fine in IMP. Thanks, Michael -- Michael Redinger Zentraler Informatikdienst (Central IT Services) Universitaet Innsbruck Technikerstrasse 13Tel

[imp] DIMP search

2008-02-24 Thread Michael Redinger
#x27;); However, I do not really know where to go from here: searchmsg seems to be set in imp.php using Util::getPost('searchmsg') That's where I am stuck: Where is this actually set/selected? (I also found the string in js/DimpCore.js, but I have know idea what this is all about ...

[imp] dynamically selecting the login server (based on the user)

2008-02-11 Thread Michael Redinger
'preferred' => set_preferred_server(array('^A', '.*-XY$')) ... ); $servers['imapserver2'] = array( 'preferred' => set_preferred_server(array('.*')) ... ); ## This seems to work very well for me. As you can see, the se