pop31 Golang POP3 구현 package routes import ( "bytes" "crypto/rand" "encoding/base64" "encoding/json" "fmt" "io" "io/ioutil" "log" "mime" "mime/multipart" "mime/quotedprintable" "net/http" "net/mail" "strconv" "strings" "github.com/taknb2nch/go-pop3" ) type popMail struct { Title string From string To string Uid string Date string Content string } func pop(w http.ResponseWriter, r *http.Request) { addr := "pop.naver... 2020. 10. 30. 이전 1 다음