基于Golang语言和MySQL实现的WEB在线客服系统 主要技术栈 gin + jwt-go + websocket + go.uuid + gorm + cobra
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
taoshihan1991 750fbdf96d
增加验证jwt
4 years ago
config 增加验证jwt 4 years ago
controller 增加验证jwt 4 years ago
static 增加验证jwt 4 years ago
tmpl 增加验证jwt 4 years ago
tools 增加验证jwt 4 years ago
.gitignore 提交忽略文件 4 years ago
go.mod 增加验证jwt 4 years ago
go.sum 增加验证jwt 4 years ago
readme.md 解决没有mailreader时崩溃问题 4 years ago
server.go 增加验证jwt 4 years ago

readme.md

go-imap

邮箱imap网页版客户端工具基于GO语言实现。

1.使用第三方类库go-imap解析imap协议

2.使用http包 template包实现http服务下的网页展示

3.使用goroutine在主界面并发请求左右栏的数据

4.使用text/net包下的encoding和transform等配合解决乱码问题

5.使用go modoule解决依赖问题

6.充分实践了structinterfacemapslicefor range等基础知识

项目预览

Image text

Image text

Image text

安装使用

1.在$GOPATH的src/github.com下 git clone https://github.com/taoshihan1991/imaptool.git

2.源码运行 go run server.go

3.源码打包 go build server.go