aboutsummaryrefslogtreecommitdiff
path: root/conn_pool.go
diff options
context:
space:
mode:
Diffstat (limited to 'conn_pool.go')
-rw-r--r--conn_pool.go2
1 files changed, 1 insertions, 1 deletions
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
}