Skip to content

Commit 83a1a4e

Browse files
committed
client: add a note about concurrency
1 parent fba45c5 commit 83a1a4e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/client.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
// Package client provides an IMAP client.
2+
//
3+
// It is not safe to use the same Client from multiple goroutines. In general,
4+
// the IMAP protocol doesn't make it possible to send multiple independent
5+
// IMAP commands on the same connection.
26
package client
37

48
import (

0 commit comments

Comments
 (0)