toutes les options
bookworm  ] [  trixie  ] [  sid  ]
[ Paquet source : golang-github-protonmail-go-mime  ]

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

Liens pour golang-github-protonmail-go-mime-dev

Screenshot

Ressources Debian :

Télécharger le paquet source golang-github-protonmail-go-mime :

Responsables :

Ressources externes :

Paquets similaires :

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

Autres paquets associés à golang-github-protonmail-go-mime-dev

  • dépendances
  • recommandations
  • suggestions
  • enhances

Télécharger golang-github-protonmail-go-mime-dev

Télécharger pour toutes les architectures proposées
Architecture Taille du paquet Espace occupé une fois installé Fichiers
all 24,5 ko75,0 ko [liste des fichiers]