Alle Optionen
bookworm  ] [  trixie  ] [  sid  ]
[ Quellcode: golang-github-protonmail-go-mime  ]

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

Links für golang-github-protonmail-go-mime-dev

Screenshot

Debian-Ressourcen:

Quellcode-Paket golang-github-protonmail-go-mime herunterladen:

Betreuer:

Externe Ressourcen:

Ähnliche Pakete:

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

Andere Pakete mit Bezug zu golang-github-protonmail-go-mime-dev

  • hängt ab von
  • empfiehlt
  • schlägt vor
  • erweitert

golang-github-protonmail-go-mime-dev herunterladen

Download für alle verfügbaren Architekturen
Architektur Paketgröße Größe (installiert) Dateien
all 23,1 kB73,0 kB [Liste der Dateien]