pop3mail v1.3.1 Pop3mail.Part View Source
A struct that holds a single part of a multipart, and if there isn’t a multipart it contains the email body.
It’s fields are:
content- binary with the part’s content.charset- character encoding of the content (only applicable for text)media_type- Mime type. Examples: text/plain, text/html, text/rtf, image/jpeg, application/octet-streamfilename- binary with filename of the attachmentfilename_charset- character encoding of the filenameinline- true/false/nil. true=inline content, false=attachment, nil=not specified.path- Path within the hierarchy of multipart’s. For example: relative/alternativeindex- Index number of a part within a multipart.boundary- boundary name of the multipartcontent_id- cid. Generally HTML refers to embedded objects (images mostly) by cid. That is why the related images have a cid.content_location- URI location as defined in RFC 2557.