Uses of Class
things.data.transport.smtp.Reply

Packages that use Reply
things.data.transport.smtp   
 

Uses of Reply in things.data.transport.smtp
 

Methods in things.data.transport.smtp that return Reply
 Reply SMTPClient.connect(java.lang.String connectAddress, int connectPort)
          Start a connection.
 Reply FancySMTPClient.connect(java.lang.String connectAddress, int connectPort)
          Start a connection.
 Reply CleanSMTPClient.connect(java.lang.String connectAddress, int connectPort)
          Start a connection.
 Reply SMTPClient.disconnect()
          Start a connection.
 Reply FancySMTPClient.disconnect()
          Start a connection.
 Reply CleanSMTPClient.disconnect()
          Start a connection.
 Reply SMTPClient.done()
          Quit the client.
 Reply FancySMTPClient.done()
          Quit the client.
 Reply CleanSMTPClient.done()
          Quit the client.
 Reply SMTPClient.login(java.lang.String hostname)
          HELO with the hostname--no authentication.
 Reply FancySMTPClient.login(java.lang.String hostname)
          HELO with the hostname--no authentication.
 Reply CleanSMTPClient.login(java.lang.String hostname)
          HELO with the hostname--no authentication.
 Reply SMTPClient.recipient(java.lang.String recipientText)
          Set the recipient using RCPT TO.
 Reply FancySMTPClient.recipient(java.lang.String recipientText)
          Set the recipient using RCPT TO.
 Reply CleanSMTPClient.recipient(java.lang.String recipientText)
          Set the recipient using RCPT TO.
 Reply SMTPClient.recipient(java.lang.String recipientText, DSN dsn)
          Set the recipient using RCPT TO.
 Reply FancySMTPClient.recipient(java.lang.String recipientText, DSN dsn)
          Set the recipient using RCPT TO.
 Reply CleanSMTPClient.recipient(java.lang.String recipientText, DSN dsn)
          Set the recipient using RCPT TO.
 Reply SMTPClient.reset()
          RESET the connection.
 Reply FancySMTPClient.reset()
          RESET the connection.
 Reply CleanSMTPClient.reset()
          RESET the connection.
 Reply SMTPClient.sendData(java.io.InputStream... ios)
          Send DATA.
 Reply FancySMTPClient.sendData(java.io.InputStream... ios)
          Send DATA.
 Reply CleanSMTPClient.sendData(java.io.InputStream... ios)
          Send DATA.
 Reply SMTPClient.sender(java.lang.String senderText)
          Set the sender using MAIL FROM.
 Reply FancySMTPClient.sender(java.lang.String senderText)
          Set the sender using MAIL FROM.
 Reply CleanSMTPClient.sender(java.lang.String senderText)
          Set the sender using MAIL FROM.
 Reply SMTPClient.sender(java.lang.String senderText, DSN dsn)
          Set the sender using MAIL FROM.
 Reply FancySMTPClient.sender(java.lang.String senderText, DSN dsn)
          Set the sender using MAIL FROM.
 Reply CleanSMTPClient.sender(java.lang.String senderText, DSN dsn)
          Set the sender using MAIL FROM.
 Reply TouchySMTPClientManager.submit(java.lang.String senderInet, java.lang.String recipientInet, java.io.InputStream... dataStream)
          Submit a message.
 Reply TolerantSMTPClientManager.submit(java.lang.String senderInet, java.lang.String recipientInet, java.io.InputStream... dataStream)
          Submit a message.
 Reply SMTPClientManager.submit(java.lang.String senderInet, java.lang.String recipientInet, java.io.InputStream... dataStream)
          Submit a message.
 



Things.