Get as far as storing an incoming mail in crockery.db

This commit is contained in:
2018-03-08 01:39:24 +00:00
parent be7ca459a5
commit b4537d1283
6 changed files with 123 additions and 3 deletions

View File

@@ -19,6 +19,8 @@ type Interface interface {
SetTLS([]byte, []byte) error
AccountInterface
MessageInterface
SpoolInterface
io.Closer
}