todas as opções
bookworm  ] [  trixie  ] [  sid  ]
[ Fonte: golang-github-protonmail-go-mime  ]

Pacote: golang-github-protonmail-go-mime-dev (0.0~git20230322.7d82a38-2)

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

Screenshot

Recursos de Debian:

Baixe o pacote-fonte golang-github-protonmail-go-mime:

Mantenedores(as):

Fontes externas:

Pacotes similares:

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

Outros pacotes relacionados a golang-github-protonmail-go-mime-dev

  • depende
  • recomenda
  • sugere
  • melhora

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

Baixe para todas as arquiteturas disponíveis
Arquitetura Tamanho do pacote Tamanho instalado Arquivos
all 24.5 kB75.0 kB [lista de arquivos]