diff options
| author | Bobby <[email protected]> | 2025-12-23 10:55:56 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2025-12-23 10:55:56 +0530 |
| commit | 078a60e33af6e6013fe7b86643180e7d13aa63d0 (patch) | |
| tree | 32d9e90e9305e947dc20a7a04023205430522bbc /types | |
| parent | 318360a60aa52cf91ac80d547285f4d14c2c4517 (diff) | |
| download | lain-078a60e33af6e6013fe7b86643180e7d13aa63d0.tar.xz lain-078a60e33af6e6013fe7b86643180e7d13aa63d0.zip | |
email utils and functions
Diffstat (limited to 'types')
| -rw-r--r-- | types/email.go | 5 |
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 +} |
