Documentation ¶
Overview ¶
package eml2html is a library used to transform RFC 822 (eml) files into html files viewable in a browser.
Index ¶
Constants ¶
View Source
const ContentTypeMessageRFC822 = "message/rfc822"
View Source
const ContentTypeMultipartAlternative = "multipart/alternative"
View Source
const ContentTypeMultipartMixed = "multipart/mixed"
View Source
const ContentTypeMultipartPrefix = "multipart/"
View Source
const ContentTypeMultipartRelated = "multipart/related"
View Source
const ContentTypeMultipartReport = "multipart/report"
View Source
const ContentTypeTextHTML = "text/html"
View Source
const ContentTypeTextPlain = "text/plain"
Variables ¶
This section is empty.
Functions ¶
func WriteDir ¶
WriteDir parses and writes all of the given files in a directory with the given name at root. meta is used to provide navigational links to neighbors or a parent. WriteDir writes links to sub directories, but does not parse them. Subsequent calls to WriteDir should be called for each sub directory
Types ¶
Click to show internal directories.
Click to hide internal directories.