jSyncManager Simple Java Server

Uses of Package
org.jSyncManager.SJS.Adapters.SMTPServer

Packages that use org.jSyncManager.SJS.Adapters.SMTPServer
org.jSyncManager.SJS.Adapters.SMTPServer   
org.jSyncManager.SJS.Adapters.SMTPServer.contracts   
org.jSyncManager.SJS.Tests   
 

Classes in org.jSyncManager.SJS.Adapters.SMTPServer used by org.jSyncManager.SJS.Adapters.SMTPServer
AbstractSMTPServer
          This is an abstract adapter to be used for handling smtp requests.
AbstractSMTPServer.CommandHelo
          Handles the HELO command
AbstractSMTPServer.SmtpCommand
          Handles the response of the system to a single command
AbstractSMTPServer.State
          Stores a mutable long for the masks which represent the state information
Address
          A class which represents an address of some mail sender/receiver.
Mbox
          This class implements the MessageStore interface by storing and retrieving messages to and from a file formatted according to the mbox specifications.
Message
          This class provides an object representation of an e-mail message.
MessageStoreInterface
          An interface to define the methods used to store and retrieve messages from some medium.
SMTPServer
          This class extends the AbstractSMTPServer class by providing methods to handle incoming message data
TestSMTPServer
          Realization of the AbstractSmtpAdapter Handles all of the commands from the Smtp standard.
 

Classes in org.jSyncManager.SJS.Adapters.SMTPServer used by org.jSyncManager.SJS.Adapters.SMTPServer.contracts
AbstractSMTPServer
          This is an abstract adapter to be used for handling smtp requests.
AbstractSMTPServer.CommandData
          Handles the DATA command
AbstractSMTPServer.CommandEhlo
          Handles the EHLO command
AbstractSMTPServer.CommandExpn
          Handles the EXPN command
AbstractSMTPServer.CommandHelp
          Handles the HELP command
AbstractSMTPServer.CommandMail
          Handles the MAIL command
AbstractSMTPServer.CommandNoop
          Handles the NOOP command
AbstractSMTPServer.CommandQuit
          Handles the QUIT command
AbstractSMTPServer.CommandRcpt
          Handles the RCPT command
AbstractSMTPServer.CommandRset
          Handles the RSET command
AbstractSMTPServer.CommandVrfy
          Handles the VRFY command
AbstractSMTPServer.SmtpCommand
          Handles the response of the system to a single command
AbstractSMTPServer.State
          Stores a mutable long for the masks which represent the state information
Address
          A class which represents an address of some mail sender/receiver.
DNSUtil
          Checks the MX record and returns the follow 3 possibilities: mybb.ca has 0 mail servers mybb.ca has 2 mail servers: mail1.backbonesystems.org tangwenfans.com : DNS name not found [response code 3]
Message
          This class provides an object representation of an e-mail message.
RemoteMessageHandler
          This class is used to sort messages that must be relayed to a specific remote server.
RemoteServerMessage
          This class is used to store a message that must be relayed to a specific remote server.
SMTPServer
          This class extends the AbstractSMTPServer class by providing methods to handle incoming message data
TestSMTPServer
          Realization of the AbstractSmtpAdapter Handles all of the commands from the Smtp standard.
 

Classes in org.jSyncManager.SJS.Adapters.SMTPServer used by org.jSyncManager.SJS.Tests
AbstractSMTPServer
          This is an abstract adapter to be used for handling smtp requests.
SMTPServer
          This class extends the AbstractSMTPServer class by providing methods to handle incoming message data
TestSMTPServer
          Realization of the AbstractSmtpAdapter Handles all of the commands from the Smtp standard.
 


jSyncManager Simple Java Server

Copyright (c) 2004 Brad BARCLAY. All Rights Reserved.