Pakiet: golang-github-protonmail-go-mime-dev (0.0~git20221031.8fd9bc3-2)
Odnośniki dla golang-github-protonmail-go-mime-dev
Zasoby systemu Debian:
- Raporty o błędach
- Developer Information
- Dziennik zmian w systemie Debian
- Informacje nt. praw autorskich
- Śledzenie łatek systemu Debian
Pobieranie pakietu źródłowego 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]
Opiekunowie:
Zasoby zewnętrzne:
- Strona internetowa [github.com]
Podobne pakiety:
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()
Inne pakiety związane z golang-github-protonmail-go-mime-dev
|
|
|
|
-
- dep: golang-golang-x-text-dev
- Supplementary Go text-related libraries
Pobieranie golang-github-protonmail-go-mime-dev
Architektura | Rozmiar pakietu | Rozmiar po instalacji | Pliki |
---|---|---|---|
all | 23,1 KiB | 73,0 KiB | [lista plików] |