Support reloading the TLS config via SIGHUP. v1.2.0
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 7 Apr 2017 04:06:12 +0000 (00:06 -0400)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 7 Apr 2017 04:31:26 +0000 (00:31 -0400)
commit960119eaaf74a6ab34961254f98ba8de735da3c0
tree9c2e71890e1b27495f4239ebf8d5641e8962d782
parent1e462588041aca4c222943b4259802ca8410fce1
Support reloading the TLS config via SIGHUP.

- Breaks out running an Accept loop into a goroutine.
- Changes how the servers communicate back to the main event loop,
  using an enum instead of an error object.
README.md
mailpopbox.go
pop3.go
server.go [new file with mode: 0644]
smtp.go