A webmail client. Forked from https://git.sr.ht/~migadu/alps
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

23 řádky
815 B

  1. module git.sr.ht/~emersion/koushin
  2. go 1.13
  3. require (
  4. github.com/aymerick/douceur v0.2.0
  5. github.com/chris-ramon/douceur v0.2.0
  6. github.com/emersion/go-imap v1.0.3
  7. github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342
  8. github.com/emersion/go-message v0.11.1
  9. github.com/emersion/go-sasl v0.0.0-20191210011802-430746ea8b9b
  10. github.com/emersion/go-smtp v0.12.1
  11. github.com/gorilla/css v1.0.0 // indirect
  12. github.com/labstack/echo/v4 v4.1.13
  13. github.com/labstack/gommon v0.3.0
  14. github.com/microcosm-cc/bluemonday v1.0.2
  15. github.com/yuin/gopher-lua v0.0.0-20191220021717-ab39c6098bdb
  16. golang.org/x/crypto v0.0.0-20200117160349-530e935923ad // indirect
  17. golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa
  18. golang.org/x/sys v0.0.0-20200120151820-655fe14d7479 // indirect
  19. layeh.com/gopher-luar v1.0.7
  20. )