You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
postsack/ps-gui/src
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
..
app_state Maildir support (#35) 2 years ago
fonts Initial Workspace restructuring compiles 2 years ago
platform Clippy Feedback 2 years ago
resources Initial Workspace restructuring compiles 2 years ago
widgets Documentation (#24) 2 years ago
app.rs Clippy Feedback 2 years ago
lib.rs Add postsack-web target for wasm 2 years ago
mail_panel.rs Cleanup Dependencies (#12) 2 years ago
navigation_bar.rs Cleanup Dependencies (#12) 2 years ago
segmentation_bar.rs Cleanup Dependencies (#12) 2 years ago
textures.rs Clippy Feedback 2 years ago