| Summary | Attachments are saved in spite of save_attachments indicating otherwise in mobile modes |
| Queue | IMP |
| Queue Version | 6.2.17 |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | jan (at) horde (dot) org |
| Requester | wahnes (at) uni-koeln (dot) de |
| Created | 02/02/2017 (3322 days ago) |
| Due | |
| Updated | 10/20/2017 (3062 days ago) |
| Assigned | |
| Resolved | 02/14/2017 (3310 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | 6.2.18 |
| Patch | No |
commit 3812ebf1c5565c05dee6efa73c483cefc12d568e
Author: Jan Schneider <jan@horde.org>
Date: Tue, 14 Feb 2017 13:02:43 +0100
Only test for checkbox to save attachments if it exists.
Bug: 14571M lib/Ajax/Application/Handler/Common.php
https://github.com/horde/imp/commit/3812ebf1c5565c05dee6efa73c483cefc12d568e
commit 34d8f7bb37f0e7a284dc92365588b8891925ca01
Author: Jan Schneider <jan@horde.org>
Date: Tue, 14 Feb 2017 12:47:59 +0100
Wrap
Preparing for
bug #14571.M lib/Ajax/Application/Handler/Common.php
https://github.com/horde/imp/commit/34d8f7bb37f0e7a284dc92365588b8891925ca01
commit 3c5572b585e3a9ef872e809cd362270a0d0ca2e5
Author: Jan Schneider <jan@horde.org>
Date: Tue Feb 14 13:02:43 2017 +0100
Only test for checkbox to save attachments if it exists.
Bug: 14571imp/lib/Ajax/Application/Handler/Common.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/3c5572b585e3a9ef872e809cd362270a0d0ca2e5
commit 5fbc691fb442c1983110fdce887ce9701c90f3e7
Author: Jan Schneider <jan@horde.org>
Date: Tue Feb 14 12:47:59 2017 +0100
Wrap
Preparing for
bug #14571.imp/lib/Ajax/Application/Handler/Common.php | 32
+++++++++++++++++++++--------
1 file changed, 24 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/5fbc691fb442c1983110fdce887ce9701c90f3e7
State ⇒ Resolved
Milestone ⇒ 6.2.18
commit 8396aa7fd8edf17c188110fe4e37266bc2a1924b
Author: Jan Schneider <jan@horde.org>
Date: Tue Feb 14 13:02:43 2017 +0100
Only test for checkbox to save attachments if it exists.
Bug: 14571imp/lib/Ajax/Application/Handler/Common.php | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
http://github.com/horde/horde/commit/8396aa7fd8edf17c188110fe4e37266bc2a1924b
commit f0fe81d4213d85e168d07ed53d9c1b415de3965a
Author: Jan Schneider <jan@horde.org>
Date: Tue Feb 14 12:47:59 2017 +0100
Wrap
Preparing for
bug #14571.imp/lib/Ajax/Application/Handler/Common.php | 32
+++++++++++++++++++++--------
1 file changed, 24 insertions(+), 8 deletions(-)
http://github.com/horde/horde/commit/f0fe81d4213d85e168d07ed53d9c1b415de3965a
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Attachments are saved in spite of save_attachments indicating otherwise in mobile modes
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
are saved to the "Sent" folder even if the save_attachments preference
is set to "never", indicating that attachments should not be saved.
This only happens in smartmobile and minimal mode, i.e. in basic and
dynamic mode, the save_attachments preference is honored properly.