Summary | Getting error he mail server does not support IMAP4rev1 (RFC 3501). |
Queue | Horde Base |
Queue Version | FRAMEWORK_4 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | steve (at) quorg (dot) org |
Created | 09/11/2012 (4676 days ago) |
Due | |
Updated | 10/15/2012 (4642 days ago) |
Assigned | 09/25/2012 (4662 days ago) |
Resolved | 10/15/2012 (4642 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 35ff92c72c6eae2e5bd8e61c26ff75bff7ec2462
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Oct 15 00:06:45 2012 -0600
[mms] Fix reinitializing a prior authenticated client object when
the IMAP server subsequently becomes unavailable (
Bug #11413).Conflicts:
framework/Imap_Client/package.xml
.../Imap_Client/lib/Horde/Imap/Client/Base.php | 20
++++++++++++--------
.../Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 +++-
.../lib/Horde/Imap/Client/Socket/Pop3.php | 2 +-
framework/Imap_Client/package.xml | 15 ++++++++++++++-
4 files changed, 30 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/35ff92c72c6eae2e5bd8e61c26ff75bff7ec2462
re-login with a Kolab backend.
with session destruction. But it has nothing to do with this ticket.
re-login with a Kolab backend.
-> The Kolab backend always failed to properly re-authenticate to the
IMAP server.
Jan wasn't seeing this so I blamed my borked installation until now ;)
commit 35ff92c72c6eae2e5bd8e61c26ff75bff7ec2462
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Oct 15 00:06:45 2012 -0600
[mms] Fix reinitializing a prior authenticated client object when
the IMAP server subsequently becomes unavailable (
Bug #11413).Conflicts:
framework/Imap_Client/package.xml
.../Imap_Client/lib/Horde/Imap/Client/Base.php | 20
++++++++++++--------
.../Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 +++-
.../lib/Horde/Imap/Client/Socket/Pop3.php | 2 +-
framework/Imap_Client/package.xml | 15 ++++++++++++++-
4 files changed, 30 insertions(+), 11 deletions(-)
http://git.horde.org/horde-git/-/commit/35ff92c72c6eae2e5bd8e61c26ff75bff7ec2462
Version ⇒ FRAMEWORK_4
State ⇒ Resolved
Assigned to Michael Slusarz
goes down and IMP can continue to connect to an imapproxy server.
The problem is that the IMAP client object does not fully reset itself
when attempting to re-authenticate. As a (convoluted) result, the
internal cached capability array becomes empty without any ability to
re-populate this data once the IMAP server can be authenticated to
again.
Solution is to properly reset internal values to prevent this caching.
commit 2f24da742294f8edabf4cd1284c32ef5db6d66f2
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Oct 15 00:06:45 2012 -0600
[mms] Fix reinitializing a prior authenticated client object when
the IMAP server subsequently becomes unavailable (
Bug #11413)..../Imap_Client/lib/Horde/Imap/Client/Base.php | 20
++++++++++++--------
.../Imap_Client/lib/Horde/Imap/Client/Socket.php | 4 +++-
.../lib/Horde/Imap/Client/Socket/Pop3.php | 2 +-
framework/Imap_Client/package.xml | 4 ++--
4 files changed, 18 insertions(+), 12 deletions(-)
http://git.horde.org/horde-git/-/commit/2f24da742294f8edabf4cd1284c32ef5db6d66f2
State ⇒ Not A Bug
capability. If this is intermittent, it's probably some sporadic
issue with your IMAP server returning response. You can enable IMAP
logging to see the communication.
additions as I'm not in charge of the server.
server, there isn't much we can help you with anyway.
to IMAP4 rather than stopping working entirely (I can't view the
inbox etc).
capability. If this is intermittent, it's probably some sporadic
issue with your IMAP server returning response. You can enable IMAP
logging to see the communication.
as I'm not in charge of the server.
But if it can't use IMAP4REV1 then surely it should just fall back to
IMAP4 rather than stopping working entirely (I can't view the inbox
etc).
State ⇒ Feedback
capability. If this is intermittent, it's probably some sporadic issue
with your IMAP server returning response. You can enable IMAP logging
to see the communication.
as the IMAP server though, but no proxy.
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Due ⇒ 09/09/2012
Summary ⇒ Getting error he mail server does not support IMAP4rev1 (RFC 3501).
Type ⇒ Bug
Queue ⇒ Horde Base
to how to get it repeatably.
When logged in, i will click on my inbox, or select a message from my
inbox and I will get the following error:
"The mail server does not support IMAP4rev1 (RFC 3501)."
After this point, i can log out/back in and will still get it.
Restarting firefox doesn't help. After a day or two it will seem to
fix itself and I can read emails again.
I have noticed this behaviour on Firefox 13-15 but not on Chrome.