[imp] unable to see unsubscribed folders

2015-01-20 Thread Michael Menge

Hi,

With imp 6.2.5, Horde_Imap_Client 2.26.0 I am unable to show
unsubscribed folders. Show all mailboxes will not show unsubscribed mailboxes.
Only folders unsubscribed while using show all mailboxes will be listed
till hide unsubscribed mailboxes is clicked, if show all mailboxes
is clicked again the unsubscribed mailbox will not reappear.

Can some one confirm this?

Regards

   Michael Menge




M.MengeTel.: (49) 7071/29-70316
Universität Tübingen   Fax.: (49) 7071/29-5912
Zentrum für Datenverarbeitung  mail:  
michael.me...@zdv.uni-tuebingen.de

Wächterstraße 76
72074 Tübingen

smime.p7s
Description: S/MIME Signatur
-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

[imp] IMP H5 (6.2.6) (final)

2015-01-20 Thread Jan Schneider

The Horde Team is pleased to announce the final release of the Internet Mail
Program (IMP) version H5 (6.2.6).

IMP, the Internet Mail Program, is one of the most popular and widely deployed
open source webmail applications in the world. It allows universal, web-based
access to IMAP and POP3 mail servers and provides dynamic, mobile, basic, and
minimal interfaces with a rich range of features normally found only  
in desktop

email clients. For more information on IMP, visit
http://www.horde.org/apps/imp.

For upgrading instructions, please see
http://www.horde.org/apps/imp/docs/UPGRADING

For detailed installation and configuration instructions, please see
http://www.horde.org/apps/imp/docs/INSTALL

The major changes compared to IMP version H5 (6.2.5) are:
* Fixed adding addresses from address book popup.
* Made dependency on File_ASN1 optional.
* Small bugfixes.

The full list of changes can be viewed here:

https://github.com/horde/horde/blob/12e4ab64bbfb7a49e4042fd91328a649e5ffe9c7/imp/docs/CHANGES

Have fun!

The Horde Team.
--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] IMP Login Issues With Internet Explorer

2015-01-20 Thread Adam Tauno Williams
On Tue, 2015-01-20 at 14:31 -0500, Adam Tauno Williams wrote: 
 On Mon, 2015-01-19 at 15:40 -0500, Adam Tauno Williams wrote: 
  On Mon, 2015-01-19 at 12:17 -0600, Andy Dorman wrote: 
   On 01/19/2015 11:12 AM, Adam Tauno Williams wrote:
Horde 5.2.3 / IMP 6.2.4
Firefox 31.20.0
Internet Explorer 11.0.13
Logging into my instance with Firefox [or Epiphany] works without
incident.
Logging into Internet Explorer fails, it just says authentication fails
and goes back to the login page.
Anyone else seen this?  There appears to be no errors, warnings, etc...
   Try clearing all your cookies for the login domain.  We will see this 
   often in Chrome  FF when testing subdomains like beta.mydomain.com and 
   then trying to login at mydomain.com.
  Done, it didn't effect the problem.  And the same exact issue occurs in
  compatibility mode.
  The login is to a fully qualified hostname, but a domain/alias.
 Does a POST to /login.php with a HTTP/302 response with a location
 header of
 http://horde_p.mormail.com/imp/dynamic.php?page=mailboxu=195593741754bea9e98dbd4;
  
indicate that authentication was successful? 
 Then the GET request follows to
 GET /imp/dynamic.php?page=mailboxu=195593741754bea9e98dbd4 ang gets a
 HTTP/302 with a Location header back to the login.php page.  So I just
 got kicked out?
 Notably the GET request to /imp/dynamic does not contain a Cookie
 header.
 The Set-Cookie in the original HTTP/302 [in response to login.php] looks
 like -
 Set-Cookie: Horde=3k1r7gt07.8rn9e2; path=/;
 domain=horde_p.example.com; HttpOnly
 Set-Cookie: horde_secret_key=3k1r7g.em88rn9e2; path=/;
 domain=horde_p.example.com; httponly
 Set-Cookie: default_horde_view=deleted; expires=Thu, 01-Jan-1970
 00:00:01 GMT; Max-Age=0; path=/; domain=horde_p.example.com

It would appear the issue is somehow related to cookies and session
persistence.  Setting $conf['session']['use_only_cookies'] = false;
allows login via Internet Explorer.

