aboutsummaryrefslogtreecommitdiff
path: root/lib/address.go
AgeCommit message (Collapse)Author
2019-07-08Factor IMAP-specific structs out of UI modelsBen Burwell
Before, we were using several IMAP-specific concepts to represent information being displayed in the UI. Factor these structures out of the IMAP package to make it easier for other backends to provide the required information.
2019-06-07Message list: implement index-format optionYash Srivastav