Summary | Broken drafts folder creation |
Queue | IMP |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 01/25/2012 (4862 days ago) |
Due | |
Updated | 08/29/2012 (4645 days ago) |
Assigned | 01/26/2012 (4861 days ago) |
Resolved | 02/02/2012 (4854 days ago) |
Milestone | |
Patch | No |
commit c7228338e68c930820993e7b4b67d0262a3e0468
Author: Jan Schneider <jan@horde.org>
Date: Thu Feb 2 15:31:18 2012 +0100
The conversion is actually not required at all (
Bug #10941).imp/lib/Mailbox.php | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/c7228338e68c930820993e7b4b67d0262a3e0468
commit 2d849cc052359f9f27affbb5ff0ad21dbeb697a8
Author: Jan Schneider <jan@horde.org>
Date: Thu Feb 2 12:12:25 2012 +0100
This line got lost along the way (
Bug #10941).imp/lib/Mailbox.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/2d849cc052359f9f27affbb5ff0ad21dbeb697a8
commit 7fc58d48d5049ee34c5bc1066307f4770f4966dc
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Jan 26 11:49:25 2012 -0700
Bug #10941: Fix conversion of special mailbox prefs by the upgrade task.imp/lib/LoginTasks/SystemTask/Upgrade.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/7fc58d48d5049ee34c5bc1066307f4770f4966dc
commit c7228338e68c930820993e7b4b67d0262a3e0468
Author: Jan Schneider <jan@horde.org>
Date: Thu Feb 2 15:31:18 2012 +0100
The conversion is actually not required at all (
Bug #10941).imp/lib/Mailbox.php | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
http://git.horde.org/horde-git/-/commit/c7228338e68c930820993e7b4b67d0262a3e0468
Taken from Michael Slusarz
Assigned to Jan Schneider
commit 2d849cc052359f9f27affbb5ff0ad21dbeb697a8
Author: Jan Schneider <jan@horde.org>
Date: Thu Feb 2 12:12:25 2012 +0100
This line got lost along the way (
Bug #10941).imp/lib/Mailbox.php | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/2d849cc052359f9f27affbb5ff0ad21dbeb697a8
converted to UTF7-IMAP.
also happens if the drafts folder already exists. Doesn't happen in
master.
- the new folder is not displayed in the folder list until the folder
list is reloaded manually.
Entw&APw-rfe
Author: Michael M Slusarz <slusarz@horde.org>
Date: Thu Jan 26 11:49:25 2012 -0700
Bug #10941: Fix conversion of special mailbox prefs by the upgrade task.imp/lib/LoginTasks/SystemTask/Upgrade.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/7fc58d48d5049ee34c5bc1066307f4770f4966dc
State ⇒ Feedback
created while saving the draft in DIMP, several things go wrong:
- the folder is not the preference value, but the preference name,
i.e. "drafts_folder".
be fixed.
also happens if the drafts folder already exists. Doesn't happen in
master.
- the new folder is not displayed in the folder list until the
folder list is reloaded manually.
State ⇒ Assigned
Patch ⇒ No
Milestone ⇒
Assigned to Michael Slusarz
Queue ⇒ IMP
Summary ⇒ Broken drafts folder creation
Type ⇒ Bug
Priority ⇒ 1. Low
created while saving the draft in DIMP, several things go wrong:
- the folder is not the preference value, but the preference name,
i.e. "drafts_folder".
- the (translated) folder label sent back is UTF7-IMAP encoded. This
also happens if the drafts folder already exists. Doesn't happen in
master.
- the new folder is not displayed in the folder list until the folder
list is reloaded manually.