public interface MailUidGenerator
Modifier and Type | Method and Description |
---|---|
String |
generateUuid(MailEndpoint mailEndpoint,
javax.mail.Message message)
Generates an unique ID of the mail message depending on if its POP3 or IMAP protocol.
|
String generateUuid(MailEndpoint mailEndpoint, javax.mail.Message message)
message
- the mail messageApache Camel