Skip to content

Commit 60c2530

Browse files
committed
Bump go-imap-sql version
Increases open mailbox limit to 100k.
1 parent 6ef80e8 commit 60c2530

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/foxcpp/go-imap-i18nlevel v0.0.0-20200208001533-d6ec88553005
2020
github.com/foxcpp/go-imap-mess v0.0.0-20230108134257-b7ec3a649613
2121
github.com/foxcpp/go-imap-namespace v0.0.0-20200802091432-08496dd8e0ed
22-
github.com/foxcpp/go-imap-sql v0.5.1-0.20230119225722-2c2868ce7ca7
22+
github.com/foxcpp/go-imap-sql v0.5.1-0.20230313080458-c0176dad679c
2323
github.com/foxcpp/go-mockdns v1.0.0
2424
github.com/foxcpp/go-mtasts v0.0.0-20191219193356-62bc3f1f74b8
2525
github.com/go-ldap/ldap/v3 v3.4.4

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,8 @@ github.com/foxcpp/go-imap-namespace v0.0.0-20200802091432-08496dd8e0ed h1:1Jo7ge
319319
github.com/foxcpp/go-imap-namespace v0.0.0-20200802091432-08496dd8e0ed/go.mod h1:Shows1vmkBWO40ChOClaUe6DUnZrsP1UPAuoWzIUdgQ=
320320
github.com/foxcpp/go-imap-sql v0.5.1-0.20230119225722-2c2868ce7ca7 h1:8TcyoV/oZqvpEjMxv6A7tVeYeJqSOI6WhtNIR4UmEmc=
321321
github.com/foxcpp/go-imap-sql v0.5.1-0.20230119225722-2c2868ce7ca7/go.mod h1:8uUTN2RRWZrETuA9pDvDr4SjV1hCvEYG2WOlXuupj+g=
322+
github.com/foxcpp/go-imap-sql v0.5.1-0.20230313080458-c0176dad679c h1:vqLBcLtG5lcXL2hifcsKjiUaljRukD8xHodVM2rZ+L4=
323+
github.com/foxcpp/go-imap-sql v0.5.1-0.20230313080458-c0176dad679c/go.mod h1:8uUTN2RRWZrETuA9pDvDr4SjV1hCvEYG2WOlXuupj+g=
322324
github.com/foxcpp/go-mockdns v0.0.0-20191216195825-5eabd8dbfe1f/go.mod h1:tPg4cp4nseejPd+UKxtCVQ2hUxNTZ7qQZJa7CLriIeo=
323325
github.com/foxcpp/go-mockdns v1.0.0 h1:7jBqxd3WDWwi/6WhDvacvH1XsN3rOLXyHM1uhvIx6FI=
324326
github.com/foxcpp/go-mockdns v1.0.0/go.mod h1:lgRN6+KxQBawyIghpnl5CezHFGS9VLzvtVlwxvzXTQ4=

0 commit comments

Comments
 (0)