-- 
Adam Tauno Williams mailto:awill...@whitemice.org GPG D95ED383
OpenGroupware Developer http://www.opengroupware.us/

-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] IMAP Folders and Email Display Problems in SmartMobile View, resolved

2015-01-20 Thread Michael M Slusarz

Quoting Andy Dorman ador...@ironicdesign.com:

I went to the jquery-mobile site and grabbed the latest version of  
jquery-mobile and shoved that onto our dev server where debian loads  
it's outdated package (/usr/share/javascript/jquery-mobile/) and  
Horde links to files in that directory.  I adjusted the sym links  
that link the generic names to specific versions to use the v 1.4.5  
files and everything works now.


jquery mobile v1.4 will NOT work with Horde's smartmobile view.  All  
sorts of things are broken.


In short:
  - jquery mobile does handle dynamic pages well at all.
  - We had to custom write a bunch of localized Horde code to support  
dynamic pages
  - The way jquery mobile loads pages changed between 1.3 - 1.4,  
breaking this custom code


michael

___
Michael Slusarz [slus...@horde.org]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


[imp] IMAP Folders and Email Display Problems in SmartMobile View

2015-01-20 Thread Andy Dorman
We have a very strange problem that I have been unable to trace and I 
wonder if anyone recognizes this and can tell me what I need to change 
to fix this.  I will file a bug report if I can determine this is not a 
configuration issue.


We are running a Debian install with PHP 5.6.4, Horde 5.2.1, IMP 6.2.2,
and the latest Debian package for jquery.mobile.js loads version 1.2.0.

When using the smartmobile view we are able to login and use all apps 
except IMP.  With IMP we are seeing the following behavior in all mobile 
or desktop browsers (Safari, K9, IE, FF, Chrome) that we have tested so far:


I watched firebug during all page loads and everything is being loaded 
as it should be.  Based on the error below I made certain that 
jquery.mobile.min.js (v1.2.0) is loading, about 100ms after smartmobile.js.


No Horde or PHP errors are being logged to syslog when these problems 
happen.


- After login we click on Mail (mailbox display pref set to display 
folders after login and Use IMAP mailbox subscriptions? is UNchecked) 
and get an empty mail Folders display with menu bars top and bottom.


In firebug on Chrome we get the following console error for line 316 of 
smartmobile.js: Uncaught TypeError: undefined is not a function


...
314   onPageChange: function(e, data)
315   {
316$.mobile.navigate(data.options.dataUrl || ('#' + 
HordeMobile.currentPage()), {}, true);

317   },
...

In firebug on FF the reported error for line 316 is TypeError: 
$.mobile.navigate is not a function


Clicking on Refresh in the bottom menu at this point does nothing (does 
not even show the busy icon.)


- If we click on Show All we see all our IMAP folders.  If we click on 
Show Polled we see only Inbox, Drafts, Sent, Templates, and Trash.


- When I click on a folder I again get menu bars top and bottom with an 
empty display between them.  I also get two console errors for line 316 
of smartmobile.js (same as above)


- Clicking on Refresh bring up the list of emails in the selected folder.

- Click on an email brings up top  bottom menu bars, the same line 316 
error and no email.  This time however there is no refresh option that 
will display the email without running into the $.mobile.navigate is 
not a function error.  So we can not see email in smartmobile view.


So I am going to investigate the possibility of a version problem with 
jquery.mobile.js 1.2.0.  I would really appreciate it if anyone can 
confirm the version issue or knows of something else I should look at.


Thanks for your assistance.

--
Andy Dorman

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] IMAP Folders and Email Display Problems in SmartMobile View, resolved

2015-01-20 Thread Andy Dorman

On 01/20/2015 04:19 PM, Andy Dorman wrote:

We have a very strange problem that I have been unable to trace and I
wonder if anyone recognizes this and can tell me what I need to change
to fix this.  I will file a bug report if I can determine this is not a
configuration issue.

We are running a Debian install with PHP 5.6.4, Horde 5.2.1, IMP 6.2.2,
and the latest Debian package for jquery.mobile.js loads version 1.2.0.

When using the smartmobile view we are able to login and use all apps
except IMP.  With IMP we are seeing the following behavior in all mobile
or desktop browsers (Safari, K9, IE, FF, Chrome) that we have tested so
far:

I watched firebug during all page loads and everything is being loaded
as it should be.  Based on the error below I made certain that
jquery.mobile.min.js (v1.2.0) is loading, about 100ms after smartmobile.js.

