Summary | Folder import is not working |
Queue | IMP |
Queue Version | Git develop |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 07/20/2012 (4735 days ago) |
Due | |
Updated | 08/29/2012 (4695 days ago) |
Assigned | |
Resolved | 07/24/2012 (4731 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 3786153657a6662b9224f5d87154cc8c94ca0bfc
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Jul 24 15:11:34 2012 -0600
Fix various folder actions that were broken during the UI conversion
Abstract out mailbox detection so it will be easy to change this again
when we revert back to lists for sidebar.
Fixes
Bug #11293Fixes
Bug #11295imp/js/dimpbase.js | 37 +++++++++++++++++++++----------------
1 files changed, 21 insertions(+), 16 deletions(-)
http://git.horde.org/horde-git/-/commit/3786153657a6662b9224f5d87154cc8c94ca0bfc
State ⇒ Resolved
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Folder import is not working
Type ⇒ Bug
State ⇒ Unconfirmed
folder import is not working. It presents the "Import" dialog and I
select an mbox file. After hitting ok, nothing happens.
If I redo the same operation, I'll get a blank screen with this:
"/*-secure-{"msgs":[{"message":"\/horde\/login.php?Horde=oibp2g6vfif5nchtiovvabpj42&url=%2Fhorde%2Fimp%2F&horde_logout_token=_4flfAhKP71QCSquqZ2QhBA&logout_reason=6","type":"horde.ajaxtimeout"}],"response":false}*/"
Thomas