|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.runtime.values.Value
orc.runtime.sites.Site
orc.runtime.sites.EvalSite
orc.runtime.sites.DotSite
orc.lib.net.Mail
public class Mail
Wrapper around JavaMail API for reading and sending mail. For the most part this follows a subset of the JavaMail API, except some methods are renamed or tweaked to be slightly more idiomatic Orc and to avoid having to create too many temporary objects. Main methods:
| Nested Class Summary | |
|---|---|
static class |
Mail.MailFilter
Filter for a MailFolder. |
static class |
Mail.MailFolder
Folder containing messages or subfolders. |
static class |
Mail.MailMessage
Message being composed or viewed from a store. |
static class |
Mail.MailStore
Mailbox. |
static class |
Mail.MailTransport
Outgoing transport (SMTP). |
| Constructor Summary | |
|---|---|
Mail()
|
|
| Method Summary | |
|---|---|
protected void |
addMethods()
|
| Methods inherited from class orc.runtime.sites.DotSite |
|---|
addMethod, evaluate |
| Methods inherited from class orc.runtime.sites.EvalSite |
|---|
callSite |
| Methods inherited from class orc.runtime.sites.Site |
|---|
accept, createCall |
| Methods inherited from class orc.runtime.values.Value |
|---|
forceArg, forceCall, head, isCons, isNil, isNone, isSome, signal, tail, untag |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Mail()
| Method Detail |
|---|
protected void addMethods()
addMethods in class DotSite
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||