diff --git a/Changelog.md b/Changelog.md index 33e56af8..33ff0545 100644 --- a/Changelog.md +++ b/Changelog.md @@ -39,6 +39,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) * GODT-310 Alternative parsing of `References` header (old parsing probably malformed message IDs). * GODT-320 Only report the same TLS issue once every 24 hours. * GODT-468 Bump go-imap version to get fix for NIL client delimiter. +* GODT-465 Bump go-imap version to get fix for SELECT function. ### Removed * Dead code from `pkg/message`. diff --git a/go.mod b/go.mod index 04793ae2..f9d9597c 100644 --- a/go.mod +++ b/go.mod @@ -27,7 +27,7 @@ require ( github.com/chzyer/logex v1.1.10 // indirect github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1 // indirect github.com/cucumber/godog v0.8.1 - github.com/emersion/go-imap v1.0.6-0.20200707110531-3bc38e360e3c + github.com/emersion/go-imap v1.0.6-0.20200708083111-011063d6c9df github.com/emersion/go-imap-appendlimit v0.0.0-20190308131241-25671c986a6a github.com/emersion/go-imap-idle v0.0.0-20200601154248-f05f54664cc4 github.com/emersion/go-imap-move v0.0.0-20190710073258-6e5a51a5b342 diff --git a/go.sum b/go.sum index eddb1df9..039a4f23 100644 --- a/go.sum +++ b/go.sum @@ -48,8 +48,8 @@ github.com/danieljoos/wincred v1.1.0/go.mod h1:XYlo+eRTsVA9aHGp7NGjFkPla4m+DCL7h github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/emersion/go-imap v1.0.6-0.20200707110531-3bc38e360e3c h1:cBuLQ07l7XRX54tVk6ypJknqW0FbzF6C7YNtxyzaRWk= -github.com/emersion/go-imap v1.0.6-0.20200707110531-3bc38e360e3c/go.mod h1:yKASt+C3ZiDAiCSssxg9caIckWF/JG7ZQTO7GAmvicU= +github.com/emersion/go-imap v1.0.6-0.20200708083111-011063d6c9df h1:Vlwnsd5P5s+ek+wzEXbZ/g9tUBndVQAb3E1/+/ya3UQ= +github.com/emersion/go-imap v1.0.6-0.20200708083111-011063d6c9df/go.mod h1:yKASt+C3ZiDAiCSssxg9caIckWF/JG7ZQTO7GAmvicU= github.com/emersion/go-imap-appendlimit v0.0.0-20190308131241-25671c986a6a h1:bMdSPm6sssuOFpIaveu3XGAijMS3Tq2S3EqFZmZxidc= github.com/emersion/go-imap-appendlimit v0.0.0-20190308131241-25671c986a6a/go.mod h1:ikgISoP7pRAolqsVP64yMteJa2FIpS6ju88eBT6K1yQ= github.com/emersion/go-imap-idle v0.0.0-20200601154248-f05f54664cc4 h1:/JIALzmCduf5o8TWJSiOBzTb9+R0SChwElUrJLlp2po=