Summary | Folder export 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 (4742 days ago) |
Due | |
Updated | 08/29/2012 (4702 days ago) |
Assigned | 07/30/2012 (4732 days ago) |
Resolved | 08/02/2012 (4729 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
commit 733d25369d72c3a6eadcb37d8184dcae05d8f9b0
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jul 30 13:45:12 2012 -0600
[mms] Fix determining sequence numbers when caching is active
(
Bug #11294)..../Imap_Client/lib/Horde/Imap/Client/Socket.php | 2 +-
framework/Imap_Client/package.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/733d25369d72c3a6eadcb37d8184dcae05d8f9b0
commit 136d566b5cf2e41ed121b7ef7abe87ba4bfe659f
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jul 30 13:15:05 2012 -0600
Bug #11294: generateMbox() should accept either a string or arrayimp/lib/Ui/Folder.php | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/136d566b5cf2e41ed121b7ef7abe87ba4bfe659f
commit 709fc86bd7fe5d7c36635f41e1f4f6e9810ca43f
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Jul 24 15:24:00 2012 -0600
[mms] Fix HordeCore javascript download action (
Bug #11294).framework/Core/js/hordecore.js | 2 +-
framework/Core/lib/Horde/PageOutput.php | 2 +-
framework/Core/package.xml | 2 ++
3 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/709fc86bd7fe5d7c36635f41e1f4f6e9810ca43f
State ⇒ Resolved
current state.
State ⇒ Feedback
commit 733d25369d72c3a6eadcb37d8184dcae05d8f9b0
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jul 30 13:45:12 2012 -0600
[mms] Fix determining sequence numbers when caching is active
(
Bug #11294)..../Imap_Client/lib/Horde/Imap/Client/Socket.php | 2 +-
framework/Imap_Client/package.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/733d25369d72c3a6eadcb37d8184dcae05d8f9b0
commit 136d566b5cf2e41ed121b7ef7abe87ba4bfe659f
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jul 30 13:15:05 2012 -0600
Bug #11294: generateMbox() should accept either a string or arrayimp/lib/Ui/Folder.php | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/136d566b5cf2e41ed121b7ef7abe87ba4bfe659f
commit 93f041a7c9b52bd77834ec67ce822f31d39e8c84
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Jul 30 13:45:12 2012 -0600
[mms] Fix determining sequence numbers when caching is active
(
Bug #11294)..../Imap_Client/lib/Horde/Imap/Client/Socket.php | 2 +-
framework/Imap_Client/package.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/93f041a7c9b52bd77834ec67ce822f31d39e8c84
To be on the safe side I've verified that the above mentioned git
changes are in the current git HEAD code on my installation.
Also the text for the ".zip" export still shows "mbox".
Any idea how to debug it?
commit 709fc86bd7fe5d7c36635f41e1f4f6e9810ca43f
Author: Michael M Slusarz <slusarz@horde.org>
Date: Tue Jul 24 15:24:00 2012 -0600
[mms] Fix HordeCore javascript download action (
Bug #11294).framework/Core/js/hordecore.js | 2 +-
framework/Core/lib/Horde/PageOutput.php | 2 +-
framework/Core/package.xml | 2 ++
3 files changed, 4 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/709fc86bd7fe5d7c36635f41e1f4f6e9810ca43f
Assigned to Michael Slusarz
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Summary ⇒ Folder export is not working
Type ⇒ Bug
Queue ⇒ IMP
If I click on "Folder export" -> "as zip", nothing happens. I tested
it with a small folder (170 messages, 2mb).
If I try to export it "as mbox", it present a nice dialog which asks
me if I really want to export it as MBOX. I press OK and nothing
happens again.
If I now click on "Export as zip" again, it will also present the
(wrong) dialog "Do you want to export as MBOX".
Thomas