From 95875b13f829919b3453763628d1dda97371fab0 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 31 Mar 2019 12:17:57 -0400 Subject: Rename FetchMessageBodies to FetchFullMessages --- worker/types/messages.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'worker/types') 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 -- cgit v1.2.3