mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-20 02:57:05 +00:00
Add REST call for purging an entire mailbox
This commit is contained in:
@@ -15,6 +15,7 @@ type DataStore interface {
|
||||
type Mailbox interface {
|
||||
GetMessages() ([]Message, error)
|
||||
GetMessage(id string) (Message, error)
|
||||
Purge() error
|
||||
NewMessage() Message
|
||||
String() string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user