META-INF.glowroot.mailcap.default Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of glowroot-agent-it-harness Show documentation
Show all versions of glowroot-agent-it-harness Show documentation
Glowroot Agent Integration Test Harness
# copied from com.sun.mail:mailapi:1.5.6
#
#
# Default mailcap file for the JavaMail System.
#
# JavaMail content-handlers:
#
text/plain;; x-java-content-handler=org.glowroot.agent.embedded.shaded.com.sun.mail.handlers.text_plain
text/html;; x-java-content-handler=org.glowroot.agent.embedded.shaded.com.sun.mail.handlers.text_html
text/xml;; x-java-content-handler=org.glowroot.agent.embedded.shaded.com.sun.mail.handlers.text_xml
multipart/*;; x-java-content-handler=org.glowroot.agent.embedded.shaded.com.sun.mail.handlers.multipart_mixed; x-java-fallback-entry=true
message/rfc822;; x-java-content-handler=org.glowroot.agent.embedded.shaded.com.sun.mail.handlers.message_rfc822
#
# can't support image types because java.awt.Toolkit doesn't work on servers
#
#image/gif;; x-java-content-handler=org.glowroot.agent.embedded.shaded.com.sun.mail.handlers.image_gif
#image/jpeg;; x-java-content-handler=org.glowroot.agent.embedded.shaded.com.sun.mail.handlers.image_jpeg