No Horde or PHP errors are being logged to syslog when these problems
happen.

- After login we click on Mail (mailbox display pref set to display
folders after login and Use IMAP mailbox subscriptions? is UNchecked)
and get an empty mail Folders display with menu bars top and bottom.

In firebug on Chrome we get the following console error for line 316 of
smartmobile.js: Uncaught TypeError: undefined is not a function

...
314   onPageChange: function(e, data)
315   {
316$.mobile.navigate(data.options.dataUrl || ('#' +
HordeMobile.currentPage()), {}, true);
317   },
...

In firebug on FF the reported error for line 316 is TypeError:
$.mobile.navigate is not a function

Clicking on Refresh in the bottom menu at this point does nothing (does
not even show the busy icon.)

- If we click on Show All we see all our IMAP folders.  If we click on
Show Polled we see only Inbox, Drafts, Sent, Templates, and Trash.

- When I click on a folder I again get menu bars top and bottom with an
empty display between them.  I also get two console errors for line 316
of smartmobile.js (same as above)

- Clicking on Refresh bring up the list of emails in the selected folder.

- Click on an email brings up top  bottom menu bars, the same line 316
error and no email.  This time however there is no refresh option that
will display the email without running into the $.mobile.navigate is
not a function error.  So we can not see email in smartmobile view.

So I am going to investigate the possibility of a version problem with
jquery.mobile.js 1.2.0.  I would really appreciate it if anyone can
confirm the version issue or knows of something else I should look at.

Thanks for your assistance.



I went to the jquery-mobile site and grabbed the latest version of 
jquery-mobile and shoved that onto our dev server where debian loads 
it's outdated package (/usr/share/javascript/jquery-mobile/) and Horde 
links to files in that directory.  I adjusted the sym links that link 
the generic names to specific versions to use the v 1.4.5 files and 
everything works now.


So now to see if I can help the Debian package maintainer upgrade the 
Debian package somehow (I am NOT a Debian Package person) or just monkey 
patch all our prod servers until the Debian package catches up.


Sorry if I wasted anyone's time looking into this.

--
Andy Dorman

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] IMAP Folders and Email Display Problems in SmartMobile View, resolved, use jquery-mobile v 1.3.2

2015-01-20 Thread Andy Dorman

On 01/20/2015 05:17 PM, Michael M Slusarz wrote:

Quoting Andy Dorman ador...@ironicdesign.com:


I went to the jquery-mobile site and grabbed the latest version of
jquery-mobile and shoved that onto our dev server where debian loads
it's outdated package (/usr/share/javascript/jquery-mobile/) and Horde
links to files in that directory.  I adjusted the sym links that link
the generic names to specific versions to use the v 1.4.5 files and
everything works now.


jquery mobile v1.4 will NOT work with Horde's smartmobile view.  All
sorts of things are broken.

In short:
   - jquery mobile does handle dynamic pages well at all.
   - We had to custom write a bunch of localized Horde code to support
dynamic pages
   - The way jquery mobile loads pages changed between 1.3 - 1.4,
breaking this custom code

michael

___
Michael Slusarz [slus...@horde.org]



Thanks for the information Michael. I did not find anywhere where the 
jquery-mobile version requirement was specified, so I grabbed the latest.


I will switch to using v 1.3.2 which is still available at 
jquerymobile.com/download


Thanks again for all your help.

--
Andy Dorman

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] IMAP Folders and Email Display Problems in SmartMobile View, resolved, use jquery-mobile v 1.3.2

2015-01-20 Thread Michael M Slusarz

Quoting Andy Dorman ador...@ironicdesign.com:


On 01/20/2015 05:17 PM, Michael M Slusarz wrote:

Quoting Andy Dorman ador...@ironicdesign.com:


I went to the jquery-mobile site and grabbed the latest version of
jquery-mobile and shoved that onto our dev server where debian loads
it's outdated package (/usr/share/javascript/jquery-mobile/) and Horde
links to files in that directory.  I adjusted the sym links that link
the generic names to specific versions to use the v 1.4.5 files and
everything works now.


jquery mobile v1.4 will NOT work with Horde's smartmobile view.  All
sorts of things are broken.

In short:
  - jquery mobile does handle dynamic pages well at all.
  - We had to custom write a bunch of localized Horde code to support
