Commit Graph

29 Commits (main)

Author SHA1 Message Date
Benedikt Terhechte 9bfa5551a0
Maildir support (#35)
* Initial Maildir importer code

* Copied bluebird75 maildir test data into the repository

The data comes from
https://github.com/bluebird75/maildir2mbox

* Allow already-parsed emails as importer input

* Switched to mail-parser

It is a littlebit slower but brings some advantages:

- It parses all my emails without a hitch. Which means there's no need
  for a custom fork anymore.
- It supports emails both with CRLF and LF. Maildir seems to like storing
  mails in LF so the former email-parser failed all those mails.

* Fix bug when selecting to_* fields

* Disable Windows Support for maildir at it is not supported by the crate

* Added maildir test

* Should also not use maildir in the windows Cargo.toml

* What a typo

* Maybe this does the trick

* Forgot one
2 years ago
Benedikt Terhechte 65d0ff4d33
Added Arch and NixOS install instructions (#33)
* Added Arch and NixOS install instructions

* Added shell.nix
2 years ago
Benedikt Terhechte 4e74a48858
Fix macOS version (#30)
* Fix macOS version

* Bump version
2 years ago
Benedikt Terhechte 456424cba8
Add to documentation 2 years ago
Benedikt Terhechte 8912fb506d
Fix links to web demo 2 years ago
Benedikt Terhechte f7f69939c4 Update documentation and small bugfix for Windows deploy action 2 years ago
Benedikt Terhechte 889f0416fd Updated deployment github action and documentation 2 years ago
Benedikt Terhechte 5ece964ec0
Included Videos 2 years ago
Benedikt Terhechte 48b9bc92f2
Another try at videos in readme 2 years ago
Benedikt Terhechte 9d7d44233c Try new gh video feature, try deploy gh action 2 years ago
Benedikt Terhechte daf650bab9
Documentation (#24)
Improved Documentation
2 years ago
Benedikt Terhechte 9a35b99971
Cleanup Dependencies (#12)
* Moved deps into ps-core and `pub use` exported them so they're only in one place

* Updated Version Numbers
2 years ago
Benedikt Terhechte 7d71c0647c Update README.md
Added notes about windows support
2 years ago
Benedikt Terhechte 5dfd1b9630 Initial Workspace restructuring compiles 2 years ago
Benedikt Terhechte d02ec78a75 updated readme 2 years ago
Benedikt Terhechte 7c1ef97635 Updated Readme 2 years ago
Benedikt Terhechte 57f89aa644 Updated readme, fixed small issue 2 years ago
Benedikt Terhechte 22a834097c Updated readme 2 years ago
Benedikt Terhechte 08f900e254 Updated readme 2 years ago
Benedikt Terhechte 71f599d58e Display number of mails 2 years ago
Benedikt Terhechte 1ab79c5060 Rename binary to postsack 3 years ago
Benedikt Terhechte fdc83f19bc Updated Readme 3 years ago
Benedikt Terhechte 97caf62240 Added linux info to the readme 3 years ago
Benedikt Terhechte 11dacd675c Updated readme 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 2f34e13355 Somehow it is much faster now.. 3 years ago
Benedikt Terhechte 8801808a22 Updated readme 3 years ago
Benedikt Terhechte 2a0eb842a4 Started building query facilities 3 years ago
Benedikt Terhechte 2f94e5624a Terrible code, but it works properly now. Next up a major clenaup 3 years ago