# go-imap
郵箱imap網頁版客戶端工具,基于GO語言實作,
https://github.com/taoshihan1991/imaptool
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.git clone https://github.com/taoshihan1991/imaptool.git
2.原始碼運行 go run server.go
3.原始碼打包 go build server.go
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/9981.html
標籤:Go
上一篇:如何使用 frp 實作內網穿透
下一篇:API 網關 Kong
