Class EmailContent

  • All Implemented Interfaces:
    Serializable

    public final class EmailContent
    extends Object
    implements Serializable
    Model for displaying the content of an email (which may be a multipart consisting of other parts).
    Author:
    XIMA MEDIA GmbH
    See Also:
    Serialized Form
    • Constructor Detail

      • EmailContent

        public EmailContent()
      • EmailContent

        public EmailContent​(javax.mail.Part part,
                            String parentIndex,
                            int partIndex,
                            String joinedIndex,
                            int partCount)
                     throws javax.mail.MessagingException,
                            IOException
        Throws:
        javax.mail.MessagingException
        IOException
    • Method Detail

      • getContentData

        public byte[] getContentData()
      • getFileName

        public String getFileName()
      • getId

        public int getId()
      • getMd5Hash

        public String getMd5Hash()
      • getMimeType

        public String getMimeType()
      • getParentIndex

        public String getParentIndex()
      • getPartCount

        public int getPartCount()
      • getPartIndex

        public String getPartIndex()
      • getSize

        public int getSize()
      • getTextContent

        public String getTextContent()
      • isHasMultipart

        public boolean isHasMultipart()
      • isHasText

        public boolean isHasText()
      • isShowDownloadLink

        public boolean isShowDownloadLink()