summaryrefslogtreecommitdiff
path: root/types
diff options
context:
space:
mode:
authorBobby <[email protected]>2025-12-22 14:44:37 +0530
committerBobby <[email protected]>2025-12-22 14:44:37 +0530
commit318360a60aa52cf91ac80d547285f4d14c2c4517 (patch)
treeb5261424716c4ecbe4085dfe914e99223a1a610d /types
parent32ee8047eba06c9f1c7575b66fc0f9195657ac04 (diff)
downloadlain-318360a60aa52cf91ac80d547285f4d14c2c4517.tar.xz
lain-318360a60aa52cf91ac80d547285f4d14c2c4517.zip
imap client, flash messages, imap login verification
Diffstat (limited to 'types')
-rw-r--r--types/email.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/types/email.go b/types/email.go
new file mode 100644
index 0000000..aaf3376
--- /dev/null
+++ b/types/email.go
@@ -0,0 +1,7 @@
+package types
+
+import "github.com/emersion/go-imap/client"
+
+type EmailClient struct {
+ *client.Client
+}