Class MailMetadataExtracter

  • All Implemented Interfaces:
    ContentWorker, MetadataEmbedder, MetadataExtracter, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.context.ApplicationContextAware

    public class MailMetadataExtracter
    extends TikaPoweredMetadataExtracter
    Outlook MAPI format email meta-data extractor extracting the following values:
       sentDate:               --      cm:sentdate
       originator:             --      cm:originator,    cm:author
       addressee:              --      cm:addressee
       addressees:             --      cm:addressees
       subjectLine:            --      cm:subjectline,   cm:description
       toNames:                --
       ccNames:                --
       bccNames:               --
     
    TIKA note - to/cc/bcc go into the html part, not the metadata. Also, email addresses not included as yet.
    Since:
    2.1
    Author:
    Kevin Roast