Skip to content

Commit

Permalink
Doc: Envelope is more primary than Part nowdays.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillyerd committed Dec 18, 2016
1 parent 95c1169 commit 53b2043
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions part.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ import (
"strings"
)

// Part is the primary structure enmine clients will interact with. Each Part represents a
// node in the MIME multipart tree. The Content-Type, Disposition and File Name are parsed out of
// the header for easier access.
// Part represents a node in the MIME multipart tree. The Content-Type, Disposition and File Name
// are parsed out of the header for easier access.
type Part struct {
Header textproto.MIMEHeader // Header for this Part
Parent *Part // Parent of this part (can be nil)
Expand Down

0 comments on commit 53b2043

Please sign in to comment.