jar

eu.kk42 : mail-preflight

Maven & Gradle

Mar 29, 2019
0 stars

Mail Preflight · Library for preprocessing emails HTML (css inlining, comments removal etc.)

Table Of Contents

Latest Version

Download eu.kk42 : mail-preflight JAR file - Latest Versions:

All Versions

Download eu.kk42 : mail-preflight JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window mail-preflight-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

eu.kk42.mailpreflight.domain

├─ eu.kk42.mailpreflight.domain.CssSpecificity.class - [JAR]

├─ eu.kk42.mailpreflight.domain.CssValueWithSpecificity.class - [JAR]

├─ eu.kk42.mailpreflight.domain.IPreflightProcessor.class - [JAR]

├─ eu.kk42.mailpreflight.domain.PreflightConfig.class - [JAR]

eu.kk42.mailpreflight.exception

├─ eu.kk42.mailpreflight.exception.MailPreflightException.class - [JAR]

eu.kk42.mailpreflight

├─ eu.kk42.mailpreflight.MailPreflight.class - [JAR]

eu.kk42.mailpreflight.processors

├─ eu.kk42.mailpreflight.processors.CssInlinerProcessor.class - [JAR]

├─ eu.kk42.mailpreflight.processors.HtmlCommentsRemovalProcessor.class - [JAR]

Advertisement