Commit Graph

11 Commits (main)

Author SHA1 Message Date
Benedikt Terhechte 1dd907f720 Updated version number 2 years ago
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 889f0416fd Updated deployment github action and documentation 2 years ago
Benedikt Terhechte 9d7d44233c Try new gh video feature, try deploy gh action 3 years ago
Benedikt Terhechte daf650bab9
Documentation (#24)
Improved Documentation
3 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
3 years ago
Benedikt Terhechte 3151902bef Added documentation 3 years ago
Benedikt Terhechte 47968f337d Fixed tests 3 years ago
Benedikt Terhechte ce0def05a6 Removed postsack to postsack-native 3 years ago