wszystkie opcje
bookworm  ] [  trixie  ] [  sid  ]
[ Pakiet źródłowy: golang-github-protonmail-go-mime  ]

Pakiet: golang-github-protonmail-go-mime-dev (0.0~git20221031.8fd9bc3-2)

Odnośniki dla golang-github-protonmail-go-mime-dev

Screenshot

Zasoby systemu Debian:

Pobieranie pakietu źródłowego golang-github-protonmail-go-mime:

Opiekunowie:

Zasoby zewnętrzne:

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

  • wymaga
  • poleca
  • sugeruje
  • enhances

Pobieranie golang-github-protonmail-go-mime-dev

Pobierz dla wszystkich dostępnych architektur
Architektura Rozmiar pakietu Rozmiar po instalacji Pliki
all 23,1 KiB73,0 KiB [lista plików]