Versions in this module Expand all Collapse all v1 v1.6.0 Sep 19, 2026 v1.5.0 Sep 16, 2026 v1.4.3 Sep 8, 2026 v1.4.2 Sep 8, 2026 Changes in this version type Posting + BoxID int64 v1.4.1 Sep 4, 2026 v1.4.0 Sep 2, 2026 Changes in this version type Kind + const KindBundle + const KindContact + type ReplyPrefill struct + ActingSenderID int64 + Addressed ReplyRecipients + Subject string + func ReplyPrefillFromServer(ctx context.Context, client *hey.Client, entryID int64) (ReplyPrefill, bool) + type ReplyRecipients struct + BCC []string + CC []string + To []string type Source + func BundleSource(postingID int64, contact generated.Contact) Source + func ContactSource(contact *generated.ContactDetail) Source v1.3.1 Aug 31, 2026 v1.3.0 Aug 29, 2026 Changes in this version type Page + func ReadSeenPage(ctx context.Context, client *hey.Client, cursor string) (Page, error) v1.2.1 Aug 26, 2026 Changes in this version type Posting + IsBundle bool v1.2.0 Aug 25, 2026 v1.1.0 Aug 25, 2026 v1.0.0 Aug 24, 2026 Changes in this version + func TopicIDOf(posting generated.Posting) int64 v0 v0.2.2 Aug 24, 2026 v0.2.1 Aug 24, 2026 v0.2.0 Aug 23, 2026 Changes in this version + func TopicIDIn(appURL string) int64 + type Collection struct + ID int64 + Name string + type Contact struct + EmailAddress string + ID int64 + Name string + type Entry struct + AlternativeSenderName string + Body htmlutil.Markdown + BodyHTML string + BodyState string + CreatedAt time.Time + Creator Contact + ID int64 + Summary string + func LoadedEntry(loaded threadload.Entry) Entry + func NewEntry(entry generated.Entry, message generated.Message) Entry + type Extenzion struct + ID int64 + Name string + type Folder struct + ID int64 + Name string + type Kind string + const KindBox + const KindCollection + const KindFolder + type Page struct + Cursor string + Postings []generated.Posting + Total int + func ReadPage(ctx context.Context, client *hey.Client, source Source, cursor string) (Page, error) + type Posting struct + AlternativeSenderName string + BubbledUp bool + Collections []Collection + CreatedAt time.Time + Creator Contact + Extenzions []Extenzion + Folders []Folder + ID int64 + Muted bool + Name string + Seen bool + Summary string + TopicID int64 + VisibleEntryCount int32 + func NewPosting(posting generated.Posting) Posting + func Postings(postings []generated.Posting) []Posting + type Source struct + AppURL string + BoxKind string + CreatedAt time.Time + ID int64 + Kind Kind + Name string + UpdatedAt time.Time + func BoxSource(box *generated.BoxShowResponse) Source + func CollectionSource(collection *generated.CollectionWithPostings) Source + func FolderSource(folder *generated.FolderWithPostings) Source + func ListedBoxSource(box generated.Box) Source + func (s Source) Coverable() bool