A webmail client. Forked from https://git.sr.ht/~migadu/alps
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.
 
 
 
 

18 rivejä
619 B

  1. module git.sr.ht/~emersion/koushin
  2. go 1.13
  3. require (
  4. github.com/emersion/go-imap v1.0.1
  5. github.com/emersion/go-message v0.10.8
  6. github.com/emersion/go-sasl v0.0.0-20190817083125-240c8404624e
  7. github.com/emersion/go-smtp v0.12.0
  8. github.com/labstack/echo/v4 v4.1.11
  9. github.com/mattn/go-colorable v0.1.4 // indirect
  10. github.com/mattn/go-isatty v0.0.10 // indirect
  11. github.com/valyala/fasttemplate v1.1.0 // indirect
  12. golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e // indirect
  13. golang.org/x/net v0.0.0-20191126235420-ef20fe5d7933 // indirect
  14. golang.org/x/sys v0.0.0-20191128015809-6d18c012aee9 // indirect
  15. )