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.
taoshihan1991
356af24ef2
|
4 years ago | |
---|---|---|
config | 5 years ago | |
controller | 4 years ago | |
static | 4 years ago | |
tmpl | 5 years ago | |
tools | 5 years ago | |
.gitignore | 5 years ago | |
go.mod | 5 years ago | |
go.sum | 5 years ago | |
readme.md | 5 years ago | |
server.go | 5 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.充分实践了struct,interface,map,slice,for range等基础知识
项目预览
安装使用
1.在$GOPATH的src/github.com下, git clone https://github.com/taoshihan1991/imaptool.git
2.源码运行 go run server.go
3.源码打包 go build server.go