From 8de93c50d2cf2144cfd3050cf7970a4ee9860bf4 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 3 Dec 2019 19:48:28 +0100 Subject: Add basic pagination to message list References: https://todo.sr.ht/~sircmpwn/koushin/22 --- conn_pool.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conn_pool.go') diff --git a/conn_pool.go b/conn_pool.go index 69281af..34c51bb 100644 --- a/conn_pool.go +++ b/conn_pool.go @@ -21,7 +21,7 @@ func generateToken() (string, error) { var ErrSessionExpired = errors.New("session expired") type Session struct { - locker sync.Mutex + locker sync.Mutex imapConn *imapclient.Client username, password string } -- cgit v1.2.3-59-g8ed1b