Package com.atlassian.confluence.it.rpc
Class MailRpc
- java.lang.Object
-
- com.atlassian.confluence.it.rpc.MailRpc
-
@Deprecated public class MailRpc extends Object
Deprecated.since 7.6.0, no replacementHandles all RPC comms involving mail. No, really.- Since:
- 5.0
-
-
Constructor Summary
Constructors Constructor Description MailRpc(String baseUrl, ConfluenceRpc rpc)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
addMailServer(String serverName, String protocol, String hostname, int port, String username, String password, String toAddress)
Deprecated.int
runEmailHandlers()
Deprecated.
-
-
-
Constructor Detail
-
MailRpc
public MailRpc(String baseUrl, ConfluenceRpc rpc)
Deprecated.
-
-
Method Detail
-
runEmailHandlers
public int runEmailHandlers() throws IOException
Deprecated.- Returns:
- the number of emails converted
- Throws:
IOException
-
-