You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 MeetingRequest and other meeting-related item types can indeed be used to represent messages in the EWS mailbox APIs, as you mentioned (and as per other reports I've seen).
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 ews_xpcom) to interface between ews-rs and its own internals, which specifically expects to process only Message items. So this internal crate would need to be changed as well for a full support, though I don't think this change would be a very difficult one considering MeetingRequest & cie seem very similar to Message in their structure. This blog post contains some documentation on how the EWS Rust support is currently structured, and we plan on documenting this more in the near future).
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 🙂
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: