Summary | Shared folders do not work with Horde_IMAP_Client 2.13.0 |
Queue | Horde Framework Packages |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | samuel.wolf (at) wolf-maschinenbau (dot) de |
Created | 08/20/2013 (4332 days ago) |
Due | |
Updated | 08/20/2013 (4332 days ago) |
Assigned | 08/20/2013 (4332 days ago) |
Resolved | 08/20/2013 (4332 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
Look like Horde_Imap_Client read the folders, but imp do not show them?
root@server:/tmp# cat imp_imap.log | grep "SHARED/other.user/sonstiges"
S: * LIST (\HasNoChildren) "/" "SHARED/other.user/sonstiges"
S: * LIST (\HasNoChildren) "/" "SHARED/other.user/sonstiges"
C: 26 STATUS SHARED/other.user/sonstiges (UNSEEN)
S: * STATUS "SHARED/other.user/sonstiges" (UNSEEN 0)
C: 46 STATUS SHARED/other.user/sonstiges (RECENT)
S: * STATUS "SHARED/other.user/sonstiges" (RECENT 0)
C: 21 STATUS SHARED/other.user/sonstiges (UNSEEN)
S: * STATUS "SHARED/other.user/sonstiges" (UNSEEN 0)
C: 44 STATUS SHARED/other.user/sonstiges (RECENT)
S: * STATUS "SHARED/other.user/sonstiges" (RECENT 0)
C: 20 STATUS SHARED/other.user/sonstiges (RECENT)
S: * STATUS "SHARED/other.user/sonstiges" (RECENT 0)
root@server:/tmp#
State ⇒ Feedback
communication.
To enable debugging, see instructions contained in
imp/config/backends.php (the 'debug' config parameter).
Debugging should not be enabled on a production server, Attach/post
only the portion of the log that directly deals with the problem
reported (it may be simplest to clear the log file and then perform
the event that causes the error).
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Shared folders do not work with Horde_IMAP_Client 2.13.0
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
folders anymore.
ii dovecot-imapd 1:2.1.7-7
amd64 secure IMAP server that supports mbox, maildir, dbox and
mdbox mailboxes
ii imapproxy 1.2.7-1.1
amd64 IMAP protocol proxy
Downgrade to Horde_Imap_Client-2.12.3 show my shared folders again.