mirror of
https://github.com/jhillyerd/inbucket.git
synced 2025-12-18 01:57:02 +00:00
More basic POP3 implementation
Filestore/Datastore now supports a Size() method.
This commit is contained in:
@@ -30,4 +30,5 @@ type Message interface {
|
||||
Close() error
|
||||
Delete() error
|
||||
String() string
|
||||
Size() int64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user