public class EmailNotificationHandler extends NotificationHandler implements DBManEventListenerI
Benutzer
via e-Mail FIXME update docs.Modifier and Type | Method and Description |
---|---|
static java.lang.String |
determineContentType(java.lang.String body) |
java.lang.String |
getByMedium() |
java.lang.String |
getConfigurationSectionTitlePostfix() |
java.util.Map<java.lang.String,de.ipcon.messaging.email.SimpleMailSender> |
getSenders()
When a notification should be sent to multiple recipients, including multiple
different addresses for the same recipient, the requested settings for
signing, encryption or use of inline PGP style may differ between them.
|
boolean |
isSuppressMsgID() |
boolean |
isUseInlinePGP() |
void |
processConfChangeEvent(ConfChangeEvent e)
Processes a configuration change event.
|
void |
processDBManEvent(DBManEvent e)
Invoked when a subscribed DBManEvent occurs.
|
void |
setSenders(java.util.Map<java.lang.String,de.ipcon.messaging.email.SimpleMailSender> $53) |
void |
setSuppressMsgID(boolean $55) |
void |
setUseInlinePGP(boolean $54) |
canHandle, getClazz, getNotificationModule, getState, setClazz, setNotificationModule, setState, stop
public java.lang.String getByMedium()
getByMedium
in class NotificationHandler
public java.lang.String getConfigurationSectionTitlePostfix()
getConfigurationSectionTitlePostfix
in class NotificationHandler
public static java.lang.String determineContentType(java.lang.String body)
public void processConfChangeEvent(ConfChangeEvent e)
ConfChangeEventListenerI
processConfChangeEvent
in interface ConfChangeEventListenerI
processConfChangeEvent
in class NotificationHandler
e
- The ConfChangeEvent
object containing details of the configuration change.public void processDBManEvent(DBManEvent e)
DBManEventListenerI
DBManBOChangeEvent
for events triggered after modification on BOs.processDBManEvent
in interface DBManEventListenerI
public java.util.Map<java.lang.String,de.ipcon.messaging.email.SimpleMailSender> getSenders()
This class stores all addresses a notification should be sent to but grouped by their requested settings.
This is then used to send as few emails as necessary to honour all the different settings while keeping things like CC lists intact as much as possible.
In many, if not most cases, we will still end up with just one settings group for all addresses though.
public void setSenders(java.util.Map<java.lang.String,de.ipcon.messaging.email.SimpleMailSender> $53)
public boolean isUseInlinePGP()
public void setUseInlinePGP(boolean $54)
public boolean isSuppressMsgID()
public void setSuppressMsgID(boolean $55)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.