Class IncaIncomeMail
java.lang.Object
ch.tocco.nice2.messaging.mail.spi.DelegatingMail
ch.tocco.nice2.optional.incamail.impl.IncaIncomeMail
- All Implemented Interfaces:
BaseMail
,IncomeMail
,Mail
,Cloneable
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.messaging.mail.api.Mail
Mail.MailListener
-
Field Summary
Fields inherited from interface ch.tocco.nice2.messaging.mail.api.BaseMail
NO_SUBJECT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionIterable
<jakarta.mail.internet.InternetAddress> byte[]
getSingleHeader
(String name, String fallback) Methods inherited from class ch.tocco.nice2.messaging.mail.spi.DelegatingMail
addAttachment, addBcc, addBcc, addBcc, addBcc, addBcc, addCc, addCc, addCc, addCc, addCc, addMailListener, addReplyTo, addReplyTo, addReplyTo, addSourceEntity, addTo, addTo, addTo, addTo, addTo, addTo, clearAttachments, clearBcc, clearCc, clearReplyTo, clearTo, clone, containsAttachment, createAttachment, createAttachment, createAttachment, getAttachments, getAttributes, getBcc, getBody, getCc, getContactCategory, getExpiryDate, getFrom, getHtml, getMimeMessageFrom, getMimeMessageHeaders, getRecipientEntity, getRelatedEntity, getReplyTo, getSender, getSourceEntity, getSubject, getTaskUuid, getTemplateAttribute, getTemplateAttributes, getTemplateEntity, getText, getTo, isSingleCopyMail, preventFromArchive, removeAttachment, removeMailListener, send, setContactCategory, setExpiryDate, setFrom, setFrom, setHtml, setRecipientEntity, setRelatedEntity, setSender, setSingleCopyMail, setSourceEntity, setSubject, setTaskUuid, setTemplateAttribute, setTemplateEntity, setTemplateEntityData, setTemplateEntityListData, setText
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ch.tocco.nice2.messaging.mail.api.BaseMail
addAttachment, addBcc, addBcc, addBcc, addCc, addCc, addCc, addReplyTo, addReplyTo, addReplyTo, addTo, addTo, addTo, clearAttachments, clearBcc, clearCc, clearReplyTo, clearTo, createAttachment, createAttachment, createAttachment, getAttachments, getBcc, getCc, getFrom, getHtml, getReplyTo, getSubject, getText, getTo, setFrom, setHtml, setSubject, setText
-
Constructor Details
-
IncaIncomeMail
-
-
Method Details
-
getMessageId
- Specified by:
getMessageId
in interfaceIncomeMail
-
getSentDate
- Specified by:
getSentDate
in interfaceIncomeMail
-
getReceivedDate
- Specified by:
getReceivedDate
in interfaceIncomeMail
-
getAllRecipients
- Specified by:
getAllRecipients
in interfaceIncomeMail
-
getHeader
- Specified by:
getHeader
in interfaceIncomeMail
-
getSingleHeader
- Specified by:
getSingleHeader
in interfaceIncomeMail
-
getHeaders
- Specified by:
getHeaders
in interfaceIncomeMail
-
getAllHeaderLines
- Specified by:
getAllHeaderLines
in interfaceIncomeMail
-
getOriginalMail
public byte[] getOriginalMail()- Specified by:
getOriginalMail
in interfaceIncomeMail
-