1
0
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:
James Hillyerd
2013-09-10 17:56:04 -07:00
parent 338698d461
commit 983b4f745a
4 changed files with 118 additions and 45 deletions

View File

@@ -30,4 +30,5 @@ type Message interface {
Close() error
Delete() error
String() string
Size() int64
}