Class SomPumiceForwardMessageCommand

java.lang.Object
com.isode.som.SomCommand
com.isode.som.pumice.SomPumiceCommand
com.isode.som.pumice.SomPumiceForwardMessageCommand
All Implemented Interfaces:
SomResponseProcessor

public class SomPumiceForwardMessageCommand extends SomPumiceCommand
Implements the SOM command which tells the Message Store to forward (i.e. resubmit) a message from the Message Store to another recipient.
Author:
tc
  • Constructor Details

    • SomPumiceForwardMessageCommand

      public SomPumiceForwardMessageCommand(SomPumiceSession session, String srcMbx, int seqNum, String[] dests, String note, SomPumiceHandler object, SomCommandListener listener)
      Create new command.
      Parameters:
      session - SOM session for command
      srcMbx - Identifies the source mailbox (ORAddress)
      seqNum - Sequence number of message within mailbox
      dests - Array of destination addresses (string encoded ORAddresses)
      note - Cover note - forms an IA5 bodypart in forwarding message
      object - Handler object for result
      listener - Listener for result
  • Method Details