On Fri, 10 May 2002, Rick Block wrote: > All is not provided for. I need a MOVE command so my server can > tell the difference between the user requesting a move (which I > want to deny in certain cases) from a copy (which I want to allow > in the same cases).
Denying a move is the equivalent of leaving \Deleted out of the FLAGS response. You can't allow copy plus allow delete plus allow expunge if you want to deny move; denying a specific MOVE command would only force the user to take more steps.
