all options
bookworm  ] [  trixie  ] [  sid  ]
[ Source: golang-github-protonmail-go-mime  ]

Package: golang-github-protonmail-go-mime-dev (0.0~git20221031.8fd9bc3-2)

Links for golang-github-protonmail-go-mime-dev

Screenshot

Debian Resources:

Download Source Package golang-github-protonmail-go-mime:

Maintainers:

External Resources:

Similar packages:

Go Mime Wrapper Library (library)

Provides a parser for MIME messages

The library can be used to extract the body and attachments from a MIME message Example:

printAccepter := gomime.NewMIMEPrinter() bodyCollector := gomime.NewBodyCollector(printAccepter) attachmentsCollector := gomime.NewAttachmentsCollector(bodyCollector) mimeVisitor := gomime.NewMimeVisitor(attachmentsCollector) err := gomime.VisitAll(bytes.NewReader(mmBodyData), h, mimeVisitor) attachments := attachmentsCollector.GetAttachments(), attachmentsHeaders := attachmentsCollector.GetAttHeaders() bodyContent, bodyMimeType := bodyCollector.GetBody()

Other Packages Related to golang-github-protonmail-go-mime-dev

  • depends
  • recommends
  • suggests
  • enhances

Download golang-github-protonmail-go-mime-dev

Download for all available architectures
Architecture Package Size Installed Size Files
all 23.1 kB73.0 kB [list of files]