| Package | Description |
|---|---|
| alt.javax.mail | |
| alt.javax.mail.internet | |
| com.mockobjects.mail | |
| com.mockobjects.mail.internet |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageImpl |
| Modifier and Type | Method and Description |
|---|---|
Message |
MessageImpl.reply(boolean b) |
Message |
Message.reply(boolean b) |
| Modifier and Type | Method and Description |
|---|---|
void |
TransportImpl.send(Message message) |
void |
Transport.send(Message message) |
void |
TransportImpl.send(Message message,
Address[] addresses) |
void |
Transport.send(Message message,
Address[] addresses) |
void |
TransportImpl.sendMessage(Message message,
Address[] addresses) |
void |
Transport.sendMessage(Message message,
Address[] addresses) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MimeMessage |
| Modifier and Type | Class and Description |
|---|---|
class |
MimeMessageImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
MockMessage |
| Modifier and Type | Method and Description |
|---|---|
Message |
MockMessage.reply(boolean b) |
| Modifier and Type | Method and Description |
|---|---|
void |
MockTransport.send(Message aMessage) |
void |
MockTransport.send(Message msg,
Address[] address) |
void |
MockTransport.sendMessage(Message msg,
Address[] address) |
void |
MockTransport.setExpectedMessage(Message aMessage) |
| Modifier and Type | Class and Description |
|---|---|
class |
MockMimeMessage |
Copyright © 2002 Mock Objects. All Rights Reserved.