Package org.subethamail.smtp.server
package org.subethamail.smtp.server
-
ClassDescriptionDescribes a SMTP commandThis class manages execution of a SMTP command.Enumerates all the Commands made available in this release.Thin wrapper around any command to make sure authentication has been performed.Verifies the presence of a TLS connection if TLS is required.The thread that handles a connection.SessionIdFactory creates reasonable unique identifiers which are applicable to identify a session in the log files.Main SMTPServer class.TimeBasedSessionIdFactory is a very simple
SessionIdFactory, which assigns numeric identifiers based on the current milliseconds time, amending it as necessary to make it unique.