Versions in this module Expand all Collapse all v0 v0.3.0 Aug 6, 2026 v0.1.0 Jul 6, 2026 Changes in this version + type Address struct + Address string + Name string + type AttachmentSummary struct + Checksums Checksums + ContentID string + ContentType string + FileName string + PartID string + Size int64 + type BuildInfo struct + BuildDate string + Commit string + Version string + type Checksums struct + MD5 string + SHA1 string + SHA256 string + type ErrorResponse struct + Error string + type ListUnsubscribe struct + Errors string + Header string + HeaderPost string + Links []string + type MessageDetail struct + Attachments []AttachmentSummary + Bcc []Address + Cc []Address + Date string + EnvelopeFrom string + EnvelopeTo []string + From Address + HTML string + ID string + Inline []AttachmentSummary + ListUnsubscribe ListUnsubscribe + MessageID string + ReplyTo []Address + ReturnPath string + Size int64 + Subject string + Tags []string + Text string + To []Address + Username string + func WireDetail(m *store.Message, inline, attachments []store.Part) MessageDetail + type MessageSummary struct + Attachments int + Bcc []Address + Cc []Address + Created string + From Address + ID string + MessageID string + Read bool + ReplyTo []Address + Size int64 + Snippet string + Subject string + Tags []string + To []Address + Username string + func WireSummary(m *store.Message, attachmentsCount int) MessageSummary + type MessagesResponse struct + Count int + Messages []MessageSummary + MessagesCount int + MessagesUnread int + Start int + Tags []string + Total int + Unread int + type Server struct + Build BuildInfo + Config *config.Loader + Frontend fs.FS + Hub *live.Hub + OnIngest func(msgID string) + OpenAPI []byte + Relay *relay.Client + Store *store.Store + Webhook *webhook.Client + func (s *Server) Router() http.Handler + type VersionResponse struct + BuildDate string + Commit string + Version string