# default mappings from mail.jar
text/plain;; \
    x-java-content-handler=com.sun.mail.handlers.text_plain
text/html;; \
    x-java-content-handler=com.sun.mail.handlers.text_html
multipart/*;; \
    x-java-content-handler=com.sun.mail.handlers.multipart_mixed
message/rfc822;; \
    x-java-content-handler=com.sun.mail.handlers.message_rfc822

# mappings to Cape Clear handlers for these mime types
text/xml;; \
    x-java-content-handler=com.capeclear.capeconnect.attachments.activation.XMLDataContentHandler
application/xml;; \
    x-java-content-handler=com.capeclear.capeconnect.attachments.activation.XMLDataContentHandler
application/soap+xml;; \
    x-java-content-handler=com.capeclear.capeconnect.attachments.activation.XMLDataContentHandler
image/gif;; \
    x-java-content-handler=com.capeclear.capeconnect.attachments.activation.ImageDataContentHandler
image/jpeg;; \
    x-java-content-handler=com.capeclear.capeconnect.attachments.activation.ImageDataContentHandler
image/jpg;; \
    x-java-content-handler=com.capeclear.capeconnect.attachments.activation.ImageDataContentHandler
application/octet-stream;; \
    x-java-content-handler=com.capeclear.capeconnect.attachments.activation.OctetStreamDataContentHandler
