18 package org.turro.server;
20 import org.turro.elephant.impl.abstracts.AbstractImplementation;
21 import org.turro.elephant.james.ChangePassword;
22 import org.turro.elephant.james.JamesRemoteManager;
23 import org.turro.elephant.james.SetForwarding;
24 import org.turro.elephant.james.UnsetForwarding;
36 if (
"james".equals(server)) {
45 if (
"james".equals(server)) {
46 if (forwarding !=
null && forwarding.contains(
"@")) {
KeyValueMap getAttributes()
String execute(JamesCommand command)
void setForwarding(String user, String forwarding)
void changePassword(String user, String password)