golang-github-protonmail-go-mime-dev 0.0~git20230322.7d82a38-2 (armhf binary) in ubuntu mantic

 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()

Details

Package version:
0.0~git20230322.7d82a38-2
Source:
golang-github-protonmail-go-mime 0.0~git20230322.7d82a38-2 source package in Ubuntu
Status:
Published
Component:
universe
Priority:
Optional

Package relationships