dynamic pages
  - The way jquery mobile loads pages changed between 1.3 - 1.4,
breaking this custom code

michael

___
Michael Slusarz [slus...@horde.org]



Thanks for the information Michael. I did not find anywhere where  
the jquery-mobile version requirement was specified, so I grabbed  
the latest.


I will switch to using v 1.3.2 which is still available at  
jquerymobile.com/download


That's the version shipped with (the latest version of) Horde_Core, FWIW.

michael

___
Michael Slusarz [slus...@horde.org]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] IMP Login Issues With Internet Explorer

2015-01-20 Thread Michael M Slusarz

Quoting Adam Tauno Williams awill...@opengroupware.us:


Does a POST to /login.php with a HTTP/302 response with a location
header of
http://horde_p.mormail.com/imp/dynamic.php?page=mailboxu=195593741754bea9e98dbd4;
indicate that authentication was successful?


Yes.


Then the GET request follows to
GET /imp/dynamic.php?page=mailboxu=195593741754bea9e98dbd4 ang gets a
HTTP/302 with a Location header back to the login.php page.  So I just
got kicked out?
Notably the GET request to /imp/dynamic does not contain a Cookie
header.
The Set-Cookie in the original HTTP/302 [in response to login.php] looks
like -
Set-Cookie: Horde=3k1r7gt07.8rn9e2; path=/;
domain=horde_p.example.com; HttpOnly
Set-Cookie: horde_secret_key=3k1r7g.em88rn9e2; path=/;
domain=horde_p.example.com; httponly
Set-Cookie: default_horde_view=deleted; expires=Thu, 01-Jan-1970
00:00:01 GMT; Max-Age=0; path=/; domain=horde_p.example.com


It would appear the issue is somehow related to cookies and session
persistence.  Setting $conf['session']['use_only_cookies'] = false;
allows login via Internet Explorer.


That does sound like a cookie issue.  But PHP handles setting cookies  
on the browser-side, so that wouldn't be a Horde issue (and, as  
mentioned before, I can't reproduce using cookies with IE 11).


michael

___
Michael Slusarz [slus...@horde.org]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org


Re: [imp] IMP Login Issues With Internet Explorer

2015-01-20 Thread Adam Tauno Williams
On Mon, 2015-01-19 at 15:40 -0500, Adam Tauno Williams wrote: 
 On Mon, 2015-01-19 at 12:17 -0600, Andy Dorman wrote: 
  On 01/19/2015 11:12 AM, Adam Tauno Williams wrote:
   Horde 5.2.3 / IMP 6.2.4
   Firefox 31.20.0
   Internet Explorer 11.0.13
   Logging into my instance with Firefox [or Epiphany] works without
   incident.
   Logging into Internet Explorer fails, it just says authentication fails
   and goes back to the login page.
   Anyone else seen this?  There appears to be no errors, warnings, etc...
  Try clearing all your cookies for the login domain.  We will see this 
  often in Chrome  FF when testing subdomains like beta.mydomain.com and 
  then trying to login at mydomain.com.
 Done, it didn't effect the problem.  And the same exact issue occurs in
 compatibility mode.
 The login is to a fully qualified hostname, but a domain/alias.

Does a POST to /login.php with a HTTP/302 response with a location
header of
http://horde_p.mormail.com/imp/dynamic.php?page=mailboxu=195593741754bea9e98dbd4;
 indicate that authentication was successful?

Then the GET request follows to
GET /imp/dynamic.php?page=mailboxu=195593741754bea9e98dbd4 ang gets a
HTTP/302 with a Location header back to the login.php page.  So I just
got kicked out?

Notably the GET request to /imp/dynamic does not contain a Cookie
header.

The Set-Cookie in the original HTTP/302 [in response to login.php] looks
like -

Set-Cookie: Horde=3k1r7gt07.8rn9e2; path=/;
domain=horde_p.example.com; HttpOnly
Set-Cookie: horde_secret_key=3k1r7g.em88rn9e2; path=/;
domain=horde_p.example.com; httponly
Set-Cookie: default_horde_view=deleted; expires=Thu, 01-Jan-1970
00:00:01 GMT; Max-Age=0; path=/; domain=horde_p.example.com

-- 
Adam Tauno Williams mailto:awill...@whitemice.org GPG D95ED383
OpenGroupware Developer http://www.opengroupware.us/

-- 
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org