-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RealItem enum is missing MeetingRequest #38
Comments
Hey there, thanks for trying out the EWS support in Thunderbird! While calendar support is planned as a future step (we're currently focusing on email), it looks like Your offer to submit a PR is very welcome, feel free to look into it 🙂 I just want to caveat this by pointing out a PR in ews-rs on its own won't make meeting messages suddenly show up in Thunderbird, as Thunderbird uses an internal crate (called If you don't feel like getting into the nitty-gritty of Thunderbird itself that's fine too! An ews-rs PR would be welcome regardless, and if you feel like you need help or pointers (either with ews-rs or Thunderbird), feel free to come and ask in the Thunderbird developers Matrix room, on the Thunderbird developers mailing list, or to reach out to me directly (either on Matrix or at brendan[at]thunderbird.net) - we'd be more than happy to help you get started 🙂 |
Quickly following up on this @pschichtel, in addition to the resources I pointed out last month, we're now organising open office hours dedicated to Rust and its integration in Thunderbird: https://thunderbird.topicbox.com/groups/developers/T10239c4603d7b01f/thunderbird-rust-office-hours-1 (note the date is incorrect in the first message of the thread, and corrected below it). If you're interested, feel free to join the call, or catch the recording if the time and date don't work for you or you'd rather watch it in your own time 🙂 |
I tried Thunderbird's EWS Support on current nightly, but unfortunately it's unable to fetch my messages. In thunderbird output I noticed this a couple of times:
Looking at common.rs' RealItem enum there is indeed only Message in there, the other variants including MeetingRequest are still missing.
I guess that the meeting related variants are pretty likely to show up for people using this in any professional capacity.
I would be able to submit a PR for the meeting related variants.
The text was updated successfully, but these errors were encountered: