Class MailRpc


  • @Deprecated
    public class MailRpc
    extends Object
    Deprecated.
    since 7.6.0, no replacement
    Handles all RPC comms involving mail. No, really.
    Since:
    5.0
    • Method Detail

      • runEmailHandlers

        public int runEmailHandlers()
                             throws IOException
        Deprecated.
        Returns:
        the number of emails converted
        Throws:
        IOException
      • addMailServer

        public void addMailServer​(String serverName,
                                  String protocol,
                                  String hostname,
                                  int port,
                                  String username,
                                  String password,
                                  String toAddress)
        Deprecated.