A webmail client. Forked from https://git.sr.ht/~migadu/alps
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
Simon Ser e90d4579ae
Add basic support for multiple recipients
4 年前
cmd/koushin Parse SMTP URL from CLI 4 年前
public Add support for replying to a message 4 年前
LICENSE Correct license ownership 4 年前
README.md Parse SMTP URL from CLI 4 年前
conn_pool.go Add session lock 4 年前
go.mod Add basic SMTP support 4 年前
go.sum Add basic SMTP support 4 年前
imap.go Fix mailbox view when empty 4 年前
server.go Add basic support for multiple recipients 4 年前
smtp.go Add support for replying to a message 4 年前
strconv.go Add basic support for multiple recipients 4 年前
template.go Escape mailbox names in URLs 4 年前

README.md

koushin

Usage

go run ./cmd/koushin imaps://mail.example.org:993 smtps://mail.example.org:465

License

MIT