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.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/worker/types/messages.go b/worker/types/messages.go
index 29d3d9f..0d81c4f 100644
--- a/worker/types/messages.go
+++ b/worker/types/messages.go
@@ -82,6 +82,11 @@ type FetchDirectoryContents struct {
Message
}
+type CreateDirectory struct {
+ Message
+ Directory string
+}
+
type FetchMessageHeaders struct {
Message
Uids imap.SeqSet