public class NoteMultipleAddressesMailMessageWorker extends NoteMailMessageWorkerBase
MailMessageWorker that tries
to create Notes from email messages. This is done by extracting client ID and blog name ID from
the recipient address which must follow the pattern "blogNameID.clientID.microblog@host".| Constructor and Description |
|---|
NoteMultipleAddressesMailMessageWorker()
Creates a new instance of this worker.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
handleProcessMailMessage(javax.mail.Message message)
Subclasses should override this method to implement their specific message processing.
|
extractSquareBracketContentFromSubject, getMailAddressOfSenderprocessMailMessage, startParallelWorkingMode, stopParallelWorkingModepublic NoteMultipleAddressesMailMessageWorker()
protected void handleProcessMailMessage(javax.mail.Message message)
handleProcessMailMessage in class MailMessageWorkermessage - The message.Copyright © 2019 Communote team. All rights reserved.