Пакет: golang-github-protonmail-go-mime-dev (0.0~git20230322.7d82a38-2)
Връзки за golang-github-protonmail-go-mime-dev
Ресурси за Debian:
- Доклади за грешки
- Developer Information
- Журнал на промените в Debian
- Авторски права
- Управление на кръпките в Debian
Изтегляне на пакет-източник golang-github-protonmail-go-mime.
- [golang-github-protonmail-go-mime_0.0~git20230322.7d82a38-2.dsc]
- [golang-github-protonmail-go-mime_0.0~git20230322.7d82a38.orig.tar.xz]
- [golang-github-protonmail-go-mime_0.0~git20230322.7d82a38-2.debian.tar.xz]
Отговорници:
Външни препратки:
- Начална страница [github.com]
Подобни пакети:
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()
Други пакети, свързани с golang-github-protonmail-go-mime-dev
|
|
|
|
-
- dep: golang-golang-x-text-dev
- Supplementary Go text-related libraries
Изтегляне на golang-github-protonmail-go-mime-dev
Архитектура | Големина на пакета | Големина след инсталиране | Файлове |
---|---|---|---|
all | 24,5 кБ | 75,0 кБ | [списък на файловете] |