Balík: golang-github-protonmail-go-mime-dev (0.0~git20221031.8fd9bc3-2)
Odkazy pre golang-github-protonmail-go-mime-dev
Zdroje Debian:
Stiahnuť zdrojový balík golang-github-protonmail-go-mime:
- [golang-github-protonmail-go-mime_0.0~git20221031.8fd9bc3-2.dsc]
- [golang-github-protonmail-go-mime_0.0~git20221031.8fd9bc3.orig.tar.gz]
- [golang-github-protonmail-go-mime_0.0~git20221031.8fd9bc3-2.debian.tar.xz]
Správcovia:
Externé zdroje:
- Domovská stránka [github.com]
Podobné balíky:
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()
Ostatné balíky súvisiace s balíkom golang-github-protonmail-go-mime-dev
|
|
|
|
-
- dep: golang-golang-x-text-dev
- Supplementary Go text-related libraries
Stiahnuť golang-github-protonmail-go-mime-dev
Architektúra | Veľkosť balíka | Nainštalovaná veľkosť | Súbory |
---|---|---|---|
all | 23.1 kB | 73.0 kB | [zoznam súborov] |