Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailHeader ¶
type Thread ¶
type Thread struct {
Root *ThreadNode
LatestAt time.Time
Count int
Subject string
Senders []string
}
func Build ¶
func Build(headers []EmailHeader) []Thread
type ThreadNode ¶
Click to show internal directories.
Click to hide internal directories.