aerc/worker/imap
Ben Burwell 88c379dcba Use []uint32 instead of imap.SeqSet
A sequence-set is an IMAP-specific implementation detail. Throughout the
UI, aerc simply operates using lists of opaque identifiers. In order to
loosen the coupling between the UI and IMAP in particular, replace most
usages of imap.SeqSet with []uint32, leaving the translation to a SeqSet
to the IMAP backend as needed.
2019-07-08 16:06:26 -04:00
..
create.go Add archive command 2019-06-09 11:33:50 -04:00
fetch.go Use []uint32 instead of imap.SeqSet 2019-07-08 16:06:26 -04:00
flags.go Use []uint32 instead of imap.SeqSet 2019-07-08 16:06:26 -04:00
imap.go Use []uint32 instead of imap.SeqSet 2019-07-08 16:06:26 -04:00
list.go Factor UI models out of the worker message package 2019-07-08 16:06:23 -04:00
movecopy.go Use []uint32 instead of imap.SeqSet 2019-07-08 16:06:26 -04:00
open.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
worker.go Factor UI models out of the worker message package 2019-07-08 16:06:23 -04:00