From 078a60e33af6e6013fe7b86643180e7d13aa63d0 Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Tue, 23 Dec 2025 10:55:56 +0530 Subject: email utils and functions --- types/email.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'types') 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 +} -- cgit v1.2.3