Commit Graph

12 Commits (7a0be1657896f2908e4c2c959ffcc264029df64d)

Author SHA1 Message Date
Benedikt Terhechte 936aa55703 Applied clippy 3 years ago
Benedikt Terhechte c4b21f1e79 Wrote initial tests 3 years ago
Benedikt Terhechte bb20d3d41d Permission error on macOS, small improvements
On macOS, a special permission is needed to access the mail directory.
This commit adds support to help users to add this permission with
a screenshot and guides.

This was a bit involved because the image should only be loaded on macOS
and because loading images in egui is quite a pain.
3 years ago
Benedikt Terhechte b8cce5deba Large Scale UI Integration
- Split UI up into multiple states
- Changes throughout the codebase to accomodate that
- All still messy but opening a folder and creating a database works now.
3 years ago
Benedikt Terhechte 975eda71bd Large change, multiple related changes
- Split up the app into different app_state states
- Added the `startup` state and the `visualize` state
- lots of changes to support the startup screen / state
- The startup screen is still a hot mess
- changed the config handling
3 years ago
Benedikt Terhechte a606538524 Initial Mbox support 3 years ago
Benedikt Terhechte b5be751e3f Support different formats 3 years ago
Benedikt Terhechte 471517047a Add support for AppleMail 3 years ago
Benedikt Terhechte 03fd95ee14 Put all the elements together. Still needs a test run. 3 years ago
Benedikt Terhechte 4319dcd638 Untested, but at least it compiles. Still more cleanup needed 3 years ago
Benedikt Terhechte 545921be5e Restructure around multiple backends. first step. Lots of moving and abstraction-adding 3 years ago
Benedikt Terhechte 6e90f5b0d7
Moved the import functionality into a module 3 years ago