stalwartlabs / jmap-client

JMAP client library for Rust
Apache License 2.0
62 stars 8 forks source link

Document ClientBuilder #9

Closed mercxry closed 1 year ago

mercxry commented 1 year ago

Hello 👋,

Thanks for the library! I'm building a small side-project to automatically manage my emails with custom rules (Sieve rules are not advanced enough), and since I'm using a provider that has a JMAP API this library seems to come in handy.

While I was trying to build a PoC, I noticed that there isn't much documentation for how the library works, so I thought I'd contribute a little bit while I was learning how to use it by looking at the code 🙂.

Let me know if there is anything incorrect, I tried my best to document as much as possible regarding the ClientBuilder, I might have misunderstood some cases since I'm not very familiar with the JMAP RFCs. Hopefully this helps a bit with issue #2 as well 😄.

mdecimus commented 1 year ago

Thanks, it has been merged.