[#3616] Manually set IMAP server configuration information
Summary Manually set IMAP server configuration information
Queue IMP
Queue Version 4.1
Type Bug
State Resolved
Priority 2. Medium
Owners Michael Slusarz <slusarz (at) horde (dot) org>
Requester bjoern (dot) koester (at) mediata (dot) net
Created 03/13/06 (1466 days ago)
Due
Updated 11/16/09 (122 days ago)
Assigned 03/13/06 (1466 days ago)
Resolved 03/13/06 (1466 days ago)
Attachments diff.txt Download
Milestone
Patch No

History
11/16/09 CVS Commit Comment #4 Reply to this comment
03/13/06 Michael Slusarz Comment #3
State ⇒ Resolved
Reply to this comment
Strange - this code was fine in HEAD but not in FRAMEWORK_3.  I have 
added your patch to FW3 and it will appear in IMP 4.1.1.
03/13/06 Jan Schneider Assigned to Michael Slusarz
State ⇒ Assigned
 
03/13/06 bjoern (dot) koester (at) mediata (dot) net Comment #2
New Attachment: diff.txt Download
Reply to this comment
here is my diff
03/13/06 bjoern (dot) koester (at) mediata (dot) net Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Manually set IMAP server configuration information
Queue ⇒ IMP
Reply to this comment
While setting up a manual imap configuration (auto does not work), i 
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.