Summary | Separate limits for linked attachments |
Queue | IMP |
Queue Version | Git master |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 02/12/2008 (6354 days ago) |
Due | |
Updated | 08/29/2012 (4694 days ago) |
Assigned | |
Resolved | 12/06/2011 (4961 days ago) |
Milestone | |
Patch | No |
commit f28826dc1c41aa7ccf696d061c2de83493b8b377
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Dec 5 21:29:53 2011 -0700
[mms] Added config option to limit size of linked messages
(
Request #6247).imp/config/conf.xml | 3 +++
imp/docs/CHANGES | 2 ++
imp/docs/UPGRADING | 2 ++
imp/lib/Compose.php | 13 ++++++++++---
imp/package.xml | 1 +
5 files changed, 18 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/f28826dc1c41aa7ccf696d061c2de83493b8b377
Taken from
Taken from Jan Schneider
State ⇒ Resolved
commit f28826dc1c41aa7ccf696d061c2de83493b8b377
Author: Michael M Slusarz <slusarz@horde.org>
Date: Mon Dec 5 21:29:53 2011 -0700
[mms] Added config option to limit size of linked messages
(
Request #6247).imp/config/conf.xml | 3 +++
imp/docs/CHANGES | 2 ++
imp/docs/UPGRADING | 2 ++
imp/lib/Compose.php | 13 ++++++++++---
imp/package.xml | 1 +
5 files changed, 18 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/f28826dc1c41aa7ccf696d061c2de83493b8b377
server storage, embeded attachments on the network. These are two
completely different use case that you might want to handle with
different limits. I see the issue with having to check during sending
instead of uploading though.
Version ⇒ Git master
Assigned to
Assigned to Michael Slusarz
Assigned to Jan Schneider
State ⇒ Feedback
for attach_size_limit/attach_count_limit?
Obviously, an admin somewhere could conceivably want to tweak this
value. However, it adds yet another 1 (or 2, if you wanted to
configure max linked attachments count also) config option that is
mostly duplicative of current config options, and there is no
practical way of checking for this in certain circumstances until send
time, so error reporting can be troublesome.
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ Separate limits for linked attachments
Queue ⇒ IMP
State ⇒ Accepted
using linked attachments.