Clément DOUIN

Results 407 comments of Clément DOUIN

I think the library is usable. I just published the [`v0.1.0`](https://crates.io/crates/himalaya-lib). The doc should be soon [available](https://docs.rs/himalaya-lib/0.1.0/himalaya_lib/). Your feedback is important, let me know!

Looks soooo great, cannot wait to see how it will integrate with the lib! The CLI is not yet released but you can see how to use the lib on...

> I got the very basics working (folder listing, mail listing, mail reading) with the lib. Awesome, please feel free to give your feedback so I can improve the lib....

> My goal for now is to have a good-enough UI toolkit (perf/customisation/integration with OS), be UI backend agnostic (don't want to rewrite all the things if I ended up...

Added in the last release [`v0.6.1`](https://github.com/soywod/himalaya/releases/tag/v0.6.1) :tada: you can set up the command using the `sendmail` sender: ```toml sender = "sendmail" sendmail-cmd = "your-command" # for eg. /usr/bin/msmtp ```

Released in the [v0.6.0](https://github.com/soywod/himalaya/releases/tag/v0.6.0) :tada:

Hell yes, a good thing done! I will focus a while on fixing bugs to make this new base as solid as possible, then I will be able to take...

I dig a bit into this issue and it looks slightly different from the others. Just to confirm: you get the error `Invalid address found: must contain a '@' symbol`...

The name part of the address is supposed to be wrapped with double quotes (from the [RFC](https://datatracker.ietf.org/doc/html/rfc822#section-6.1)), which makes this address invalid (hence the error). The real question is which...

Maybe Himalaya does not need to be so strict, it could just keep strings around. It would remove a lot of complexity and a lot of bugs related to parsing....