| Package | Description |
|---|---|
| de.jakop.lotus.domingo.groupware |
Groupware interface to Lotus Notes/Domino.
|
| de.jakop.lotus.domingo.groupware.map |
Mapping implementation of the domingo groupware interface to Lotus Notes/Domino.
|
| Modifier and Type | Method and Description |
|---|---|
Email |
Mailbox.forward(Email memo)
Creates a new memo as a forward of an existing memo.
|
Email |
Mailbox.forward(Email memo,
boolean withAttachments)
Creates a new memo as a forward to an existing memo.
|
Email |
Mailbox.getEmail(EmailDigest emailDigest)
Returns the email represented by the given email-digest.
|
Email |
Mailbox.newEmail()
Creates a new Memo.
|
Email |
Mailbox.reply(Email memo,
boolean withHistory,
boolean withAttachments)
Creates a new memo as a reply to the sender of the original memo.
|
Email |
Mailbox.replyToAll(Email memo,
boolean withHistory,
boolean withAttachments)
Creates a new memo as a reply to all original recipients of the original memo.
|
| Modifier and Type | Method and Description |
|---|---|
Email |
Mailbox.forward(Email memo)
Creates a new memo as a forward of an existing memo.
|
Email |
Mailbox.forward(Email memo,
boolean withAttachments)
Creates a new memo as a forward to an existing memo.
|
void |
Mailbox.remove(Email memo)
Deletes an existing memo.
|
Email |
Mailbox.reply(Email memo,
boolean withHistory,
boolean withAttachments)
Creates a new memo as a reply to the sender of the original memo.
|
Email |
Mailbox.replyToAll(Email memo,
boolean withHistory,
boolean withAttachments)
Creates a new memo as a reply to all original recipients of the original memo.
|
void |
Mailbox.saveAsDraft(Email memo)
Sends a memo.
|
void |
Mailbox.send(Email memo)
Sends a memo.
|
| Constructor and Description |
|---|
Email(Email memo)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Email |
MailDatabase.forward(Email memo)
Creates a new memo as a forward of an existing memo.
|
Email |
MailDatabase.forward(Email memo,
boolean withAttachments)
Creates a new memo as a forward to an existing memo.
|
Email |
MailDatabase.getEmail(EmailDigest emailDigest)
Returns the email represented by the given email-digest.
|
Email |
MailDatabase.newEmail()
Creates a new Memo.
|
Email |
MailDatabase.reply(Email memo,
boolean withHistory,
boolean withAttachments)
Creates a new memo as a reply to the sender of the original memo.
|
Email |
MailDatabase.replyToAll(Email memo,
boolean withHistory,
boolean withAttachments)
Creates a new memo as a reply to all original recipients of the original memo.
|
| Modifier and Type | Method and Description |
|---|---|
Email |
MailDatabase.forward(Email memo)
Creates a new memo as a forward of an existing memo.
|
Email |
MailDatabase.forward(Email memo,
boolean withAttachments)
Creates a new memo as a forward to an existing memo.
|
void |
MailDatabase.remove(Email memo)
Deletes an existing memo.
|
Email |
MailDatabase.reply(Email memo,
boolean withHistory,
boolean withAttachments)
Creates a new memo as a reply to the sender of the original memo.
|
Email |
MailDatabase.replyToAll(Email memo,
boolean withHistory,
boolean withAttachments)
Creates a new memo as a reply to all original recipients of the original memo.
|
void |
MailDatabase.saveAsDraft(Email memo)
Sends a memo.
|
void |
MailDatabase.send(Email memo)
Sends a memo.
|
Copyright © 2005–2020. All rights reserved.