aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorKevin Kuehler <keur@xcf.berkeley.edu>2019-10-10 15:27:08 -0700
committerBen Burwell <ben@benburwell.com>2019-10-12 20:57:49 -0400
commit41f3bb3bc16b5d7bef7ffe29a8f4b493be7d79fd (patch)
tree305a13933b785a659b10756a06e499a2e8a28ba4 /go.mod
parent8cb4a9d751d1497e1059fedb03964bc9e56e5c06 (diff)
worker/imap: Add threading extension
* Import the go-imap-sortthread library * Add sortthread client to imapClient in worker * Add handleDirectoryThreaded, which uses the go-imap-sortthread, and converts the results to the aerc thread type Signed-off-by: Kevin Kuehler <keur@xcf.berkeley.edu>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index aeb7f8c..52a0309 100644
--- a/go.mod
+++ b/go.mod
@@ -9,9 +9,10 @@ require (
github.com/ddevault/go-libvterm v0.0.0-20190526194226-b7d861da3810
github.com/emersion/go-imap v1.0.0
github.com/emersion/go-imap-idle v0.0.0-20190519112320-2704abd7050e
+ github.com/emersion/go-imap-sortthread v1.0.1-0.20191002194849-97d602f80823
github.com/emersion/go-maildir v0.0.0-20190727102040-941194b0ac70
github.com/emersion/go-message v0.10.7
- github.com/emersion/go-sasl v0.0.0-20190704090222-36b50694675c
+ github.com/emersion/go-sasl v0.0.0-20190817083125-240c8404624e
github.com/emersion/go-smtp v0.11.2
github.com/fsnotify/fsnotify v1.4.7
github.com/gdamore/tcell v1.1.5-0.20190724020331-84b54971b46c