Reorganize the store, add a FindAccounts method

This commit is contained in:
2018-03-08 00:46:22 +00:00
parent 442ca833ea
commit be7ca459a5
4 changed files with 53 additions and 40 deletions

View File

@@ -11,7 +11,7 @@ import (
// logged-in account per-session
type sender struct {
msa *msa
account *store.Account
account store.Account
}
func (s *sender) ServeSMTP(from string, to []string, r io.Reader) error {