全部搜索项
bookworm  ] [  trixie  ] [  sid  ]
[ 源代码: golang-github-protonmail-go-mime  ]

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

golang-github-protonmail-go-mime-dev 的相关链接

Screenshot

Debian 的资源:

下载源码包 golang-github-protonmail-go-mime

维护小组:

外部的资源:

相似软件包:

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 有关的软件包

  • 依赖
  • 推荐
  • 建议
  • 增强

下载 golang-github-protonmail-go-mime-dev

下载可用于所有硬件架构的
硬件架构 软件包大小 安装后大小 文件
all 23.1 kB73.0 kB [文件列表]