summaryrefslogtreecommitdiff
path: root/types/email.go
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-12-23 10:55:56 +0530
committerBobby <[email protected]>2025-12-23 10:55:56 +0530
commit078a60e33af6e6013fe7b86643180e7d13aa63d0 (patch)
tree32d9e90e9305e947dc20a7a04023205430522bbc /types/email.go
parent318360a60aa52cf91ac80d547285f4d14c2c4517 (diff)
downloadlain-078a60e33af6e6013fe7b86643180e7d13aa63d0.tar.xz
lain-078a60e33af6e6013fe7b86643180e7d13aa63d0.zip
email utils and functions
Diffstat (limited to 'types/email.go')
-rw-r--r--types/email.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/types/email.go b/types/email.go
index aaf3376..d5cc8f5 100644
--- a/types/email.go
+++ b/types/email.go
@@ -5,3 +5,8 @@ import "github.com/emersion/go-imap/client"
type EmailClient struct {
*client.Client
}
+
+type IMAPFolder struct {
+ Name string
+ HasChildren bool
+}