Skip to content

Instantly share code, notes, and snippets.

@guoweihua1982
guoweihua1982 / Slack聊天记录备份.md
Created July 4, 2019 07:03
Slack聊天记录的备份和查看方法

Slack聊天记录备份

课题

免费版Slack的workspace最多只支持最近的10000件聊天记录查看,如果能定期保存的话比较方便阅览。

聊天记录保存

使用下面的基于go语言开发的工具

https://github.com/cefsharp/CefSharp/blob/master/CefSharp/Enums/CefErrorCode.cs
@andelf
andelf / sendMail.go
Last active September 20, 2023 15:13
golang send mail net/smtp SMTP
package main
import (
"log"
"net/mail"
"encoding/base64"
"net/smtp"
"fmt"
"strings"