Package | Description |
---|---|
net.bluemind.lmtp.backend | |
net.bluemind.lmtp.filter.imip |
Modifier and Type | Method and Description |
---|---|
LmtpAddress |
LmtpEnvelope.getSender() |
Modifier and Type | Method and Description |
---|---|
java.util.List<LmtpAddress> |
LmtpEnvelope.getRecipients() |
Modifier and Type | Method and Description |
---|---|
void |
LmtpEnvelope.addRecipient(LmtpAddress recipient) |
void |
LmtpEnvelope.setSender(LmtpAddress sender) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractLmtpHandler.checkInvitationRight(LmtpAddress recipient,
java.lang.String calUid,
ItemValue<User> sender) |
static IIMIPHandler |
IMIPHandlerFactory.get(IMIPInfos imip,
LmtpAddress recip,
LmtpAddress sender) |
protected IMailboxes |
AbstractLmtpHandler.getMailboxService(LmtpAddress recipient) |
IMIPResponse |
EventReplyHandler.handle(IMIPInfos imip,
LmtpAddress recipient,
ItemValue<Domain> domain,
ItemValue<Mailbox> recipientMailbox) |
IMIPResponse |
EventRequestHandler.handle(IMIPInfos imip,
LmtpAddress recipient,
ItemValue<Domain> domain,
ItemValue<Mailbox> recipientMailbox) |
IMIPResponse |
TodoReplyHandler.handle(IMIPInfos imip,
LmtpAddress recipient,
ItemValue<Domain> domain,
ItemValue<Mailbox> recipientMailbox) |
IMIPResponse |
TodoRequestHandler.handle(IMIPInfos imip,
LmtpAddress recipient,
ItemValue<Domain> domain,
ItemValue<Mailbox> recipientMailbox) |
IMIPResponse |
EventDeclineCounterHandler.handle(IMIPInfos imip,
LmtpAddress recipient,
ItemValue<Domain> domain,
ItemValue<Mailbox> recipientMailbox) |
IMIPResponse |
TodoCancelHandler.handle(IMIPInfos imip,
LmtpAddress recipient,
ItemValue<Domain> domain,
ItemValue<Mailbox> recipientMailbox) |
IMIPResponse |
EventCounterHandler.handle(IMIPInfos imip,
LmtpAddress recipient,
ItemValue<Domain> domain,
ItemValue<Mailbox> recipientMailbox) |
IMIPResponse |
IIMIPHandler.handle(IMIPInfos imip,
LmtpAddress recipient,
ItemValue<Domain> domain,
ItemValue<Mailbox> recipientMailbox)
The handler is supposed to create/update the inBM event.
|
IMIPResponse |
EventCancelHandler.handle(IMIPInfos imip,
LmtpAddress recipient,
ItemValue<Domain> domain,
ItemValue<Mailbox> recipientMailbox) |
Constructor and Description |
---|
AbstractLmtpHandler(LmtpAddress recipient,
LmtpAddress sender) |
CancelHandler(LmtpAddress recipient,
LmtpAddress sender) |
EventCancelHandler(LmtpAddress recipient,
LmtpAddress sender) |
EventCounterHandler(LmtpAddress recipient,
LmtpAddress sender) |
EventDeclineCounterHandler(LmtpAddress recipient,
LmtpAddress sender) |
EventReplyHandler(LmtpAddress recipient,
LmtpAddress sender) |
EventRequestHandler(ISendmail mailer,
LmtpAddress recipient,
LmtpAddress sender) |
EventRequestHandler(LmtpAddress recipient,
LmtpAddress sender) |
ReplyHandler(LmtpAddress recipient,
LmtpAddress sender) |
TodoCancelHandler(LmtpAddress recipient,
LmtpAddress sender) |
TodoReplyHandler(LmtpAddress recipient,
LmtpAddress sender) |
TodoRequestHandler(LmtpAddress recipient,
LmtpAddress sender) |
Copyright © 2021. All Rights Reserved.