Versions in this module Expand all Collapse all v1 v1.2.2 Jun 13, 2023 Changes in this version + func FetchBodySection(header textproto.Header, body io.Reader, section *imap.BodySectionName) (imap.Literal, error) + func FetchBodyStructure(header textproto.Header, body io.Reader, extended bool) (*imap.BodyStructure, error) + func FetchEnvelope(h textproto.Header) (*imap.Envelope, error) + func Match(e *message.Entity, seqNum, uid uint32, date time.Time, flags []string, ...) (bool, error) + func UpdateFlags(current []string, op imap.FlagsOp, flags []string) []string v1.0.0-beta.1 Feb 16, 2018