Summary | Manually set IMAP server configuration information |
Queue | IMP |
Queue Version | 4.1 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | slusarz (at) horde (dot) org |
Requester | bjoern.koester (at) mediata (dot) net |
Created | 03/13/2006 (7065 days ago) |
Due | |
Updated | 11/16/2009 (5721 days ago) |
Assigned | 03/13/2006 (7065 days ago) |
Resolved | 03/14/2006 (7064 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
* kolab/issue3464 (kolab-filter inserts double encoded utf-8 code
into From: header)
* kolab/issue3616 (automatic replies to invitations contain
127.0.0.1 in Message-ID)
* kolab/issue3364 (manpages for kolabfilter and kolabmailboxfilter)
http://cvs.horde.org/diff.php/framework/Kolab_Filter/doc/Horde/Kolab/Filter/kolabfilter.1?rt=horde&r1=1.1.2.1&r2=1.1.2.2&ty=u
http://cvs.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Filter/Content.php?rt=horde&r1=1.4.2.4&r2=1.4.2.5&ty=u
http://cvs.horde.org/diff.php/framework/Kolab_Filter/lib/Horde/Kolab/Resource.php?rt=horde&r1=1.15.2.9&r2=1.15.2.10&ty=u
http://cvs.horde.org/diff.php/framework/Kolab_Filter/package.xml?rt=horde&r1=1.18.2.17&r2=1.18.2.18&ty=u
State ⇒ Resolved
added your patch to FW3 and it will appear in IMP 4.1.1.
State ⇒ Assigned
New Attachment: diff.txt
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Manually set IMAP server configuration information
Queue ⇒ IMP
noticed in lib/Session.php that the session data is stored in
different arrays
manual configuration:
$_SESSION['imp']['children']
$_SESSION['imp']['search_charset']
auto configuration:
$_SESSION['imp']['imap_server']['children']
$_SESSION['imp']['imap_server']['search_charset']
I thinkl this is a typo in the custom configuration section.