cloudflare worker 自动解析邮件系统

用github上提供的示例代码,完成cloudflare worker 来解析邮件内容,比如邮件title , content 正文

const PostalMime = require('postal-mime');

async function streamToArrayBuffer(stream, streamSize) {
	let result = new Uint8Array(stre...

【未完待续,点击下方Read more】

分类: 编程语言 标签: log parsedEmail att Attachment console const 发布于: 2023-02-18 06:13:08, 点击数: