FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Structure Outlook conversion API around source metadata · Issue #614 · bbottema/simple-java-mail · GitHub

Structure Outlook conversion API around source metadata #614

Description

Context

Issue #609 surfaced a valid archival / extraction use case: callers converting Outlook .msg files sometimes need access to source headers and Outlook-specific metadata that Simple Java Mail intentionally does not copy into Email#getHeaders().

Scope

Clean up the Outlook converter API so this data is available through an explicit secondary conversion result instead of making the ignored-header list configurable.

  • Add a public result type for Outlook conversions.
  • Expose source .msg headers and selected Outlook metadata for archive / indexing use cases.
  • Keep converted Email headers focused on headers that are safe and meaningful for the normalized Simple Java Mail model.
  • Preserve compatibility for the existing conversion methods.

Fixes #609

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions


      Back | FazBrowse Home | New Git URL