Go to file
Benedikt Terhechte eb12a8f7ae Added icons
2021-10-15 15:11:30 +02:00
.vscode Added vscode task for running 2021-10-02 19:44:22 +02:00
src Added icons 2021-10-15 15:11:30 +02:00
.gitignore Initial commit before changes 2021-09-29 15:29:21 +02:00
Cargo.lock Many small improvements to the look 2021-10-15 12:18:06 +02:00
Cargo.toml Many small improvements to the look 2021-10-15 12:18:06 +02:00
README.md Somehow it is much faster now.. 2021-10-08 15:24:22 +02:00

Gmail DB

Fast

It currently parses 632383 emails in ~160 seconds, so roughly 4.000 emails per second. This excludes (for now) attachments. Update: It currently parses 632115 emails in ~56 seconds, so roughly 11.000 emails per second. This excludes (for now) attachments.

Open Issues

  • make the rectangles look nicer
  • improve the egui UI
  • generate deletion rules based on stack?
  • try the segment range slider with two sides
  • support mbox
  • support apple mail
  • try iced or druid as well
  • maybe add blocking versions of the calls, too (in model)
  • abstract over Fields and backend