Versions in this module Expand all Collapse all v0 v0.0.3 Mar 26, 2026 v0.0.1 Mar 24, 2026 Changes in this version + func DecodeBase64(b64Data string) ([]byte, string, error) + func DecodeDataURI(raw string) ([]byte, string, error) + func DownloadURL(ctx context.Context, rawURL, fallbackMime string, maxBytes int64) ([]byte, string, error) + func FallbackFilenameForMIME(mimeType string) string + func MessageTypeForMIME(mimeType string) event.MessageType + func ParseDataURI(dataURI string) (string, string, error)