Correctly handle LISTMESSAGES and STATUS commands using SeqNum instead of UID

This commit is contained in:
2018-06-28 00:00:44 +01:00
parent 22f6eeacd7
commit 3e5ab5bb0a
5 changed files with 106 additions and 23 deletions

View File

@@ -13,6 +13,7 @@ type Message struct {
Maildir Maildir // maildir.name
UID uint64
SeqNum uint64
Key string
Data io.ReadCloser
hdrCache mail.Header