mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-22 12:07:04 +00:00
storage: Store addresses as mail.Address for #69
This commit is contained in:
@@ -36,8 +36,8 @@ type Store interface {
|
||||
type StoreMessage interface {
|
||||
Mailbox() string
|
||||
ID() string
|
||||
From() string
|
||||
To() []string
|
||||
From() *mail.Address
|
||||
To() []*mail.Address
|
||||
Date() time.Time
|
||||
Subject() string
|
||||
RawReader() (reader io.ReadCloser, err error)
|
||||
|
||||
Reference in New Issue
Block a user