Reorganize the store, add a FindAccounts method
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user