Class EmlEmailFileReader

    • Constructor Detail

      • EmlEmailFileReader

        public EmlEmailFileReader()
    • Method Detail

      • getFormatDescription

        public String getFormatDescription()
        Returns the description of the file format.
        Returns:
        the description
      • getFormatExtensions

        public String[] getFormatExtensions()
        Returns the extension(s) of the file format (without dot).
        Returns:
        the extensions (no dot!)
      • toString

        protected String[] toString​(jodd.mail.EmailAddress[] addresses)
        Turns the jodd email address arrays into string ones.
        Parameters:
        addresses - the array to convert
        Returns:
        the converted array
      • doRead

        protected Email doRead()
        Performs the actual reading.
        Specified by:
        doRead in class AbstractEmailReader
        Returns:
        the email that was read, null in case of error