| Package | Description |
|---|---|
| iaik.security.smime | |
| iaik.smime | |
| iaik.utils |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SMimeMailer.sendMail()
Encrypt and send the mail that was just created.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
SMimeMailer.sendMail()
Encrypt and send the mail that was just created.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
SmtpMailer.checkResponse(int expected)
Checks the response from the smtpd.
|
protected boolean |
SmtpMailer.send(java.lang.String message,
java.io.PrintWriter writer,
int expected)
Prints a string using the specified PrintWriter.
|
protected boolean |
SmtpMailer.sendCommands(java.io.PrintWriter writer)
Sends the SMTP commands to the smtpd.
|
boolean |
SmtpMailer.sendMail()
Send the mail that was just created.
|