BrightSide Workbench Full Report + Source Code
org.turro.elephant.james.UnsetForwarding Class Reference
Inheritance diagram for org.turro.elephant.james.UnsetForwarding:
Collaboration diagram for org.turro.elephant.james.UnsetForwarding:

Public Member Functions

 UnsetForwarding (String user)
 
- Public Member Functions inherited from org.turro.elephant.james.JamesCommand
 JamesCommand (String command)
 
String getCommand ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 24 of file UnsetForwarding.java.

Constructor & Destructor Documentation

◆ UnsetForwarding()

org.turro.elephant.james.UnsetForwarding.UnsetForwarding ( String  user)

Definition at line 26 of file UnsetForwarding.java.

26  {
27  super("unsetforwarding " + user);
28  }

The documentation for this class was generated from the following file: