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

@@ -16,7 +16,7 @@ var (
// type Session implements the User interface for emersion/go-imap
type Session struct {
ID uint64
Account *store.Account
Account store.Account
ServiceName string
}