Re: [imp] Login failed - Groupware Webmail Edition 1.1

2008-06-13 Thread Steve Paras-Charlton
I had a similar problem when I went from an older packaged horde/imp to cvs about 8 months ago, and it turned out to be due to an older version of php (specifically php-imap) where the parameter list for the authenticate call had changed, and thus it always failed without even trying to contact the

Re: [imp] mailbox listing speed-up

2008-06-13 Thread Colin Guthrie
Ziba Scott wrote: No problem. Here it is. Again, the bulk of the diff is because of the indentations I added to the blocks which I put inside a new if statement. I'm also attaching the whole Tree.php file in case that's more convenient. diff -ub or svn diff --diff-cmd diff -x -ub wrok well h

Re: [imp] Login failed - Groupware Webmail Edition 1.1

2008-06-13 Thread Jan Schneider
Zitat von elias <[EMAIL PROTECTED]>: Hello list, after I have used Horde Groupware Webmail Edition 1.0.x for a long time without problems I have now made a fresh installation of the new Webmail Edition 1.1 on the same server with the same environment (Ubuntu, dovecot, postfix etc.) Since that I

[imp] Login failed - Groupware Webmail Edition 1.1

2008-06-13 Thread elias
Hello list, after I have used Horde Groupware Webmail Edition 1.0.x for a long time without problems I have now made a fresh installation of the new Webmail Edition 1.1 on the same server with the same environment (Ubuntu, dovecot, postfix etc.) Since that I always get "Login failed" when I try to

Re: [imp] IMP and mobile browsers..

2008-06-13 Thread Liam Hoekenga
> Remove the isMobile() check in login.php. i.e., in this revision: > http://cvs.horde.org/co.php?r=2.287&f=imp%2Flogin.php > > Line 276 change from: > if ($browser->isMobile()) { > > to: > if (false) { Ok, I tried this.. and users get stuck on a the mobile portal page, which is mostly blank

Re: [imp] IMP and mobile browsers..

2008-06-13 Thread Liam Hoekenga
We don't use the horde provided login screen (for horde or imp).. so we rely on their default mechanism... which says "mobile users get MIMP" Liam On Fri, 13 Jun 2008, Eric A. Bonney wrote: > I thought I saw an option in Horde maybe that allowed you to have a > drop down box at the login screen

Re: [imp] Changing the url of the defualt login

2008-06-13 Thread Mark Bishop
That's your virtual host not being configured correctly in apache. Nothing to do with horde/imp. Quoting "Eric A. Bonney" <[EMAIL PROTECTED]>: > Nope I get an HTTP 440 error when I change that. > > Thanks though... > > -Eric > > Quoting Mark Bishop <[EMAIL PROTECTED]>: > >> >> >> Look at con

Re: [imp] mailbox listing speed-up

2008-06-13 Thread Ziba Scott
No problem. Here it is. Again, the bulk of the diff is because of the indentations I added to the blocks which I put inside a new if statement. I'm also attaching the whole Tree.php file in case that's more convenient. -Ziba Michael M Slusarz wrote: > Quoting "Ziba Scott" <[EMAIL PROTECTED]>:

Re: [imp] imp 4.2, dimp 1.0, uw-imap and INBOX

2008-06-13 Thread Michael M Slusarz
Quoting "Laurent Moineau" <[EMAIL PROTECTED]>: > Hi, > I'm trying to upgrade from Horde Groupware Webmail Edition 1.0.6 to 1.1. > > I'm running php 5.2.6 and uw-imap 2007 and everything works as expected > in 1.0.6. > > Problem : in 1.1, new mails don't show up in dimp and only show up in > imp af

Re: [imp] Changing the url of the defualt login

2008-06-13 Thread Eric A. Bonney
Nope I get an HTTP 440 error when I change that. Thanks though... -Eric Quoting Mark Bishop <[EMAIL PROTECTED]>: > > > Look at config/conf.php:$conf['cookie']['path'] = '/webmail'; > > Quoting "Eric A. Bonney" <[EMAIL PROTECTED]>: > >> Currently I have an Alias that points to my horde setup and

Re: [imp] mailbox listing speed-up

2008-06-13 Thread Michael M Slusarz
Quoting "Ziba Scott" <[EMAIL PROTECTED]>: > Hi imp devs and all, > > After our recent horde/imp upgrade at umich, we've seen login times rise > from ~5-10 seconds to ~10-30 seconds. The bulk of this time is spent > building the mailbox list in IMP_Tree (imp/lib/IMAP/Tree.php). We've > made some

Re: [imp] Changing the url of the defualt login

2008-06-13 Thread Mark Bishop
Look at config/conf.php:$conf['cookie']['path'] = '/webmail'; Quoting "Eric A. Bonney" <[EMAIL PROTECTED]>: > Currently I have an Alias that points to my horde setup and it is set > up as such: > > Alias /horde "/usr/share/horde" > > AllowOverride None > Options ExecCGI -MultiView +SymLinksIfO

Re: [imp] IMP and mobile browsers..

2008-06-13 Thread Michael M Slusarz
Quoting "Liam Hoekenga" <[EMAIL PROTECTED]>: > So.. I touched on this a few weeks ago. With our upgrade from Horde > 3.0.x/ IMP 4.0.x to Horde 3.2 / IMP 4.2, our mobile users lost their > ability to access their mail (we didn't install MIMP). I could see > making MIMP available to things like my

[imp] Changing the url of the defualt login

2008-06-13 Thread Eric A. Bonney
Currently I have an Alias that points to my horde setup and it is set up as such: Alias /horde "/usr/share/horde" AllowOverride None Options ExecCGI -MultiView +SymLinksIfOwnerMatch Order allow,deny Allow from all What I really would like is to change the Alias to be /webmail. I can make th

Re: [imp] IMP and mobile browsers..

2008-06-13 Thread Eric A. Bonney
I thought I saw an option in Horde maybe that allowed you to have a drop down box at the login screen. This would allow the user to select any of the modules you have install (mimp, imp or dimp). I can't remember off the top of my head where this is, but I know it is there because this is ho

Re: [imp] mailbox listing speed-up

2008-06-13 Thread Chuck Hagenbuch
Quoting "Michael M Slusarz" <[EMAIL PROTECTED]>: > I will probably take a look at this over the next few days and provide > feedback/comments. My preference at this point would be to simply > scrap all of the tree walking code - 50% of IMP_Tree has to be code > dealing with walking the tree - and

[imp] IMP and mobile browsers..

2008-06-13 Thread Liam Hoekenga
So.. I touched on this a few weeks ago. With our upgrade from Horde 3.0.x/ IMP 4.0.x to Horde 3.2 / IMP 4.2, our mobile users lost their ability to access their mail (we didn't install MIMP). I could see making MIMP available to things like my 3yo nokia handset, but the people who are com

Re: [imp] Customizing tickets (problem reporting)

2008-06-13 Thread Otto Stolz
Hello Arminas, you have asked: > is there a way to link problem reporting with "imp", not > with "horde". When user is on imp (checking emails or smth), then he > clicks on "Problem" button on the top menu, and then top menu changes > to "horde" module menu. I'd like to leave user at imp. So is it

[imp] imp 4.2, dimp 1.0, uw-imap and INBOX

2008-06-13 Thread Laurent Moineau
Hi, I'm trying to upgrade from Horde Groupware Webmail Edition 1.0.6 to 1.1. I'm running php 5.2.6 and uw-imap 2007 and everything works as expected in 1.0.6. Problem : in 1.1, new mails don't show up in dimp and only show up in imp after the login but not during the session. My imap config is