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