| Package | Description |
|---|---|
| org.subethamail.smtp.server |
| Modifier and Type | Class and Description |
|---|---|
class |
TimeBasedSessionIdFactory
TimeBasedSessionIdFactory is a very simple
SessionIdFactory, which
assigns numeric identifiers based on the current milliseconds time, amending
it as necessary to make it unique. |
| Modifier and Type | Method and Description |
|---|---|
SessionIdFactory |
SMTPServer.getSessionIdFactory() |
| Modifier and Type | Method and Description |
|---|---|
SMTPServer.Builder |
SMTPServer.Builder.sessionIdFactory(SessionIdFactory factory)
Sets the
SessionIdFactory which will allocate a unique identifier for
each mail sessions. |
Copyright © 2006–2024. All rights reserved.