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, getMailAddressOfSender
processMailMessage, startParallelWorkingMode, stopParallelWorkingMode
public NoteMultipleAddressesMailMessageWorker()
protected void handleProcessMailMessage(javax.mail.Message message)
handleProcessMailMessage
in class MailMessageWorker
message
- The message.Copyright © 2019 Communote team. All rights reserved.