mime-dump

command
v0.9.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 21, 2021 License: MIT Imports: 6 Imported by: 0

README

mime-dump

mime-dump is a utility that aids in the debugging of enmime. To use it type go build in this directory, then pass it an email to parse:

./mime-dump ../test-data/mail/html-mime-inline.raw

If all goes well, it will output a markdown formatted document describing the email...


html-mime-inline.raw

Envelope

From: James Hillyerd james@makita.skynet
To: greg@nobody.com
Subject: MIME test 1

Body Text

Test of text section

Body HTML

Test of HTML section

Attachment List

MIME Part Tree

multipart/alternative
|-- text/plain
`-- multipart/related
    |-- text/html
    `-- image/png, disposition: inline, filename: "favicon.png"

Documentation

Overview

Package main outputs a markdown formatted document describing the provided email

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL