| Package | Description |
|---|---|
| com.icegreen.greenmail.imap | |
| com.icegreen.greenmail.pop3 | |
| com.icegreen.greenmail.server | |
| com.icegreen.greenmail.smtp |
| Modifier and Type | Class and Description |
|---|---|
class |
ImapHandler
The handler class for IMAP connections.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolHandler |
ImapServer.createProtocolHandler(Socket clientSocket) |
| Modifier and Type | Class and Description |
|---|---|
class |
Pop3Handler |
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolHandler |
Pop3Server.createProtocolHandler(Socket clientSocket) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ProtocolHandler |
AbstractServer.createProtocolHandler(Socket clientSocket)
Create a new, specific protocol handler such as for IMAP.
|
| Modifier and Type | Method and Description |
|---|---|
protected ProtocolHandler |
SmtpServer.createProtocolHandler(Socket clientSocket) |
Copyright © 2006–2017 Icegreen Technologies. All rights reserved.