DaemonMailAssist

1 - Mails with C.O.D.

What is the enhancement in mind? How should it look and feel?

Is it possible to have another checkbox with the grab checkboxes (Item & Money) to automatically accept mail with COD (unchecked by default). Because if someone know that a user of you addon use it regularly, it is very easy for him to send to this same user anything for 1000 po knowingly that your addon with the "grab all" button wil accept the COD mail and pay the 1000 po :/

Please provide any additional information below.

I have tried to do it myself but I must confess my incapacity to edit the XML to change the interface. But I have patched the current code to not automatically accept mail with COD.
For this effect, I have updated the functions DMAMail_QueueGrabAll and DMAMail_QueueGrabSender by changing
  if(hasItem ~= nil) then
by
  if(hasItem ~= nil) and (CODAmount == 0) then

User When Change
raum Wed, 02 Sep 2009 21:41:39 Changed status from Accepted to Fixed
raum Fri, 28 Aug 2009 16:33:24 Changed status from New to Accepted

Changed priority from Medium to High
Cabu Thu, 14 Aug 2008 17:52:31 Create

You must login to post a comment. Don't have an account? Register to get one!

Facts

Last updated on
02 Sep 2009
Reported on
14 Aug 2008
Status
Fixed - Developer made requested changes. QA should verify.
Type
Enhancement - A change which is intended to better the project in some way
Priority
High - Strongly want to resolve in the specified milestone.

Reported by

Possible assignees