diff options
Diffstat (limited to 'worker/jmap/cache/gob.go')
-rw-r--r-- | worker/jmap/cache/gob.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/worker/jmap/cache/gob.go b/worker/jmap/cache/gob.go index f1b8be33..8b153c50 100644 --- a/worker/jmap/cache/gob.go +++ b/worker/jmap/cache/gob.go @@ -6,10 +6,12 @@ import ( "git.sr.ht/~rockorager/go-jmap/mail/email" "git.sr.ht/~rockorager/go-jmap/mail/mailbox" + "git.sr.ht/~rockorager/go-jmap/mail/thread" ) type jmapObject interface { *email.Email | + *thread.Thread | *email.QueryResponse | *mailbox.Mailbox | *FolderContents | |