Package | Description |
---|---|
net.messagevortex.transport |
This package contains vital classes for transport layer.
|
net.messagevortex.transport.imap |
Contains all the classes required for the imap implementation.
|
net.messagevortex.transport.smtp |
Modifier and Type | Class and Description |
---|---|
class |
ClientConnection |
class |
ServerConnection
A generic listening server connection.
|
Constructor and Description |
---|
AbstractConnection(AbstractConnection ac)
This copy constructor enables duplication of a connection.
|
ServerConnection(AbstractConnection ac)
Creates a connection based on a template connection.
|
Modifier and Type | Class and Description |
---|---|
class |
ImapClient |
class |
ImapConnection |
Constructor and Description |
---|
ImapConnection(AbstractConnection ac,
AuthenticationProxy proxy)
Creates an ImapConnection.
|
Modifier and Type | Class and Description |
---|---|
class |
SmtpConnection
Creates a connection to a SMTP Server Socket.
|
class |
SmtpSender |
Copyright © 2023. All rights reserved.