Interface MimeParserContext

All Known Implementing Classes:
SMimeParserContext

public interface MimeParserContext
Base interface for a MIME parser context.
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the default value for Content-Transfer-Encoding for data we are parsing.
  • Method Details

    • getDefaultContentTransferEncoding

      String getDefaultContentTransferEncoding()
      Return the default value for Content-Transfer-Encoding for data we are parsing.
      Returns:
      the default Content-Transfer-Encoding.