aboutsummaryrefslogtreecommitdiff
path: root/worker/types/messages.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/types/messages.go')
-rw-r--r--worker/types/messages.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/worker/types/messages.go b/worker/types/messages.go
index 803bb98..b17d53d 100644
--- a/worker/types/messages.go
+++ b/worker/types/messages.go
@@ -81,7 +81,7 @@ type FetchMessageHeaders struct {
Uids imap.SeqSet
}
-type FetchMessageBodies struct {
+type FetchFullMessages struct {
Message
Uids imap.SeqSet
}
@@ -134,7 +134,7 @@ type MessageInfo struct {
Uid uint32
}
-type MessageBody struct {
+type FullMessage struct {
Message
Reader io.Reader
Uid uint32