Updated Readme

pull/4/head
Benedikt Terhechte 3 years ago
parent e04c2f1317
commit fdc83f19bc

@ -10,23 +10,28 @@ Update: It currently parses 632115 emails in ~56 seconds, so roughly `11.000` em
## Open Issues
- [ ] rename repository to postsack
- [ ] add support for message filters (read etc), the UI is already there, the filters are not applied yet
- [ ] add a limited amount of tests..
- [ ] generate deletion rules based on stack?
- [ ] mbox is multiple files, e.g. inbox.mbox, sent.mbox. support this
- [x] add support for message filters (read etc), the UI is already there, the filters are not applied yet
- [x] the filters for tags should allow selecting from the existing tags?
- [x] mbox is multiple files, e.g. inbox.mbox, sent.mbox. support this
- [x] support mbox
- [x] support apple mail
- [x] try `iced` or `druid` as well
- [ ] try re-opening a database...
- [ ] save config into sqlite
- [ ] store last opened sqlite file
- [x] try re-opening a database...
- [x] save config into sqlite
- [x] store last opened sqlite file
- [ ] check if we get any values for the to_sender to_domain fields etc
- [x] update to egui 15
- [ ] add more tests
- [ ] build static linux binary via docker
- [ ] try to build a static windows binary
## Linux Issues
- [ ] broken background color
- [ ] can't switch import format
- [ ] mbox support for selecting a folder of mbox files (inbox etc)
- [x] broken background color
- [x] can't switch import format
- [x] mbox support for selecting a folder of mbox files (inbox etc)
- [ ] weird sizing behaviour on startup
- [x] background color in startup screen is transparent
- [ ] current tests fail under linux
## Future Options
@ -36,8 +41,14 @@ Update: It currently parses 632115 emails in ~56 seconds, so roughly `11.000` em
- [ ] apply the window changes (no status etc) on startup, not just when loading main
- [ ] split up into multiple crates
- [ ] action when clicking an email?
- [ ] support light theme
- [ ] allow diving into splits/segments until there're no gropu bys anymore, but the last split can be opened full (to see the mails)
- [ ] remove unneeded dependencies and features
- [ ] add support for generating mail deletion rules based on the visible mails
- [ ] support more mail formats:
- [ ] outlook
- [ ] notmuch
- [ ] maildir
## Development

Loading…
Cancel
Save